/* Bootstrap Customise VVV */
@font-face {
    font-family: 'BrandFont';
    src: url('../assets/fonts/BrandFont.ttf') format('truetype');
}

@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.poster:before {
    background-image: url('images/main.jpg') !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
}

/* Bootstrap Customise ^^^ */
/* Local Project Codes */
.navbar-custom {
    position: fixed;
    width: 100%;
    background: var(--bs-dark);
    z-index: 10000 !important;
    top: 0px;
}

.index-logo {
    width: 90%;
}

.page-message-text {
    margin: 1rem;
    font-family: 'Oxanium', sans-serif;
    font-size: calc(0.2vh + 0.5vw + 12px);
    text-align: justify;
    color: var(--bs-dark);
}

.page-images {
    border-radius: 2rem;
}

.main-image {
    width: 100vw;
}

.member-section {
    margin-bottom: 5rem;
}

.video-thumbnail {
    cursor: pointer;
}

.video-modal-dialog {
    top: 80px;
    max-width: 100vw;
}

@media (min-width: 576px) {
    .index-logo {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .index-logo {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .index-logo {
        width: 50%;
    }

    .main-image {
        width: 50vw;
    }

    .member-section {
        margin-top: 5vh;
    }

    .video-modal-dialog {
        max-width: 80vw;
    }
}

@media (min-width: 1400px) {
    .index-logo {
        width: 59%;
    }

    .member-section {
        margin-top: 0vh;
    }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    width: 110%;
}

.nav-tabs .nav-link {
    width: 110%;
}

@media (min-width: 1440px),
(min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 992px) and (min-resolution: 192dpi) {
    .poster:before {
        background-image: url('images/main.jpg') !important;
    }
}

