.navbar-dark {
    /* padding-top:80px; */
    background-color: #f3f3f3;
    padding: 0px;
}

.nav-link {
    text-transform: uppercase;
    background-color: #310709;
    text-align: center;
    height: 100%;

}
body {
    background-color: #e2e2e2 !important;
}
@media screen and (max-width: 990px) {
    .collapse {
        padding-top: 0px;
    }

    .navbar-toggler {
        background-color: #d6d6d6;
        border-radius: 0px;
        float: left !important;
    }
   
}

@media screen and (min-width: 991px) {
    .collapse {
        padding-top: 90px;
        margin-bottom: 25px;

        /* float: right !important; */
    }

    .nav-item {
        /* min-width: 14% ; */
        width: 100%;
        /* overflow: auto; */
    }

    .nav-top-container {
        width: 100%;
        /* float: left !important; */
    }

    .nav-bottom-container {
        width: 100%;

        /* float: left !important; */
    }

    .bernouli {
        margin-left: 3px;
    }

    .nav-container {
        padding: 0;
    }
    .navbar-brand {
        padding-left: 50px;
        padding-top: 50px;
        margin: 0;
        margin-bottom: -25px;
    }
    .navbar-brand > img {
        width: 180px !important;
        height: 130px !important;
        padding-right: 10px;
    }
    .navbar-brand:focus{
        background-color: rgba(0, 0, 0, 0);
    }
}

.navbar-toggler {
    background-color: #d6d6d6;
    border-radius: 0px;

}

.navbar-toggler:focus {
    outline: none;
    border: 0;
}

.dropdown-menu {
    background-color: white;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    border-radius: 0;
}

.dropdown-item {
    background-color: #530c10;
    color: white;
    margin-bottom: 2px
}

.dropdown-item:hover {
    background-color: #310709 !important;
}

a {
    color: white !important;
    border: none;
    font-weight: bold;
}

a:hover {
    background-color: #530c10;
    color: white !important;
}

a:focus {
    background-color: #530c10;
    color: white;
}

.navbar-brand:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.nav-top {
    /* min-width: 20%; */
    margin-bottom: 15px;
    background-color: #3f3f3f;
    max-height: 40px;

}

.nav-top:hover {
    background-color: #616161 !important;
}

.nav-top:focus {
    background-color: #606060 !important;
}

.button-img {

    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 10px;
}

.socials-container {
    margin-left: auto;
}

.socials {
    height: 35px;
    width: 35px;
    margin: 3px;

}

.social_link:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.social_link:focus {
    background-color: rgba(0, 0, 0, 0) !important;
}

.socials:focus {
    background-color: rgba(68, 68, 68, 1) !important;
    
}

.socials:hover {
    background-color: rgba(68, 68, 68, 0.3);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
