/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


.socicon {
    font-family: 'socicon' !important;
}


html,
body {
  background-color: #202B34;
  height: 100%;
  font-size: 100%;
  width: 100%;
}


body{
min-height:100%;
margin:0;
padding:0;
color: #fff;

font-family: 'Oswald', sans-serif;
font-weight: 300;
display: block;
text-align: center;
}

a:link{
	color:green

}
a:visited{
	color:#6F9

}
a:hover{
	color:#3FF

}

input[type=text] {
  border: 1px dotted #999;
  border-radius: 0;
  font-family: 'Oswald', sans-serif;
  background-color:#202B34;
  color: #fff;
  -webkit-appearance: none;
}

.header{
	width: 100%;
	float: left;
	text-align: center;
}


h1{
	margin: 0.8em 0; /*80px*/
	font-size: 6.250em; /*100px*/
	text-shadow: 1px 1px 3px #000000;
}

h1 span{
	font-size: 0.2em; /*20px*/
	font-family: 'Lato', sans-serif;
	display: block;
	line-height: 0;
	font-weight: 300;
}

.content{
	width: 60%;
	padding: 0 20%;
}

.content p{
	font-size: 1.875em; /*30px*/
	text-shadow: 1px 1px 3px #000000;	
	line-height: 1.33em; /*40px*/
}



#counter {
    margin-top: 3.750em; /*60px*/
    width: 40%;
    padding: 0 30%;
    float: left;
}

.countdown_section {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.938em; /*15px*/
    text-transform: lowercase;
	font-family: 'Oswald', sans-serif;
	font-style: italic;    
    padding: 2.667em 0; /*40px*/
    border-top: 2px solid rgba(255,255,255,0.2);    
    border-bottom: 2px solid rgba(255,255,255,0.2);        
    text-shadow: 1px 1px 3px #000000;	

}

.countdown_section:first-child {
    border-left: 0;
}

.countdown_amount {
    color: #fff;
    display: block;
    font-size: 3.33em; /*50px*/
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    line-height: 0.75em;
}




.social{
	width: 40%;
	float: left;
	padding: 0 30%;
	margin: 3.125em 0 0 0; /*50px*/
}

.social ul{
	width: 100%;
	float: left;
}


.social ul li{
	display: inline;
	margin: 0 1.250em; /*20px*/
}

.social ul li a{
	font-size: 1em; /*16px*/
	color: #fff;
	text-transform: uppercase;	
	text-decoration: none;
}

.social ul li a:hover{
	text-decoration: underline;
}






@media only screen and (max-width: 1024px){

body{
	font-size: 90%;
}

.content{
	width: 80%;
	padding: 0 10%;
}

#counter {
    margin-top: 3.750em; /*60px*/
    width: 60%;
    padding: 0 20%;
    float: left;
}


.social{
	width: 60%;
	float: left;
	padding: 0 20%;
	margin: 3.125em 0 0 0; /*50px*/
}


}


@media only screen and (max-width: 768px){

body{
	
	font-size: 80%;
}


h1{
	margin: 0.3em 0 0.6em; 
	font-size: 6.250em; /*100px*/
	text-shadow: 1px 1px 3px #000000;
}

.content{
	width: 90%;
	padding: 0 5%;
}

.content p{
	font-size: 1.475em; /*30px*/
	text-shadow: 1px 1px 3px #000000;	
	line-height: 1.63em; /*40px*/
}



#counter {
    margin-top: 3.750em; /*60px*/
    width: 90%;
    padding: 0 5%;
    float: left;
}



.social{
	width: 90%;
	float: left;
	padding: 0 5%;
	margin: 2.125em 0 0 0; /*50px*/
}

.social ul{
	width: 100%;
	float: left;
}


.social ul li{
	display: inherit;
	margin: 1.3em 0; /*20px*/
}

.social ul li a{
	font-size: 1.2em; /*16px*/
	color: #fff;
	text-transform: uppercase;	
	text-decoration: none;
}

.social ul li a:hover{
	text-decoration: underline;
}




}







