/* Overrides */
.section-intro .section-centered {
  max-width: 1050px;
}

.section-intro .section-vertical-align {
  top: 47%;
}

.headline-ctas {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.headline-cta-section h2 {
  font-size: 32px;
  font-weight: 300;
}

.headline-cta-section p {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  margin-bottom: 30px;
}

.headline-cta-section a {
  align-items: flex-end;
  background-color: #4386fc;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  min-width: 150px;
  padding: 15px;
}

.headline-cta-section a:visited {
  color: #fff;
}

.headline-ctas .headline-cta-section {
  align-content: space-between;
  background: #fff;
  border-radius: 0;
  box-shadow: 1px 1.5px 4px 1px rgba(0,0,0,0.1);
  color: #4c4c4c;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 8px;
  max-width: unset;
  padding: 32px 30px;
}

.headline-ctas .mobile-button-selector {
  margin-top: auto;
}

@media all and (max-width: 767px) {
  .headline-cta-section h2 {
    font-size: 26px;
    line-height: 24px;
  }

  .section-panel-fullscreen .headline-cta-section .button-download {
    margin-top: 0px;
  }

  .headline-cta-section a {
    max-width: 100%;
  }

  /* Overrides for parallax.
   * These overrides are necessary to fight the parallax JS.
   * */
  .section-intro,
  .unfixed-wrapper {
    display: block !important;
    height: auto !important;
    opacity: 0;
    position: relative;
  }

  .section-vertical-align {
    margin-bottom: 50px;
    margin-top: 100px !important;
    padding: 5px;
  }

  .headline-ctas {
    flex-wrap: wrap;
  }

  .section-intro .section-centered {
    padding-top: 0px;
  }

  .section-panel-fullscreen .arrow-hint {
    bottom: 55px;
  }
}
