.navbar {
    background-image: url(./images/BG.jpg);

}

.logo {
    height: 100px;

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border: 2px solid white;
}


.rubik-dirt-regular {
    font-family: "Rubik Dirt", serif;
    font-weight: 400;
    font-style: small;
    font-size: smaller;
    color: rgba(240, 191, 57, 0.623);
    text-align: center;
}

body {
    background-color: black;
}


.special-elite-regular {
    font-family: "Special Elite", serif;
    font-weight: 400;
    font-style: normal;
}

strong{
    color: rgb(240, 191, 57);
}



@media (max-width:600px) {
    .rubik-dirt-regular {
        font-family: "Rubik Dirt", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5rem;
        color: rgba(240, 191, 57, 0.623);
        text-align: center;
    }
}

