:root {
    --primary-color: #3DACDB;
}

@font-face {
    font-family: 'bebas';
    src: url('/public/fonts/bebas_neue/Bebas-Neue-Pro-Bold-BF66cf3d7770dfe.ttf');
}

html {scroll-behavior: smooth; }

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: transparent;
    border: none;
    color: white;
}

.dropdown-item:hover {
    background-color: transparent!important;
    color: #3DACDB;
}

.background-header .navbar-nav .dropdown-menu {
    background-color: #fff!important;
}
.logo-brand{
    width:80px;
}

.route66 {
    font-size: 5rem;
    /* bordino */
    -webkit-text-stroke: 2px #6b2c1f;

    /* leggera ombra */
    text-shadow: 2px 2px 0 #3a1a12;
}

.color-route66{
    color: #E5B85A; /* giallo caldo */
}

@media (min-width: 992px) {
    .logo-brand{
        width: 150px;
    }
}

@media (max-width: 992px) {
.navbar .navbar-logo {
    position: absolute;
    left: 30px;
    top: 20px;
}
}
