.hero {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.hero-text {
  color: white; }

@media (max-width: 375px) {
  .hero-title {
    font-size: 2.5rem; } }

.hero-column {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .hero-column {
      padding-top: 80px;
      padding-bottom: 80px; } }

.overlay {
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); }

.section {
  padding: 50px 0; }

.section-alternate {
  background-color: #f5f5f5; }

.btn-rounded {
  border-radius: 30px; }

.btn-circle {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); }

.btn-green {
  background-color: #25d366;
  color: white; }
  .btn-green:hover {
    color: white;
    background-color: #1da851; }

.thank-you-page {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5; }
