
body {
    height: 20vh;
    background-image: url(images/Mooringfield.jpg);
    background-size: cover;
    font-family: sans-serif;
}

#topbar {
    width: 100%;
    background-color: navy;
    height: 15vh;
    color: white;
    text-decoration: none;
}

.mail {
    padding: 20px;
    text-align: center;
    height: 20;
    width: 20;
    display: inline-block;
    text-decoration: none;
    color: white;
}

.icon-bar {
  width: 100%;
  background-color: aliceblue;
  overflow: auto;
  text-decoration: none;
}

.icon-bar a {
  float: left;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  color: black;
  font-size: 19px;
  text-decoration: none;
}

.icon-bar a:hover {
  background-color: aqua;
}


#about {
    line-height: 1.6em;
    color: black;
}

h1 {
    color: black;
}

h2, h3, h5  {
    text-align: center;

}

h1 {
    text-align: center;
    border-bottom: 2px solid black;
}
