@font-face {
    font-family: 'Oxanium';
    src: url('../../img/newDesignfont/Oxanium/Oxanium-VariableFont_wght.ttf') format('truetype');
  }
body {
  font-family: "Oxanium", sans-serif;
}
.navbar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.navbar-brand {
  color: white;
}
.nav-link {
  color: black !important;
  font-size: 18px !important;
}
.bottom-nav-link {
  color: white !important;
}
.nav-link:hover {
  color: #8ca8df !important;
}
.navbar-brand img {
  height: 4vw;
}
.navbar-nav a {
  color: white;
}
.navbar-nav a:hover {
  color: #0056b3;
}

.icon-box i {
  font-size: 48px;
  margin-bottom: 20px;
}
.icon-box h3 {
  font-size: 24px;
}
.icon-box p {
  font-size: 18px;
}
.hero-section.bg-image {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("../../img/newDesignImages/heroSection.webp") no-repeat center center;
  background-size: cover;
}
.custom-card {
    background-color: #F3F3F3 !important;
}
.custom-card:hover {
    border: 1px solid #0056b3 !important;
}
.footer-icons-custom-bg-color {
    background-color: #274375;
}
.footer-logo-custom-bg-color {
    background-color: #0C2B64;
}   
.modal-header {
    background-color: #274375;
    color: #F3F3F3;
}
.modal-header:hover {
    background-color: #F3F3F3;
    color: #274375;
}
.semi-small-font-size {
    font-size: 20px;
    font-weight:lighter;
}
.card-header {
  font-size: 26px;
  font-weight:bold;
}