/* Add here all your CSS customizations */
.btn-light-blue {
  background-color: #00afc6;
  color: #e8e8e8;
  border-color: 1px solid #00afc6;
}

.btn-light-blue:hover {
  background-color: #1c3259;
  color: #e8e8e8;
  border: 1px solid #e8e8e8;
}

.btn-dark-blue {
  background-color: #1c3259;
  color: #e8e8e8;
  border-color: 1px solid #1c3259;
}

.btn-dark-blue:hover {
  background-color: #00afc6;
  color: #e8e8e8;
  border: 1px solid #00afc6;
}

.text-dark-blue {
  color: #1c3259;
}

ul li a.text-dark-blue.text-decoration-none:hover {
  color: #00afc6;
}

.bg-dark-blue {
  background-color: #1c3259;
}

.bg-light-blue {
  background-color: #00afc6;
}
