
@media only screen and (min-width: 1920px){ 
    
}
@media only screen and (max-width: 1920px){
    
}
@media only screen and (max-width: 1366px){
    
}
@media only screen and (max-width: 1000px){
    #MenuFlyOutItems .navbar-nav .nav-item .nav-link {
        font-size:1rem;
    }
}
/* Only affects 900px-1200px width */
@media only screen and (max-width: 720px){
    #MenuFlyOutItems .navbar-nav .nav-item .nav-link {
        font-size:1rem;
    }
}
#MenuFlyOutItems
{
	width:100%;
}

#menuList{
    width:100%;
}
#menuList .menu-item {
    color: #29739D;
    text-align: left;
}

#menuList .second-level
{
    margin-left:10%;
    width:90%;
}
#menuList .second-level .menu-subitem
{
    color: #29739D;
}


