:root { 
    --slow-duration: 9s;
    --underline-color: #f9931f; 
    --underline-height: 2px;  
    --underline-duration: 6s;
    --highlight-color:#f9931f;
    --bs-accordion-active-color:#f9931f;
    
 }

#hero {
    background: url("../img/hero-bg.jpg") center center no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-bg-primary {
    background-color: #0c0b46ff !important;
}
.highlighted {
    color: var(--highlight-color);
    font-weight: bold;
}


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader.gif") center no-repeat #fff;
    background-size: 100px 100px;
}

.logo {
    max-width:50px;
}
