html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Inter', sans-serif;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.hero-bg {
    background-image: linear-gradient(rgba(0, 30, 0, 0.6), rgba(0, 30, 0, 0.6)), url(../images/Diverse_Nigerian_Professionals_Office.jpg);
    background-size: cover;
    background-position: center;
}

.brand-green {
    color: #005700;
}

.bg-brand-green {
    background-color: #005700;
}

.bg-brand-gold {
    background-color: #5070a3;
}

.hover-bg-brand-green-dark:hover {
    background-color: #004400;
}

.brand-blue {
    color: ##052f73;
}

.bg-brand-blue {
    background-color: #2b446e;
}

a.external-link {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}