/* Reset */
<style>
@import url('https://fonts.googleapis.com/css?family=Oswald');
</style>
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: #000000;
  height: 100%;
  font-size: 100%;
  width: 100%;
}


body{
margin:0;
padding:0;
color: #ffffff;
background: url(../images/background.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
font-family: 'Muli', sans-serif;
display: block;
text-align: center;
}


.header{
	width: 100%;
	float: left;
}

h1{
	font-family: 'Oswald', sans-serif;
	font-size: 3.750em;
	text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.196);
	margin: 1.667em 0 0.833em 0;
}
	

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

h2{
	font-size: 1.875em;
	margin-bottom: 1em;
}

.content p{
	font-size: 1.250em;
	line-height: 1.4em;
}

#counter {
    margin-top: 1.750em;
    width: 40%;
    padding: 0 30%;
    float: left;
}

.countdown_section {
    color: #dadada;
    display: inline-block;
    font-size: .750em;
    margin-top: 1.667em;
    text-align: center;
    width: 25%;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

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

.countdown_amount {
    color: #fff;
    display: block;
    font-size: 4.167em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1;
}


.social{
	width: 60%;
	float: left;
	padding: 0 20%;
	margin-top: 2.5em;
}

.social ul{
	border-top: 1px solid rgba(255,255,255,0.3);
}

.social ul li{
	display: inline-block;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 56px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 56px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */


}

.social ul li a{
  border-radius: 56px; 
    border: 2px solid rgba(255,255,255,0.7);
    width: 56px;
    height: 56px;
    margin: 50px 10px;
    display: block;
	color: rgba(255,255,255,0.7);
	font-size: 1.250em;
	line-height: 56px;
	text-decoration: none;
}

.social ul li a:hover{
    border: 2px solid rgba(255,255,255,1.0);
    background: rgba(255,255,255,1.0);
 	color: rgba(0,0,0,1.0);
}


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

body{
	font-size: 80%;
}


}


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

body{
	font-size: 70%;
}


h1{
	font-family: 'Oswald', sans-serif;
	font-size: 3.750em;
	text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.196);
	margin: 1em 0 0.833em 0;
}
	

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

h2{
	font-size: 1.975em;
	margin-bottom: 1em;
}

.content p{

display: none;
}

#counter {
    margin-top: 1.750em;
    width: 80%;
    padding: 0 10%;
    float: left;
}

.countdown_section {
    color: #dadada;
    display: inline-block;
    font-size: 1.2em;
    margin-top: 1.667em;
    margin-bottom: 1.667em;
    text-align: center;
    width: 50%;
    border-left: none;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}


.countdown_amount {
    color: #fff;
    display: block;
    font-size: 3.167em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1;
}


.social{
	width: 80%;
	float: left;
	padding: 0 10%;
	margin-top: 1.5em;
}

.social ul{
	border-top: 1px solid rgba(255,255,255,0.3);
}

.social ul li{
	display: inline-block;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 46px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 46px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */


}

.social ul li a{
  border-radius: 56px; 
    border: 2px solid rgba(255,255,255,0.7);
    width: 46px;
    height: 46px;
    margin: 40px 5px;
    display: block;
	color: rgba(255,255,255,0.7);
	font-size: 1.250em;
	line-height:46px;
	text-decoration: none;
}

.social ul li a:hover{
    border: 2px solid rgba(255,255,255,1.0);
    background: rgba(255,255,255,1.0);
 	color: rgba(0,0,0,1.0);
}



}







