[data-grav-field=checkbox] {
  display: flex;
  align-items: center;
}

.header-fixed .hero {
  background-position: center;
}
.header-fixed .hero h1 {
  margin-top: 0;
}

#header .logo img {
  height: 60px;
}

body.header-fixed.header-animated #header.scrolled .logo img {
  height: 35px;
}

.home__bottom {
  margin: 3rem 0 2rem;
}

#start > section:nth-child(4n) {
  background-color: #f8f9fa;
}

@media (max-width: 1013px) {
  .modular-home.offset-box .frame-box {
    margin-bottom: 0;
  }
}

@media (max-width: 1013px) {
  .modular-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.portrait__wrapper {
  padding-top: 2rem;
}
.portrait__wrapper img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 601px) {
  .portrait__wrapper .column:first-child {
    text-align: right;
  }
  .portrait__wrapper .column:last-child {
    text-align: left;
  }
}

body {
  font-size: 1rem;
}
@media (min-width: 601px) {
  body {
    font-size: 0.9rem;
  }
}

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