/*https://getbootstrap.com/docs/5.2/utilities/colors/*/
* {
    /*font-family: "Roboto";*/
    font-family: 'Montserrat', sans-serif;
    max-width: 100vw;
}
html {
    overflow-x: hidden;
}

body {
    /*font-family: "Montserrat";*/
}

a:link {
    text-decoration: none;
}

button {
    outline: none !important;
}

.text-justify {
    text-align: justify;
}

@media screen and (max-width: 1200px) {
    #top-header {
        display: none
    }
}
img {
    -webkit-user-drag: none;
    /*user-drag: none;*/
    -webkit-touch-callout: none;
}

.nav-link {
    color: #DC3545 !important;
    transition: all .2s linear
}

    .nav-link:hover {
        background-color: #DC3545;
        color: white !important;
        border-radius: .375rem;
        transition: all .2s linear
    }
