/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.benefits-header {
  color: #fff;
}



.how-to-buttons {
  width: 40px;
  color: #fff;
  border-radius: 12px;
  background-image: linear-gradient(to right, #f15d22, #ee2f24);
}

.footer-link {
  color: #fff;
  text-decoration: none;
}
.footer-link a:link {
  color: #fff;
  text-decoration: none;
}

.footer-link a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-link a:active {
  color: #fff;
  text-decoration: none;
}

.footer-social-icon {
  height: 32px;
  padding-top: 4px;
  margin-left: 8px;
}
/* Overrides */
.btn-danger {
  background-image: linear-gradient(to right, #f15d22, #ee2f24);
  border-radius: 8px;
  color: "#fff";
  text-align: center;
}
.form-label {
  font-family: "Titillium Web";
}
.form-check-label {
  font-family: "Titillium Web";
}
h1 {
  font-family: "Montserrat";
  font-style: italic;
}
h3 {
  font-family: "Montserrat";
  font-size: 19pt;
  /* line-height: 22.8pt; */
  font-weight: 700;
}
h4 {
  font-family: "Montserrat";
  font-size: 17pt;
  line-height: 20.4pt;
  font-weight: 700;
}
a {
  font-family: "Titillium Web";
  font-size: 15pt;
  line-height: 20pt;
  font-weight: 600;
}
p {
  font-family: "Titillium Web";
  font-size: 15pt;
  line-height: 20pt;
}
small {
  font-family: "Titillium Web";
  font-size: 13pt;
  font-style: italic;
  line-height: 16pt;
}
td {
  font-family: "Titillium Web";
}