body {
  margin: 0;
  background-color: #F9FBFD;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #222;
}

.site_wrap {
  background-color: #fff;
  width: 100%;
  max-width: 75rem;
  margin: 2rem auto;
  border: 1px solid #84BDF0;
  box-sizing: border-box;
}

header {
  min-height: 11rem;
  display: grid;
  grid-template-columns: 22rem auto;
  border-bottom: 1px solid #7BBFFB;
}

.site_title {
  font-weight: 400;
  font-family: 'Poiret One', sans-serif;
  font-size: 5rem;
  color: #595C5E;
  line-height: 11rem;
  margin: 0 0 0 3rem;
}

nav {
  text-align: right;
  margin: 0 3rem 0 0;
}

nav a {
  font-size: 1.25rem;
  color: #595C5E;
  text-decoration: none;
  display: inline-block;
  height: 11rem;
  line-height: 11rem;
  margin-left: 3rem;
  border-bottom: 4px solid #fff;
}

nav a:hover, nav a.active {
  color: #4793D5;
  border-bottom: 4px solid #7BBFFB;
}

svg {
  stroke: #7BBFFB;
  stroke-width: 5;
  margin-right: 1rem;
  vertical-align: middle;
}

.open_menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.burger {
  display: none;
  font-size: 1.25rem;
  padding: 0 3rem;
  height: 3.5em;
  line-height: 3.5em;
  border-top: 1px solid #7BBFFB;
  cursor: pointer;
}

main {
  min-height: 5rem;
}

footer {
  height: 7rem;
  background-color: #1C3B81;
  border-top: 1px solid #7BBFFB;
  text-align: center;
  color: white;
}

footer p {
  line-height: 7rem;
  margin: 0;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: grid;
  grid-template-rows: 50% 50%;
  grid-gap: 3rem;
}

.hero_tagline {
  font-family: 'Raleway', sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px rgba(9, 38, 102, 0.8);
  align-self: end;
  margin: 0 2rem;
}

.hero_button {
  align-self: start;
}

a.blue_button {
  display: inline-block;
  background: #3C99EC;
  border: 2px solid #47B5FF;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(31, 72, 151, 0.5);
  border-radius: 1rem;
  padding: 1.25rem 1.75rem;
}

.page {
  padding: 4.5rem 3.125rem;
}

.page_heading {
  font-family: 'Poiret One', sans-serif;
  font-weight: 400;
  color: #595C5E;
  font-size: 3.75rem;
  text-align: center;
  margin: 0;
  margin-bottom: 4.5rem;
}

.page_content {
  font-size: 1.125rem;
  line-height: 1.6;
  display: grid;
  grid-template-columns: auto 37%;
  grid-gap: 3.125rem;
}

.page_content p:first-of-type {
  margin-top: 0;
}

.page_content img {
  max-width: 100%;
  border: 1px solid #84BDF0;
}

ul {
  margin: 0;
}

li {
  margin-bottom: 0.6rem;
}

blockquote {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 4.5rem;
}

.guest {
  text-align: center;
  font-family: "Poiret One", sans-serif;
  font-size: 2rem;
}

.contact {
  display: grid;
  grid-template-columns: auto 60%;
  grid-gap: 3.125rem;
  font-size: 2rem;
}

.contact iframe {
  width: 100%;
}

@media (max-width: 75rem){

  .site_wrap {
    margin: 0;
  }

  header {
    grid-template-columns: 100%;
  }

  .site_title {
    text-align: center;
    margin: 0;
  }

  nav {
    text-align: left;
    padding: 0 3rem;
  }

  nav a {
    display: block;
    margin: 0;
    height: 3.5em;
    line-height: 3.5em;
  }

  .burger {
    display: block;
  }

  .open_menu + .burger + nav {
    display: none;
    height: 0;
  }

  .open_menu:checked + .burger {
    background: #4793D5;
    color: #fff;
  }
  .open_menu:checked + .burger + nav {
    display: block;
    height: auto;
  }

  .open_menu:checked + .burger svg {
    stroke: #fff;
  }

}

@media (max-width: 55rem){
  .page_content {
    grid-template-columns: 100%;
    grid-gap: 3.125rem;
  }
  .page_content img {
    margin: 0 auto;
  }
  .contact {
    font-size: 1.5rem;
  }
}

@media (max-width: 45rem){
  .hero_tagline {
    font-size: 3.25rem;
  }
  .page_heading {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .page {
    padding: 3.5rem 2.75rem;
  }
  blockquote {
    margin-top: 3.5rem;
    font-size: 1.25rem;
  }
  .guest {
    font-size: 1.75rem;
  }
  .contact {
    font-size: 1.25rem;
  }
}

@media (max-width: 40rem){
  .contact {
    grid-template-columns: 100%;
    text-align: center;
  }
}

@media (max-width: 22rem){
  .burger {
    font-size: 6vw;
    padding: 0 2rem;
  }
  nav {
    padding: 0 2rem;
  }
  nav a {
    font-size: 6vw;
  }
  .site_title {
    font-size: 20vw;
  }
  .hero_tagline {
    font-size: 14vw;
  }
  a.blue_button {
    font-size: 6vw;
  }
  .page_heading {
    font-size: 10vw;
    margin-bottom: 2rem;
  }
  .page {
    padding: 2rem;
  }
  blockquote {
    margin-top: 2rem;
    font-size: 6vw;
  }
  .guest {
    font-size: 8vw;
  }
}
