@font-face {
  font-family: "avenirregular";
  src: url("fonts/avenir_roman-webfont.woff2") format("woff2"),
    url("fonts/avenir_roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  scrollbar-color: #ffc629 #001f49;
  background: #f3f6f8;
}

body {
  font-family: avenirregular;
}

header {
  background: #002e6d;
  color: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  min-height: 10vh;
  box-shadow: 0 1px 3px rgba(193, 199, 208, 0.5),
    0 1px 2px rgba(193, 199, 208, 0.5);
}

#headerLogo {
  position: absolute;
  left: 2vw;
  height: 70%;
  max-width: 15vw;
}

#headerTitle {
  max-width: 60vw;
  font-size: 1.5em;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 15vh;
  width: 100%;
}

.container > .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  margin: 2vh 0;
  padding: 2vh;
  padding-bottom: 7vh;
  width: 80vw;
  box-shadow: 0 1px 3px rgba(193, 199, 208, 0.5),
    0 1px 2px rgba(193, 199, 208, 0.5);
}

.container > .content > article {
  padding: 5vh 5vw 0 5vh;
}

.container > .content > article > h2 {
  color: #009fe3;
  font-size: 1.3em;
}

.container > .content > article > div {
  line-height: 1.3;
}

.container > .content > article > div > section,
.container > .content > article > div > section > div > section {
  padding: 0 3vh;
}

.container > .content > article > div > section > h3 {
  color: #009fe3;
  font-size: 1.2em;
}

.container > .content > article > div > section > div > section > h4 {
  color: #009fe3;
  font-size: 1.1em;
}
