.required-field::after {
  color: red;
  content: " *";
}
.text-underline-hover {
  text-decoration: none;
}

.text-underline-hover:hover {
  text-decoration: underline;
}

.btn-primary {
  background-color: #315ab2;
  border-color: #315ab2;
}

.btn-primary:hover {
  background-color: #27488e;
  border-color: #27488e;
}

.enforce-sticky-footer {
  min-height: calc(100vh - 121px - 75px);
}

.primary-color-text {
  color: #315ab2;
}

.heading-color-text {
  color: #0070c2;
}

.primary-color-bg {
  background-color: #315ab2;
}

.twilight-blue-bg {
  /* very muted; hard to tell it's blue. Used when I don't want white */
  background-color: #f9fbf3;
}

.header-bg {
  /*
  columbia blue: bdd4e7
  powder blue: 8af3ff
  fluorescent cyan: 57E2E5
  tiffany blue: 98D9C2
  columbia blue: C5D5EA
  2. alice blue: D8E1E9
  1. non-photo-blue: 8DE4FF
  */
  background-color: #8de4ff;
}

.header-img {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-color: #bdd4e7;
}

#form-file {
  display: none;
}

#home-carousel {
  max-width: 500px;
}
