@font-face {
    font-family: Bazinga;
    src: url("../assets/bazinga.regular.otf") format("opentype");
}

@font-face {
    font-family: Eurostyle;
    src: url("../assets/eurostile.ttf") format("truetype");
}

.new-red {
    color: var(--bs-primary);
}

.shadow {
    margin: 3px 0 0 3px;
    box-shadow: 3px 3px black !important;
    transform: translate(-3px, -3px);
}

.navbar-brand, .nav-link {
    color: white !important;
}

.navbar-toggler {
    filter: invert(1);
}

.navbar-brand {
    font-size: 1.7rem;
    font-family: Eurostyle;
    & img {  
        height: 40px; 
        padding-right: 10px;
    }
}

@media (max-width: 430px) {
    .navbar-brand {
        font-size: 1.3rem;
        & img {
            height: 35px;
        }
    }
}

@media (max-width: 576px) {
    .navbar-toggler, .dropdown-menu {
        margin-right: 15px;
    }
}

@media (max-width: 992px) {
    .branding-logo {
        display: none !important;
    }
    .no-mobile {
        display: none !important;
    }
    .navbar-toggler {
        margin-left: auto;
    }
}

@media (min-width: 993px) {
    .navbar-brand {
        display: none !important;
    }
    .mobile-only {
        display: none !important;
    }
}

.branding-logo {
    height: 60px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.card-header {
    color: white !important;
}