body {
    min-height: 100%;
}
nav.navbar {
    background-image: url("/src/images/logos/limos4_white.svg");
    background-position: 5%;
    background-size: 150px;
    background-repeat: no-repeat;
    background-color: #f6931e;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu {
    margin-top: 0;
    background: #f6931e;
}
nav.navbar .nav-link{
    color: #fff !important;
    font-weight: 500;
}
.dropdown-menu li a{
    color: #fff;
    padding: 10px;
    font-weight: 500;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1a1a1a;
}
nav.navbar a:hover {
    color: #fff !important;
}

main {
    margin-top: 100px;
}

footer {
    margin-top: 50px;
    background-color: #f6931e;
    color: #fff;
}

footer .social-icons i {
    color: #fff;
}
footer a:hover,
footer .social-icons a:hover i {
    color: white !important;
}
@media screen and (max-width: 1740px) {
    nav.navbar {
        background-image: none;
    }
}