body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2em;
  font-weight: 300;
  color: #9b8160;
}

a {
  text-decoration: none;
  color: #9b8160;
}

a:hover {
  color: inherit;
}

.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex-columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-columns > div {
  width: 31%;
  min-width: 200px;
  padding: 0 1%;
}

.flex-columns img {
  max-width: 100%;
}

.two-columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.two-columns > div {
  width: 48%;
  min-width: 200px;
  padding: 0 1%;
}

.two-columns img {
  max-width: 100%;
}

.button {
  padding: 0.75em 1.25em;
  background: #9b8160;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
  color: white;
}

.button:hover {
  background: #645139;
  color: white;
}

.banner {
  background: fixed no-repeat 0 0/cover url(../images/background.jpg);
  vertical-align: top;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: white;
  text-align: center;
}

.banner h1 {
  margin: 0;
  width: 66%;
  padding: 2.5em 0;
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: 400;
}

.banner-big h1 {
  margin: 0;
  width: 66%;
  padding: 0.5em 0;
  line-height: 1.5em;
  font-weight: 200;
  font-size: 4em;
  color: white;
}

#header {
  background: #1e211e;
  height: 4em;
  margin-bottom: 1.75rem;
}

.logo {
  width: 33em;
  padding: 1em 0;
  text-align: center;
}

.logo img {
  max-width: 90%;
}

.content-container {
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content {
  width: 75%;
  padding: 0 2em;
  margin: 2em 0 2em;
  font-size: 1.35em;
}

.content p,
.video-fullwidth {
  margin-bottom: 2em;
}

.video-fullwidth {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content iframe {
  max-width: 100%;
}

#contact {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  max-width: 35em;
}

#contact div {
  margin: 0 1% 1em;
}

#contact .fullwidth {
  width: 100%;
}

#contact .halfwidth {
  width: 48%;
}

#contact .thirdwidth {
  width: 31%;
}

#contact input:not([type="submit"]), #contact select, #contact textarea {
  width: calc(100% - 10px);
  min-height: 1.5rem;
  font-size: .75em;
  border: 1px solid grey;
  border-radius: 4px;
  box-sizing: content-box;
  display: block;
  font-family: inherit;
  padding: 4px;
}

#contact sup {
  vertical-align: top;
  font-size: 0.75em;
  color: #9b8160;
}

#contact p {
  width: 100%;
  margin-bottom: 1.5rem;
}

#contact label {
  display: inline-block;
  margin-bottom: .5rem;
}

#contact input[type="submit"] {
  font-size: .75em;
  padding: .25em;
}

#contact textarea {
  margin-bottom: 1em;
}

#contact .halfwidth, #contact .thirdwidth, #contact > input {
  margin-bottom: 1.5rem;
}

.page-menu {
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-around;
  font-size: 2em;
  flex-wrap: wrap;
}

.page-menu a {
  width: 30%;
  padding: 0.75em 5%;
  text-align: center;
  margin: 0.25em 0;
}

.bios {
}

.bios div {
  padding: 1em;
}

.bios p {
  margin: 0;
  padding: 1em;
}

.bios img {
  float: left;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 8em;
  padding: 1em;
}

footer {
  flex-shrink: 0;
  background: #3d403d;
  color: #fff;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
}

footer .img-wrapper {
  height: 8em;
  padding: 2em 0 1em;
}

footer img {
  max-height: 100%;
  max-width: 100%;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 2em 4em 1em;
  margin: 0;
}

footer ul li {
  padding: 0.35em 0;
}

footer p {
  padding: 1em;
  margin: 0;
}

.mobile-link {
  display: none;
}

.toggle,
[id^='drop'] {
  display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color: #9b8160;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 4em;
}

nav ul {
  list-style: none;
}

nav ul li {
  margin: 0px;
  float: left;
}

nav a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  font-size: 1.15em;
  text-decoration: none;
  line-height: 1.75rem;
}

nav ul li ul li:hover {
  background: #1e211e;
}

nav a:hover {
  background-color: #1e211e;
  color: white;
}

nav ul ul {
  display: none;
  position: absolute;
  background-color: #9b8160;
}

nav ul li:hover > ul {
  display: inherit;
}

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

/* Media Queries */

@media all and (max-width: 1024px) {
  .banner h1 {
    font-size: 2em;
    padding: 1.5em 0;
  }
}

@media all and (max-width: 768px) {
  .flex-columns > div {
    width: 48%;
  }

  .bios div {
  }

  .mobile-link {
    display: block;
  }
  .logo {
    max-width: 100%;
  }

  .content {
    width: 85%;
    font-size: 1.2em;
  }

  #contact .thirdwidth {
    width: 48%;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  footer .img-wrapper {
    height: 6em;
  }

  footer ul {
    padding: 1em 1em 2em;
    text-align: center;
  }

  nav {
    margin: 0;
    flex-direction: column;
  }

  .toggle + a,
  .menu {
    display: none;
  }

  .toggle {
    display: block;
    background-color: #9b8160;
    padding: 14px 20px;
    color: #fff;
    font-size: 1.15em;
    text-decoration: none;
    border: none;
    height: 1.75rem;
  }

  .menu li a {
    font-size: 1.15em;
  }

  .toggle:hover {
    background-color: #1e211e;
  }

  [id^='drop']:checked + ul {
    display: block;
  }

  nav ul li {
    display: block;
    width: 100%;
  }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: #1e211e;
  }

  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #fff;
    font-size: 17px;
  }

  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121;
  }

  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }

  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }

  nav ul ul li {
    display: block;
    width: 100%;
  }

  nav ul ul ul li {
    position: static;
  }
}

@media all and (max-width: 600px) {
  .flex-columns > div {
    width: 98%;
  }

  .banner h1 {
    font-size: 1.75em;
  }

  .page-menu a {
    width: 90%;
  }
}

@media all and (max-width: 450px) {
  footer {
    font-size: 0.9em;
  }
}
