html {
    overflow-x: hidden;
}

body {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}

h1, h2 {
    color: var(--bs-primary);
}

@media(max-width: 1199px) {
    body {
        padding-top:79px;
    }
}

/** buttons **/
.btn {
    font-weight: 600;
}

.btn.btn-sm {
    font-size: 1rem;
}

/** nav **/
#main-nav-top-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

#main-nav-top .nav-link {
    font-weight: 600;
    margin-left: 0.25em;
}

#main-nav-top .nav-link.active {
    color: #fff;
} 

#main-nav-top .nav-link:hover {
    background-color: var(--bs-primary);
    color:#fff;
}

#divider .col {
    min-height: 5px;
}


#image-top-container {
    height: 450px;
    width: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.form-check .form-check-input {
    margin-top: 0px;
}

@media(max-width: 1199px) {
    #main-nav-top {
        padding-top: 1em;
    }
    #main-nav-top .nav-link {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .product {
        font-size: 1rem;
    }


}

/** footer, sub-footer **/

footer {
    color: var(--bs-secondary);
    font-size: 1.1rem;
}

#sub-footer {
    font-size: 1rem;
    color: #fff;
}
#sub-footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
#sub-footer a:hover,
#sub-footer a:active,
#sub-footer a:focus {
    color: rgba(255, 255, 255, 0.75);
}