html {
  overflow-x: hidden;
  background-color: #f6f5ef;
}
header {
  background-color: #003146;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 101vw;
  z-index: 2;
}
header img {
  height: 15vw;
  max-height: 84px;
  padding: 20px;
  vertical-align: middle;
}
header a {
  background-color: unset;
  padding: unset;
  border: none;
}
header a:hover {
  background-color: unset;
  filter: drop-shadow(0 0 7px #777);
}
aside {
  background-image: url("lighthouse.jpg");
  height: 35vh;
  width: 100vw;
  position: relative;
  left: -8px;
  background-size: cover;
  background-position-y: 27%;
}
#content {
  width: 95vw;
  max-width: 850px;
  margin: 0 auto;
}
#larger-content {
  width: 95vw;
  max-width: 1100px;
  margin: 0 auto;
}
main {
  position: relative;
  margin: 0 auto;
  top: clamp(90px, 6.7vw, 115px);
}
main a {
  margin: 1vw;
  padding: 1vw;
}
main img {
  width: 100%;
  display: block;
  margin: 20px auto;
}
a,
nav a {
  background-color: #003146;
  color: #f5efe5;
  padding: 0.5vw;
  text-decoration: unset;
  border: #f5efe5 solid 1px;
}
a:hover,
nav a:hover {
  background-color: #f5efe5;
  color: #003146;
  border-color: #003146;
}
nav a {
  margin: clamp(1px, 1vw, 20px);
  font-weight: bold;
}
nav a:hover {
  filter: unset;
}
footer {
  padding:0 2vw 1vw 2vw;
  text-align:center;
  max-width:1200px;
  margin:0 auto;
}
h2,
strong,
p.bold {
  color: black;
}
.bold {
  font-weight: bold;
}
.center {
  text-align:center;
}
.italic {
  font-style: italic;
}
.left {
  text-align: left;
}
p.subtitle, footer p {
  font-size:16px;
  color:gray;
}
nav a {
  font-size: 24px;
}
h1,
h2,
h3,
h4 {
  font-family: Georgia, serif;
  text-align: center;
  filter: drop-shadow(0 0.1vw 1px #1e2d471a);
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 30px;
}
h3 {
  margin: 2vw;
  font-size: 20px;
}
h4 {
  margin: 2vw;
  font-size: 24px;
}
p,
li {
  font-size: 20px;
  line-height: 31px;
  font-family: Arial, sans-serif;
}
hr {
  border-color: #202f49;
  border-style: dashed;
}
br {
  line-height: 15px;
}
nav,
#link-1,
#link-2,
#link-3 {
  display: inline-block;
}

@media (max-width: 1100px) {
  header {
    text-align: center;
    padding-bottom: 2vw;
  }
  header img {
    margin-bottom: 1.5vw;
  }
  main {
    top: clamp(10px, 19vw, 145px);
  }
  nav {
    display: block;
  }
  main img {
    width: 100%;
  }
}
