.gallery img{
    width: 100%
}
#menu{
    width:100%;
    height:40px;
    background-color:lightskyblue;
    padding-top: 12px;
}
#menu a{
    color:#ffffff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 800px;
    padding-left: 20px;
    padding-right: 20px;
}
#menu a:hover{
    color:#5077bd;
}
h2{
    color:deepskyblue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
ul {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 20px;
}

li {
  margin-bottom: 8px; 
}
h4{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/*Ensures the page scales on mobile devices*/ 
@media screen and (max-width: 768px) {
  body {
    padding: 10px;
    font-size: 16px;
  }

  h1, h2, h3 {
    text-align: center;
    font-size: 1.5em;
  }

  img {
    width: 100%;
    height: auto;
  }

  .container {
    display: block;
    width: 100%;
  }
}
