#main-navbar {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    height: 65px !important;
}

.navbar-fixed-top.scrolled{
    background-color: rgb(38, 143, 182) !important;
    transition: background-color 700ms linear !important;
    box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.3);
}

#main-navbar a {
    font-size: 0.9em !important;
    color: white !important;
}

ul.nav {
    padding-top: 8px;
    margin-right: 10px;
}

.dropdown-menu {
    /*background-color: rgba(59,99,145,0.95) !important;*/
    background-color: rgb(38, 143, 182) !important;
    color: white !important;
}

.dropdown-menu > li > a {
    color: white !important;
    font-weight: 700;
}

.dropdown-menu > li {
    padding: 4px !important;
}

.nav > li > a:hover {
    background-color: rgba(59,99,145,0) !important;
    border-bottom: 6px solid white;
    box-sizing: border-box;
}

.nav .open > a {
    background-color: rgb(38, 143, 182) !important;
    border-bottom: 6px solid white !important;
}

.nav > li > a:focus {
    background-color: rgba(59,99,145,0) !important;
}

.dropdown-menu > li > a:hover {
    border-left: 5px solid white !important;
    background-color: rgba(59,99,145,0) !important
}

.icon-bar {
    background-color: white !important;
    display: block;
    width: 30px !important;
    height: 4px !important;
    border-radius: 10px !important;
}

.dropdown-menu {
    width: 225px !important;
}

.fa-university {
    margin-right: 2px !important;
}

.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

#sm-logo {
    height: 45px;
    margin-left: 15px;
    margin-top: 10px;
}

#sm-logo:hover{
    text-decoration: none !important;
    color: transparent !important;
}

#brand-name{
    display: inline-block;
    margin-top: 7px;
    transform: translateY(7px) !important;
    color: white;
    font-size: 1.2em;
}

#brand-firstname{
    font-weight: 400;
    font-size: 1.025em;
}

#brand-lastname{
    font-weight: 800;
}

button.navbar-toggle {
    margin-top: 9px !important;
}

@media only screen  and (max-width: 767px) {
    .nav > li > a:hover {
        border-bottom: none;
    }

    .nav .open > a {
        border-bottom: none !important;
    }

    #brand-name{
        font-size: 1.4em;
    }
}

@media only screen and (min-width: 768px) {
    li li {
        font-size: 1.6rem !important;
    }
}