#mainNav {
    border-bottom: 1px solid #74AB91;
    height: 125px;
}

.img-menubar {
    margin-left: 33px;
    height: 125px;
}

.img-menubar-alternative {
    max-height: 90px;
}

.nav-row {
    height: 100px;
}

.navbar-menubar {
    margin-top: 15px;
    font-size: 20px;
    margin-left: -90px;
}

.navbar-menubar-alternative {
    margin-top: 110px !important;
    height: 50px;
    margin-top: 15px;
    font-size: 20px;
    margin-left: -150px;
}

.navbar-menubar-alternative2 {
    font-size: 20px;
    text-align: center;
}

.nav-div {
    height: 35px;
    background: grey;
    width: 100%;
    border-top: 1px solid #74AB91;
    border-bottom: 1px solid #74AB91;
    display: flex;
    justify-content: center;
}

.nav-div-1 {
    display: flex;
    justify-content: center;
    margin-left: -150px;
}

.nav-col-selected {
    background: white;
    margin-top: -1px;
    border-top: 1px solid #74AB91;
    border-bottom: 1px solid #74AB91;
    height: 35px;
}

.nav-col-selected-dropdown {
    background: white;
    margin-top: -1px;
    border-top: 1px solid #74AB91;
    border-bottom: 1px solid #74AB91;
    height: 35px;
    color: grey;
}

.nav-col-unselected-text {
    color: white !important;
}

.navbar-menubar-dropdown-unselected {
    margin-top: -7px;
}

.navbar-menubar-dropdown-selected {
    margin-top: -6px;
    background: white;
    margin-top: -1px;
    border-top: 1px solid #74AB91;
    border-bottom: 1px solid #74AB91;
    height: 35px;
}

.navbar-menubar-dropdown-unselected-text {
    font-size: 20px;
    margin-bottom: 54px;
    color: white !important;
}

.navbar-menubar-dropdown-selected-text {
    font-size: 20px;
    color: #74AB91;
    height: 30px;
    display: initial;
    vertical-align: initial;
}

.navbar-menubar-dropdown-unselected-text:hover {
    font-size: 20px;
    color: #74AB91;
    text-decoration: underline;
}

.navbar-menubar-dropdown-selected-text:hover {
    font-size: 20px;
    color: #74AB91;
    text-decoration: underline;
}

.navbar-heading {
    font-size: 1.5em;
}

.navbar-brand {
    display: block;
    font-size: 25px;
    margin-top: 0.5em;
    margin-bottom: 0em;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold;
    color: grey !important;
}

.navbar-logout {
    margin-right: 25px;
}