/* 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: #ffffff;
  height: 100%;
  font-size: 100%;
  width: 100%;
}


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

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

.logo{
  margin: 90px 0;
  background: rgba(255,255,255,0.7);
  padding: 100px ;
  display: inline-block;
}

h1{
  font-size: 50.5px;
  letter-spacing: 1px;
  font-weight: 400;
}

h2{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #555;
}


.content p{
  font font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  color: rgba(13,52,115,0.6);
  letter-spacing: 3px;
  font-weight: 100;
    
}


#counter {
    margin-top: 60px;
    width: 30%;
    padding: 0 35%;
    float: left;
}

.countdown_section {
    color: #FFF;
    display: inline-block;
    text-align: center;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.1); 
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);    
}

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

.countdown_amount {
    color: #FFF;
    display: block;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 0.75em;
}





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


.logo{
  margin: 70px 0;
  background: rgba(255,255,255,0.7);
  padding: 70px ;
  display: inline-block;
  box-shadow: 0 0 0px rgba(0,0,0,0.1);
}



#counter {
    margin-top: 40px;
    width: 60%;
    padding: 0 20%;
    float: left;
}






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


.logo{
  margin: 0 0 40px 0 ;
  width: 100%;
  background: rgba(255,255,255,0.7);
  padding: 30px 0 ;
  display: inline-block;
  
}

h1{
  font-size: 40px;
  letter-spacing: 2.5px;
  font-weight: 500;
}

h2{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
}


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

.content p{
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
  color: rgba(13,52,115,0.5);
    
}



#counter {
    margin-top: 30px;
    width: 90%;
    padding: 0 6%;
    float: left;
}

.countdown_section {
    color: #FFF;
    display: inline-block;
    text-align: center;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);  
    padding-bottom: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);  
    border-bottom: 1px solid rgba(0,0,0,0.1);    
}

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

.countdown_amount {
    color: #FFF;
    display: block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 0.90em;
}









