@import url("../fonts/Corbert/stylesheet.css");
@import url("../fonts/charming_out/stylesheet.css");
@import url("../fonts/charming_reg/stylesheet.css");


body, html {
height: 100%;
margin: 0;
}

#container {
margin: 0 auto;
}


#header {
height: 100px;
padding-left: 50px;
margin-top: 150px;
margin-bottom: 30px; 
width: 980px;
font-family: 'a_charming_fontregular', cursive;
color:#ffffff;
font-size: 300px;
font-weight: 575;
text-shadow: 3px 6px #0000ff;
float:left;

}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#textContainer {
width: 980px;
}

#content {
color:#ffffff;
padding: 10px;
font-family: 'Audiowide', cursive;
font-size:60px;
margin-left: 30px;
}


#footer {
height: 30px;
font-family: 'proxima-nova',sans-serif;
font-size: 18px;
color:#ffffff;
padding: 10px;
margin:0 auto;
width:980px;
position:absolute; 
bottom:50px;
}

.enter{
height: 5rem;
font-family: 'proxima-nova',sans-serif;
font-size: 2rem;
padding: 1rem;
bottom:10rem;
position:absolute; 
}

body{
	background: url(../img/trees.gif) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-color: #fff;
}
p{
	color:#fff;
}

@media (max-width: 499px) {
     body{
		background: url(../img/trees_v2_s.gif) no-repeat center center fixed; 
	  	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #fff;
	}
#header {
height: 100px;
padding-left: 10px;
margin-top: 75px;
margin-bottom: 30px; 
font-family: 'a_charming_fontregular', cursive;
color:#ffffff;
font-size: 100px;
font-weight: 400;
}

.enter{
height: 20px;
font-size: 25px;
padding: 10px;
margin-bottom: -50px;
font-family: 'proxima-nova',sans-serif;

}

#footer {
	display:none;
}
	
}



@media (min-width: 500px) and (max-width: 1023px) {
     body{
		background: url(../img/trees_v2_m.gif) no-repeat center center fixed; 
	  	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #fff;
	}
#header {
height: 85px;
padding-left: 10px;
margin-top: 0px;
margin-bottom: 10px; 
font-family: 'a_charming_fontregular', cursive;
color:#ffffff;
font-size: 150px;
font-weight: 400;
}

.enter{
height: 20px;
font-size: 25px;
padding: 10px;
font-family: 'proxima-nova',sans-serif;
margin-bottom: -75px;
}

#footer {
	display:none;
}
	
}

@media (min-width: 1024px) and (max-width: 1360px) {
     body{
		background: url(../img/trees_v2.gif) no-repeat center center fixed; 
	  	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #fff;
	}

#footer {
	display:block;
}


}

@media (min-width: 1361px) and (max-width: 1960px) {
     body{
		background: url(../img/trees_v2.gif) no-repeat center center fixed; 
	  	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #fff;
	}
}
