/******************************
 STARS HOMEPAGE
*******************************/
.star-heading-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: var(--fs-500);
}

@media (min-width: 768px) {
    .star-heading-wrap {
        flex-direction: row;
    }
}

/******************************
 TABS HOMEPAGE
*******************************/
@media (max-width: 767.98px) {
.nav-tabs > li > a {
    font-size: 11px;
    padding: 4px 8px;
}
}

/******************************
 NAVBAR 
*******************************/
.navbar-default .navbar-brand {
color: var(--clr-text-display);
}
.navbar-fixed-spacer {
    height: 70px;
    min-height: 70px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    padding: 12px 16px;
}
}

@media (min-width: 768px) {
.navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: 0em;
        margin-block-end: 0em;
}
.navbar-nav {
    width: 100%;
}
a.navbar-brand:has(.fa-home) {
        display: none;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
}

/* fix navbar fixed width issue */
@media (min-width: 1400px) {
    .navbar .container {
        width: 1400px!important;
    }
.navbar-default .navbar-nav>li>a {
    padding: 24px 60px;
}
}



/******************************
 HERO SECTION
*******************************/
.hero-row {
        background-attachment: scroll!IMPORTANT;
}

@media (min-width: 768px) {
    .carousel-control {
    font-size: 34px;
}
}

@media (min-width: 768px) {
    .hero-row {
        aspect-ratio: 7 / 2;
    }
}

@media (max-width: 767px) { .social-media-links { display: flex !important; justify-content: flex-end !important; /* align to the right */ gap: 10px; margin-left:1px !important; margin-top: 2px !important; } .social-media-links a { display: inline-block !important; } }

a.banner-link {
    font-size: 18px !important;
    text-shadow: none;
}

.fa-brands, .fab {
    font-weight: 400;
    color: white;
}