.bg-red {
  background-color: #B00000 !important;
}

.bg-blue {
  background-color: #001196 !important;
}

.bg-gold {
  background-color: #A08048 !important;
}

.text-red {
  color: #B00000 !important;
}

.text-blue {
  color: #001196;
}

.text-gold {
  color: #A08048 !important;
}

.border-red {
  border-color: #B00000 !important;
}

.border-blue {
  border-color: #001196 !important;
}

.border-gold {
  border-color: #A08048 !important;
}

#header h1 {
  font-size: calc(16px + 1.3vw);
  letter-spacing: 2px;
  font-weight: 500 !important;
}

.card-title h1 {
  font-family: "Libre Baskerville";
}

body {
  background-color: rgb(245, 245, 245);
  font-family: Montserrat, sans-serif;
}

a:hover {
  cursor: pointer;
}

#upload_resume_submit:hover {
  background-color: rgb(245, 245, 245);
}

#consent_form {
  max-height: 300px;
}

#content .card {
  box-shadow: 1px 1px 5px 5px rgb(224, 224, 224);
}

.dropdown-item:hover {
  background-color: #A08048;
  color: white;
}

.la-edit:hover {
  cursor: pointer;
}
