body{
    margin-top: 85px;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
}
header nav{
    height: 85px;
}
.navbar-nav{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 1px rgb(0, 0, 0, 0.5);
}
nav .brand img{
    max-height: 85px;
}
nav .brand{
    position: relative;
    height: 85px;
}
nav .brand img{
    object-fit: contain;
}
.navbar-light .navbar-nav .navbar-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(255, 255, 255);
}
nav ul li a {
    color: #fff !important;
}
nav ul li a:hover{
    color: rgba(236, 235, 233, 0.8) !important;
}
.dropdown-menu {
    background-color: rgba(236, 235, 233, 0.7);
}
.dropdown-menu li a{
    color: #000 !important;
}
.dropdown-menu > li a:hover{
    background-color: #394D5C !important;
}
header nav{
    background-color: #394D5C;
}
@media only screen and (max-width: 767px) {
    .navbar-collapse ul{
        background-color: rgba(236, 235, 233, 0.7);

    }
    .navbar-collapse ul li{
        text-align: center;
    }
}

.form-contact h1{
    margin-top: 80px;
    font-size: 3rem;
}
.form-contact ul{
    list-style-type: none;
}
.form-contact ul li {
    font-size: 2rem;
}
.form-contact ul li span{
    font-weight: 900;
}
.contact a{
    text-decoration: none;
    color: rgba(57, 77, 92, 0.7);
    font-weight: 900;
    font-size: 2rem;
}
.contact a:hover{
    color: #39415c;
}

/* FOOTER */
.footer .footer-content{
    margin-top: 100px;
    background-color: rgba(57, 77, 92, 0.5);
    background-size: cover;
    height: auto;
}
.footer .footer-content ul li{
    list-style-type: none;
}
.footer .footer-content li a{
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}
.footer .footer-content li a:hover{
    color: rgba(39, 76, 240, 0.8);
}
.footer .l{
    height: auto;
    overflow: hidden;
}
.footer .l img{
    object-fit: contain;
}
