/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@     S  T  A  R  T      C  O  N  T  I  N  U  T    C  E  N  T  R  U       @@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* pentru text normal in pagina DE CONTINUT*/
{
	font: normal 16px sans-serif;
	padding: 0 0; /* lasa un padding margine stanga dreapta, nu scrie de la capatul monitorului*/
	background: white;
}


/*	Container, in container se afla headerul si ii spun sa nu se lateasca pe ecran mai mult de max with	*/
body .container{
	max-width:1369px;
	margin:0 auto;
}


h1 {
	color:#003399; 
	font-size: 1.8em;
	font-family: ion, arial, verdana; text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


/* introduc un font special si le folosesc in titluri*/
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "ion";
  src: url("fonts/MYRIADI.eot"); /* IE9 Compat Modes */
  src: url("fonts/MYRIADI.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/MYRIADI.otf") format("opentype"), /* Open Type Font */
    url("fonts/MYRIADI.svg") format("svg"), /* Legacy iOS */
    url("fonts/MYRIADI.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/MYRIADI.woff") format("woff"), /* Modern Browsers */
    url("fonts/MYRIADI.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}



h2{
    color: #003399;
    font-size: 1.5em;
	font-family: ion, arial, verdana; text-align: left;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h3{
    color: white ;
    font-size: 1.25em;
	font-family: Arial, verdana, Helvetica Neue, Helvetica, sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
}

text {
    color: black;
    font-size: 1em;
	font-family: Arial, verdana, Helvetica Neue, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-align: justify;
	}
	
/*textul de sub poze */	
title_image {
    color: grey;
    font-size: 0.75em;
	font-family: Arial, verdana, Helvetica Neue, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	}

/* pentru tabelul de continut*/
@media only screen and (max-width: 600px) {
#pagina_continut{width:98%;}
.imagini_mici {width:98%;}
}

@media only screen and (min-width: 601px) and (max-width: 1080px) {
#pagina_continut{width:100%;}
.imagini_mici {width:35%;}
}

@media only screen and (min-width: 1081px) and (max-width: 1599px){
#pagina_continut{width:980px;}
.imagini_mici {width:350px;}
}

@media only screen and (min-width: 1600 px){
#pagina_continut{width:1280px;}
.imagini_mici {width:350px;}
}

.column
{
width: 60%;

}