@font-face {
  font-family: "MicroFLF";
  src: url("../MicroFLF.ttf") format("truetype");
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	body {
		font-size:10px;
	}
	.jumbotron {
		min-height:120px;
		margin-bottom: 0px; 
		padding-bottom:0px;
	}
	.container{
		max-width: 500px; 
	}
	.content {
		padding-left:2px;
	}
	.header {
		font-size: 12px;
		font-weight: bold;
	}
	.title {
		font-size:15px;
	}
	.info {
		font-size:12px;
	}
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
		body {
		font-size:11px;
	}
	.jumbotron {
		min-height:250px;
		margin-bottom: 0px; 
		padding-bottom:0px;
	}
	.container{
		max-width: 600px; 
	}
	
	.content {
		padding-left:2px;
	}
	.header {
		font-size: 13px;
		font-weight: bold;
	}
	.title {
		font-size:20px;
	}
	.info {
		font-size:15px;
	}
	.biginfo {
		font-size:20px;
	}
	.smallinfo {
		font-size:12px;
	}
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
		body {
		font-size:12px;
	}
	.jumbotron {
		min-height:250px;
		margin-bottom: 0px; 
		padding-bottom:0px;
	}
	.container{
		max-width: 900px; 
	}
	.header {
		font-size: 15px;
		font-weight: bold;
	}
	.title {
		font-size:22px;
	}
	.info {
		font-size:18px;
	}
	.biginfo {
		font-size:20px;
	}
	.smallinfo {
		font-size:10px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	body {
		font-size:15px;
	}
	.jumbotron {
		min-height:321px;
		margin-bottom: 0px; 
		padding-bottom:0px;
	}
	.container{
		max-width: 1500px; 
	}
	.header {
		font-size: 21px;
		font-weight: bold;
	}
	.title {
		font-size:30px;
	}
	.info {
		font-size:20px;
	}
	.biginfo {
		font-size:25px;
	}
	.smallinfo {
		font-size:15px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.jumbotron {
		min-height:400px;
	}
	.container{
		max-width: 1500px; 
	}
	.header {
		font-size: 21px;
		font-weight: bold;
	}
	.title {
		font-size:30px;
	}
	.info {
		font-size:20px;
	}
	.biginfo {
		font-size:25px;
	}
	.smallinfo {
		font-size:15px;
	}
}

/* html, body
{
	height: 100%;
}
 */
body
{
	/*background: #FFFFFF url(../images/bg01.png) repeat;
	color: #363636;*/
	background-color:#e2fbf9;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "MicroFLF", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #212121; 
¬}

.jumbotron
{
	overflow: hidden;
	background: url('../images/banner1280.jpg') no-repeat top center;
	background-size: 100%;
	/* min-height: 450px;  */
	margin-bottom: 0px; 
	padding-bottom:0px;
} 

.list{
	list-style-type: none;
    padding-top:3px;
	padding-left:0px;
}
.li-title {
	color: #868b8f;
    text-shadow: 1px 0px 0px #999;
}

.list-element
{
	margin-top: 5px;
    font-weight: bold;
}
.navbar{
	background-color:#e2fbf9;
	padding-left:0px;
	border:0px;
}

/*--- Noul stil --*/
a
{
    color: #4d004d; /* #814488; #1a4876; /*white; */ /* OLD color: #fff27a; #fffacc; */
    text-decoration: none;
}

a:hover
{
    color: #819488 ; /* OLD color: #ffe24a; */
    text-decoration: none;
}


.title {
    /* color: #000;
    text-shadow: -1px -1px 1px #FFFFFF, 1px 1px 1px #000000; */
	/* color: #999;
    text-shadow: -1px 0 0 #ddd, 1px 1px 0 #000000,
             2px -1px 0 #ddd, 1px 0 0 #000000; */
	/* color: burlywood;
    text-shadow: 1px 1px 1px #999; */
	color: #000;
    /*text-shadow: 1px 1px 1px saddlebrown; */
}
.info{
	
	color: #000;/*#999*/
	font-size:bold;
}
.header {
	/* font-size: 21px;
    font-weight: bold; */
}


 













