﻿.navbar {
    overflow: hidden;
    background: url("../../../images/hi2.png") no-repeat center center/cover;
}

    .navbar .siteName a {
        float: left;
        font-size: 28px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        letter-spacing: 2px;
    }

.navbar a {
    float: left;
    font-size: 17px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    color: #ff7700;
}

.navbar a:hover, .nav-item:hover .nav-link {
    color: #ffd800;
}

.dropdown-content {
    margin-top: -10px;
    display: none;
    position: fixed;
    background-color: #000000;
    min-width: auto;
    border-radius: 6px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.0);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.logo__header {
    width: 80px;
    height: 60px;
    margin-bottom: 6px;
    box-shadow: 6px 0px 3px -5px white;
}

@media (max-width : 576px) {
    .orgName__header{
        font-size:10px !important
    }
}