/* Navbar */
nav img{
    height: 20px;
}

nav{
    color: black !important;
    height: 60px;
}

.navbar-toggler{
    border: 0;
}

.navbar-brand:hover {
    text-decoration: none;
    font-weight: normal;
    color: #44033a;
}

.navbar-brand {
    padding-left: 10px;
    color: #6B005B;
}

nav a{
    color: white;
    text-decoration: none;
}

nav a:hover{
    color:white;
    text-decoration: underline;
}

nav li {
    margin-top: 10px;
    font-size: min(1.5vw, 18px);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    float: right;
}

li.nav-item {
    float: right !important;
}

.navbar {
    background-color: #000000;
    opacity: 0.8;
    position:fixed;
    top: 0;
    width:100%;
    z-index: 1001;
}
.navbar .container-fluid{
   background: black;
}

@media screen and (max-width: 767px){
    nav li{
        font-size: 15px;
        margin-bottom: 10px;
        align-self: center;
    }
}
