/****************************
 ***       General        ***
 ****************************/

.ub-blue {
  background-color: rgba(0, 91, 187, 1);
}

.max-vh-75 {
  max-height: 75vh;
}

/****************************
 ***        Footer        ***
 ****************************/

.footer-link {
  color: rgba(127, 219, 255, 1);
}

.footer-link:hover {
  color: rgba(96, 165, 192, 1);
}
