@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Encode Sans Semi Condensed';
    src: url('/fonts/EncodeSansSemiCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
h1 {
    font-family: 'Encode Sans Semi Condensed';
    font-weight: 700;
    color: #0a2342
}
h2 {
    font-family: 'Encode Sans Semi Condensed';
    color: #0a2342;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h3 {
    font-family: 'Encode Sans Semi Condensed';
    color: #0a2342;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h4 {
    font-family: 'Encode Sans Semi Condensed';
    color: #33527d;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h5 {
    font-family: 'Encode Sans Semi Condensed';
    color: #d41f0f;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
p {
    font-family: 'Encode Sans Semi Condensed';
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.nav-link {
    color: #dadde0 !important;
}
.nav-link:hover {
    color: #2496FF !important;
    text-decoration: underline;
    font-weight: bold;
}
.nav-link.active {
    color: #0a2342 !important;
    font-weight: bold;
    text-decoration: underline;
}
.banner-container {
    width: 100vw;
    height: 60vh;
}
.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-img-top {
    max-height: 120px;        /* Smaller image */
    object-fit: cover;
}
.card-body {
    padding: 0.75rem;         /* Less vertical space inside card body */
}

.card-title {
    font-size: 1rem;          /* Smaller title */
    margin-bottom: 0.5rem;
}

.card-text {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;     /* Smaller, more compact */
    line-height: 1.3;        /* Slightly tighter line spacing */
}
.custom-shadow {
    box-shadow: 13px 10px 10px -4px rgba(0,0,0,0.16);
    -webkit-box-shadow: 13px 10px 10px -4px rgba(0,0,0,0.16);
    -moz-box-shadow: 13px 10px 10px -4px rgba(0,0,0,0.16);
}

.navbar-nav .nav-link:hover,
.navbar-toggler:focus  {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 4px;
outline: none; 
box-shadow: none;
}
