﻿body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 17px;
    letter-spacing: 1px;
    color: #727171;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /*background: transparent !important;*/
    position: absolute;
    width: 100%;
    /*height: 80px;*/
    z-index: 10;
}

.logo-image {
    height: 100px;
    width: 100px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: transparent; /* Default transparent background */
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    /* Header style when scrolled */
    .fixed-top.page-scrolled {
        background: white; /* Change background to white when page is scrolled */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Example box shadow for a subtle effect */
    }

        /* Scrolled state */
        .fixed-top.page-scrolled .logo-image {
            height: 60px;
            width: auto;
        }

.text-custom {
    color: #800000 !important;
}

.navbar-toggler {
    border: none;
    background: transparent;
}

    .navbar-toggler:focus {
        outline: none;
    }

.navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
}

    .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 10px 15px;
    }

        .navbar-nav .nav-item .nav-link:hover {
            color: #666;
        }

.content-overlay {
    background: rgba(255, 255, 255, .4);
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    nav ul li {
        margin-left: 20px;
    }

        nav ul li a {
            font-weight: bold;
        }

footer {
    text-align: justify;
    /*padding: 10px 10px;*/
    padding-top: 1em;
    /*background-color: #f8f9fa;*/
    background-color: white;
    /*border-top: 1px solid #e9ecef;*/
    border-top: 1px solid white;
}

.footer h5 {
    font-size: 1.25em;
    margin-bottom: 10px;
}

.footer p, .footer a {
    font-size: 0.875em;
    color: #6c757d;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer .list-unstyled {
    padding-left: 0;
}

.social-icon {
    /*width: 20px;*/
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.full-page-image {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    text-align: center;
}

    .banner-text h1 {
        font-size: 3em;
        font-weight: bold;
    }

    .banner-text p {
        font-size: 1.5em;
    }

.btn-read-more {
    background: rgba(255, 255, 255, .4);
    color: maroon;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.TimesNewRoman {
    font-family: 'Times New Roman';
    font-weight: 400;
}

.leader_ship_team_btn {
    margin-top: 40px;
}

    .leader_ship_team_btn a {
        text-decoration: none; /* Remove underline by default */
        transition: transform 0.3s ease-in-out; /* Smooth transition for the zoom effect */
        display: inline-block; /* Ensure transform works properly */
    }

        .leader_ship_team_btn a:hover {
            text-decoration: none; /* Ensure underline is removed on hover */
            transform: scale(1.1); /* Zoom in effect */
        }

.leadership-icon {
    height: 30px;
    align-items: center;
}
