@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
    --bs-primary: #FC970F;
    --bs-secondary: #1B5A7A;
    --bs-yellow: #FC970F;
    --bs-brown: #A25F06;
    --bs-light: #CDE0E3;
    --bs-light-2: #CDE0E3;
    --bs-body-color: #000;
    --bs-link-color: #1B5A7A;
    --bs-link-hover-color: #1B5A7A;
}


.container-limited {max-width: 1500px;}

body {font-family: 'Inter', sans-serif;}

.fa-facebook-f-link {background-color: #1877F2 !important;}
.fa-x-twitter-link {background-color: #000000 !important;}
.fa-linkedin-in-link {background-color: #0A66C2 !important;}
.fa-youtube-link {background-color: #FF0000 !important;}
.fa-instagram-link {background-color: #D62976 !important;}

.page-heading-inner {background: rgba(252, 151, 15, .9);}

.hero-bg-slider {position: static; height: 40vh;}

.quick-link-custom {aspect-ratio: 1 / 1; position: relative; top: -2rem; z-index: 1; transition: all .1s ease;}
/* .quick-link-custom:hover {background: var(--bs-dark) !important;} */
.quick-link-custom:hover {top: -3rem;}
.quick-link-custom .icon {font-size: 1.75rem;}
.quick-link-custom .label {font-size: .8rem;}

.home-news-section {padding-top: 1.5rem;}

.sitemap > ul > li {margin-bottom: 1rem;}
.sitemap > ul > li > a {display: block; padding: .75rem 1.5rem; border-bottom: 1px solid #DEE2E6; text-transform: uppercase; font-weight: bold;}
.sitemap > ul ul {padding: .5rem 1.5rem;}
.sitemap > ul > li > ul > li > a {text-transform: uppercase; padding: .5rem 0;}
.sitemap > ul ul a {font-weight: normal;}


@media (min-width: 768px) {

    .site-logo img {transition: all .3s ease;}
    .site-header-wrapper.sticky .site-logo img {max-height: 3.5rem;}
    /*.header-navbar {transition: all .3s ease; margin-top: 1rem;}*/
    .site-header-wrapper.sticky .header-navbar {margin: 0;}
    .hero-bg-slider {position: static; height: 60vh;}

}

@media (min-width: 992px) {

    .header-mainbar-row {padding-top: 1rem; padding-bottom: 1rem; transition: all .3s ease;}
    /*.site-header-wrapper.sticky .header-mainbar-row {padding-top: 0; padding-bottom: 0;}*/
    /*.site-logo {position: absolute; top: 1rem; left: 1rem;}*/
    /* .site-logo img {max-height: 6rem;} */
    .hero-bg-slider {position: static; height: 75vh;}
    .hero-bg-slider::after {content: ''; display: block; position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 4rem; background: rgba(255, 255, 255, .7);}
    /*.home-news-section {padding-top: 2rem; background: url('/assets/decor-town.png') center 50% no-repeat; background-size: 150% auto;}*/
    /*.home-newsletter-col {background: url('/assets/decor-envelope.png') top right no-repeat; background-size: 30% auto;}*/

}

@media (min-width: 1200px) {

    /*.header-navbar {margin-top: 1rem;}*/
    /* .site-logo img {max-height: 7.25rem;} */
    .page-heading {height: 30rem;}
    .quick-link-custom .icon {font-size: 3rem;}
    .quick-link-custom .label {font-size: 1rem;}

}