/* latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 500;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FBIokntPOIEtmCA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCBIokntPOIEtmCA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7myRJTVBNIgun_HKCEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNIgun_HKCEk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  margin: 0;
  min-width: 40em;

  font-weight: 500;
  font-family: "Jost","Futura","Gill Sans","Helvetica Neue",Helvetica,Arial,"Microsoft Sans Serif",sans-serif;
}

.caps {
  font-weight: 600;
}

.logo {
  font-size: 1.2em;
  text-align: left;
  color: white;
  font-style: italic;
}

.logo a {
  color: white;
  text-decoration: none;
}

.nav {
  font-size: 1.1em;
  color: rgb(164, 211, 228);
  padding-left: 3.5em;
}

.nav :link, .nav :visited {
  color: rgb(164, 211, 228);
  text-decoration: none;
}

.header {
  background-color: rgb(0, 37, 62);
}

.header_contents {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;

  height: 4.5em;
  display: flex;
  align-items: center;
}

.section {
  width: 100%;

  background-image: linear-gradient(rgb(250, 250, 250), rgb(255, 255, 255));
}

.section_contents {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  display: flex;

  align-items: center;

  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

.left_section_left {
  display: block;
  max-width: 50%;
  padding-right: 2em;
}

.left_section_right {
  display: block;
  max-width: 50%;
  padding-left: 2em;
}

.right_section_left {
  display: block;
  max-width: 50%;
  padding-right: 2em;
}

.right_section_right {
  display: block;
  max-width: 50%;
  padding-left: 2em;
}

.footer {
  background-color: rgb(0, 37, 62);
  color: white;

  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  line-height: 3em;
}

.footer_link {
  font-size: 1.2em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  color: rgb(164, 211, 228);
}

.footer_link :link, .footer_link :hover, .footer_link :visited {
  text-decoration: none;
  color: rgb(164, 211, 228);
}

.section_title {
  font-size: 4em;
  font-weight: 900;
  color: rgb(0, 37, 62);
}

.section_subtitle {
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 0.5em;
  line-height: 1.1em;
  color: rgb(0, 37, 62);
}

.section_paragraph {
  font-size: 1.3em;
  font-weight: 400;
  padding-bottom: 0.5em;
  color: rgb(0, 37, 62);
}

.submit {
  margin-top: 1em;
  cursor: pointer;
  background-color: rgb(176, 85, 14);
  border: 0;
  padding: 1em 2em;
  font-size: 1.2em;
  font-weight: 600;
  color: white;
  border-radius: 0.5em;
}

.person_name {
  font-weight: bold;
}

.person_title {
  font-size: 0.9em;
}

.person_bio {
  font-size: 0.75em;
  color: rgb(96, 96, 96);
}

@media (max-width: 50em) {
  .section_contents {
    flex-direction: column;
  }

  .left_section_left {
    display: block;
    max-width: 100%;
    padding-right: 0em;
    margin-bottom: 3em;
  }

  .left_section_right {
    display: block;
    max-width: 100%;
    padding-left: 0em;
  }

  .right_section_left {
    display: block;
    max-width: 100%;
    padding-right: 0em;
    margin-bottom: 3em;
  }

  .right_section_right {
    display: block;
    max-width: 100%;
    padding-left: 0em;
  }
}
