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

/* GLOBAL */

body {
    background-color: #0E0000;
    color: white;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "slnt" 0;
}

.police-title{
    font-family: "Marcellus SC", serif;
    font-weight: 400;
    font-style: normal;
}

.orange-back{
    filter: drop-shadow(0 0 7rem rgba(250, 105, 0, 0.41));
}



/* NAVBAR */

nav{
    background: transparent!important;
    font-size: 18px;
}

nav .navbar-brand{
    font-size: 30px;
    margin-right: 40px;
    margin-left: 10px;
}
nav .navbar-brand p{
    margin-bottom: unset!important;
    margin-top: 3px;
    margin-left: 9px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 7px;
    margin-top: 7px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

nav .navbar-toggler{
    color: transparent;
    border: unset;
}
nav .navbar-toggler i{
    color: white;
}

