body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 4em;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.8em;
  margin: 12px 0;
}

section {
  height: 100vh;
}

.hero-header {
  width: 100%;
  height: auto;
}

.background {
  background-image: url("./images/hero-home-full-content.jpg");
  background-size: cover;
  background-position: top center;
  height: 75%;
  background-repeat: repeat-y;
}

.content-box {
  text-align: center;
  color: #061780;
  padding: 2em;
  height: 20%;
}
.content-box .content-header {
  margin: 20px 0;
}

h2 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=style.css.map */