nav ul li a{
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.8em;
  text-decoration:none;
  font-size:80%;
  color:#fff
}
#logo{width: 90px;
margin: 0 auto;
display: block;
margin-top: 20px}

h1{
  color:#5abcd8!important
}

 /* On screens that are 600px or less, set the background color to olive */
 @media screen and (max-width: 600px) {
  h1{
   font-size:30px!important;
   font-weight:300;
 
 }
}