* {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  margin: 100px 0;
  padding: 0 20px;
}

h2 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 115px;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -7px;
  max-width: 800px;
  color: #231F20;
}

h3 {
  margin-bottom: 10px;
  font-size: 25px;
  margin-top: 0;
  font-weight: 700;
  max-width: 800px;
}

p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.reveal {
  opacity:0;
  transform:translateY(60px);
  will-change: opacity, transform;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

#header {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 10vw;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

#header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#header h1 {
  margin-top: 100px;
  max-width: 834px;
  text-align: center;
  font-size: 80px;
  line-height: 106px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 1079px) {
  section {
    margin: 50px 0;
  }

  h2 {
    font-size: 35px;
    line-height: 44px;
    margin-left: 0;
    margin-bottom: 40px;
  }

  p {
    font-size: 16px;
  }

  #header h1 {
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0px;
    max-width: 400px;
  }
}