/* MENU */
.navbar-brand {                
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    margin-left: 0px;
    padding: 0px;
}

nav ul li a.nav-link {
    text-decoration: none;
    font-family:Arial;
    font-size: 18px;
    /*color: #666666 !important;*/
    font-weight: 100;
	padding-top: 20px;
	/*width: 125px;*/

}
nav ul li a.nav-link:link {
    text-decoration: none;
    font-family:Arial;
    font-size: 18px;
    /*color: #666666 !important;*/
    font-weight: 100;
    padding-top: 20px;
    /*width: 125px;*/

}
nav ul li a.nav-link:hover {
    text-decoration: none;
    font-family:Arial;
    font-size: 18px;
    color: #9AC5D6 !important;
    font-weight: 100;    
    padding-top: 20px;
    /*width: 125px;*/
}
nav ul li a.nav-link:visited{
    text-decoration: none;
    font-family:Arial;
    font-size: 18px;
    /*color: #9AC5D6 !important;*/
    font-weight: 100;    
    padding-top: 20px;
    /*width: 125px;*/  
}

nav ul li a.dropdown-item {
    text-decoration: none;
    font-family:Arial;
    font-size: 16px;
    /*color: #666666 !important;*/
    font-weight: 100;
    background-color: unset;
}
nav ul li a.dropdown-item:link {
    text-decoration: none;
    font-family:Arial;
    font-size: 16px;
    /*color: #666666 !important;*/
    font-weight: 100;
    background-color: unset;
}
nav ul li a.dropdown-item:hover {
    text-decoration: none;
    font-family:Arial;
    font-size: 16px;
    color: #9AC5D6 !important;
    font-weight: 100;
    background-color: unset;
}
nav ul li a.dropdown-item:visited {
    text-decoration: none;
    font-family:Arial;
    font-size: 16px;
    /*color: #9AC5D6 !important;*/
    font-weight: 100;
    background-color: unset;
}