

@import url(https://fonts.googleapis.com/css?family=Hind:400,700|Raleway:400,700|Droid+Sans:400,700|Source+Sans+Pro:400,700|Lato:400,900|Roboto:400,900);

body{
	font-family:Hind;
	max-width:100%;
}

html{
	max-width:100%;
}

div{
max-width:100%;	
}

img{
	max-width:100%;
}

a{
	color:#59c;
	text-decoration:none;
}

body{
	background-color:white;
	color:black;
	margin:0;
}


body{font-size:.8em;}
@media screen and (min-width:300px){body{font-size:.8em;}}
@media screen and (min-width:700px){body{font-size:.8em;}}
@media screen and (min-width:800px){body{font-size:.8em;}}
@media screen and (min-width:1000px){body{font-size:.8em;}}
@media screen and (min-width:1200px){body{font-size:.9em;}}
@media screen and (min-width:1400px){body{font-size:1em;}}


body{
	padding:0;
}

.banners{
	margin:0;
	padding:0;
}

div.banner{
	background-color:#eee;
	border:1px #888 solid;
	border-radius:1em;
	padding:5%;
	list-style:none;
	margin:2em 0;
	overflow:auto;
}

.site{
	overflow:auto;
}

.site h1{
	line-height:1.2em;
	margin-top:0;

}

.header,.header2{
	text-align:center;
}

.header{
	padding:2% 4% 0 4%;
	background-color:white;
	border-bottom:.3em white solid;
}

@media screen and (min-width:680px){
	.header{
		padding-right:12em;
	}
}

.header_pre{
		min-height:1em;
		background-image:linear-gradient(
			to right, 
			#ffa825, 
			#ffc235
		);
	
}

.header .text1{
	font-weight:normal;
	margin-top:0;
}


.header2{
	padding:1% 4% 1% 4%;
	clear:both;
	overflow:auto;
	margin-top:.4em;
	background-image:
		linear-gradient(
			to right, 
			#ffa825, 
			#ffc235
		);
	
	
	border-bottom:.2em white solid;	
}

.header2 .text{
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
}


.logo{
	display:block;
	float:none;
	text-align:center;
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

.logo img{
	text-align:center;
	max-width:12em;
}

@media screen and (min-width:680px){
	
	.logo{
		text-align:left;
		width:12em;
		margin:0 3% 0 0;
		float:left;
	}
	
	.logo img{
		text-align:left;
		max-width:100%;
	}
}


/*
@media screen and (max-width:400px){	.header .text1{font-size:.1em;}		.header2 .text{font-size:.2em;}}
@media screen and (max-width:500px){	.header .text1{font-size:.3em;}		.header2 .text{font-size:.2em;}}
@media screen and (max-width:600px){	.header .text1{font-size:.2em;}		.header2 .text{font-size:.2em;}}
@media screen and (max-width:700px){	.header .text1{font-size:.2em;}	.header2 .text{font-size:.2em;}}
@media screen and (max-width:800px){	.header .text1{font-size:.2em;}	.header2 .text{font-size:.2em;}}
@media screen and (max-width:1000px){	.header .text1{font-size:3em;}		.header2 .text{font-size:1.5em;}}



@media screen and (min-width:1000px){	.header .text1{font-size:3em;}		.header2 .text{font-size:1.85em;}}
*/

@media screen and (max-width:400px){	.header .text1{font-size:1em;}		.header2 .text{font-size:1em;}}
@media screen and (min-width:400px){	.header .text1{font-size:1.5em;}	.header2 .text{font-size:1em;}}
@media screen and (min-width:600px){	.header .text1{font-size:2em;}		.header2 .text{font-size:1.2em;}}
@media screen and (min-width:800px){	.header .text1{font-size:2.5em;}	.header2 .text{font-size:1.5em;}}
@media screen and (min-width:1000px){	.header .text1{font-size:3em;}		.header2 .text{font-size:1.8em;}}




.main_text{
	
	background-image:
		linear-gradient(
			to right, 
			rgba(255,255,255,.4), 
			rgba(255,255,255,0)
		);
		
	font-size:1.15em;
	padding:5%;
	font-weight:bold;
	text-shadow:
	1px 1px 0px rgba(255, 255, 255, 1),
	.1em .1em 4.5em rgba(255, 255, 255, 1),
	.1em .1em 1.5em rgba(255, 255, 255, .8);
}

.main_text li{
	font-size:1.3em;
}

.form{
	padding:2%;
	max-width:27em;
	margin:5em auto;
	background-color:rgba(255,255,255,.8);
	border-radius:.5em;
}

@media screen and (min-width:800px){
	
	.main_text{
		float:left;
		width:45%;
	}
	
	.form{
		width:35%;
		max-width:27em;
		float:right;
		margin-right:2%;
		margin-left:2%;
	}
}


.form h3{
	border-bottom:.2em #ecb429 solid;
	padding-bottom:.3em;
	font-size:1.7em;
}


.pair{
	overflow:auto;
	margin:.5em 0;
}

.pair label{
	display:block;
	float:left;
	width:6em;
	font-weight:bold;
}

.pair input{
	width:20em;
	max-width:80%;
	float:left;
	display:block;
}

.submit_button{
	margin:1em 0;
	font-weight:bold;
	overflow:auto;
}

.submit_button input{
	display:block;
	font-weight:bold;
	font-size:1.2em;
}

.sec{
	overflow:auto;
	margin:.5em 0;
}

.footer{
	padding:2% 4% 2% 4%;
	
	background-image:linear-gradient(
			to right, 
			#ffa825, 
			#ffc235
		);
	
	font-weight:normal;
	border-top:.2em white solid;
	font-size:1.4em;
	clear:both;
}

.footer {
	color:black;
}


.alert{
	background-color:#ffffd7; 
	border:1px solid yellow; 
	padding:1em 1.5em;
}

.burst{
	font-size:1.15em;
	line-height:1.4em;
	width:190px;
	padding:3em 0 2em 0;
	float:right;
	background:url(burst.yellow.png) no-repeat center;
	text-align:center;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
}

.burst .line1{
	font-size:2.5em;
}

.burst .line2{
	font-size:1.1em;
}

.burst .line3{
	font-size:1.1em;
}


h1 span{
	font-size:.4em;
}

@media screen and (max-width: 680px){

	h1{
		font-size:1em;
	}

}
