nav {
padding: 0.825rem 0; background:#081372;
}
#first-block {
text-align:center;
padding:3.5em 0;
background:#090a98;	
}
footer {
background:#fff;
padding:3.5em 0;
}

/* sticky footer css */
html {
height: 100%;
overflow: hidden;
}
 
body {
height: 100%;
overflow: scroll;
}
 
.with-sticky-footer {
display: table;
height: 100%;
table-layout: fixed;
width: 100%; 
}
 
.sticky-footer {
display: table-row;
height: 1px;
} 


@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  nav {
    padding: 10px 0;
    height: 60px;
  }
  .logo img {
    max-width: 172px;
    max-height: 40px;
    margin: 0 auto;
    width: auto;
  }   
	
countdown {
    font-size: 2em;
    font-weight: bold;
    color: #333;
}
}