body {
  background: linear-gradient(to top, #ffece9, #fff 800px, #fff9ed 100%);
}
@media (min-width: 60em) {
  body {
    padding-top: 40px;
  }
}

#hero {
  position: relative;
  background: url("/img/sunrise-bg.jpg") center bottom no-repeat;
  background-size: cover;
}
#hero .container {
  padding-bottom: 20rem;
}
@media (min-width: 60em) {
  #hero .grid:first-child .col:first-child {
    margin-top: 100px;
  }
}
#teachers {
  background-image: linear-gradient(#fff, #c4e6c9);
}
#teachers .cta {
  color: #126565;
}
#teachers .cta svg path {
  fill: #126565;
}

#about {
  position: relative;
}
#about .photo img {
  border-top-right-radius: 0;
  min-height: 480px;
  object-fit: cover;
}
@media (min-width: 60em) {
  #about .photo img {
    margin-top: 4vw;
  }
}
@media (max-width: 60em) {
  #about .photo img {
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 60em) and (max-width: 80em) {
  #about .heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #about .heading img {
    margin-right: 20px;
  }
}
#about .values .wrap-group {
  display: inline-block;
}
#about .values .item {
  display: inline-block;
  margin: 30px;
  transition: margin 500ms, transform 500ms;
}
#about .values .item img {
  height: 50px;
}
#about .values .item p {
  text-transform: lowercase;
}
#about .values:hover .item {
  margin: 32px;
  transform: scale(0.9);
}

#wave-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#wave-mask img {
  width: 102%;
  max-width: none;
  margin-left: -1%;
  margin-top: -1px;
}

.arc-mask {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  padding-top: 2%;
  background: url("/img/arc-mask.svg") center bottom no-repeat;
  background-size: 102%;
}

/*# sourceMappingURL=index.css.map */
