.ctna-nav {
  background-color: lightgrey !important; /* yuk */
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-end;
}

.header-logo {
  height: 100px;
}

.nav-link {
  height: 100px;
}

.section-container {
  background-color: lightgrey;
  border-radius: 20px;
  margin: 30px 0;
  padding: 10px;
}

.form-container {
  padding: 30px;
}

.header {
  font-size: 20px;
  font-weight: bold;
}

.join-ctna {
  background-color: black;
  color: antiquewhite;
  border-radius: 10px;
  margin-top: 20px;
}

.ctna-calendar {
  margin-top: 25px;
}

.ctna-footer {
  background-color: lightgray;
  margin-top: 15px;
  padding: 10px 0;
}

.ctna-container-1 {
  padding: 5px;
}

.ctna-container-2 {
  padding: 10px;
}

/* Generic classes */
.center {
  text-align: center;
}

.margin-below-20 {
  margin-bottom: 20px;
}

.white {
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
}

.bordered {
  border: 1px solid black;
  border-radius: 0.375rem;
}


@media screen and (max-width: 991px) {
  .white {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .height-60 {
    height: 60px;
  }

  .interest-row {
    margin-top: 15px;
  }
  
}
