.navbar .container-fluid .navbar-header .navbar-brand{
    
    color: orangered;
    font-size: 40px;
    text-shadow: 1px 1px yellowgreen;
    margin-bottom: 0px;
}

.navbar .container-fluid .navbar-right{
    color: orangered;
    font-size: 35px;
    text-shadow: 1px 1px yellowgreen
}

.navbar .container-fluid .navbar-right li{
    color: orangered;
    font-size: 35px;
    text-shadow: 1px 1px yellowgreen
}
.navbottom .container-fluid .nav{
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbottom .container-fluid{
    text-align: center;
} 

.navbottom .container-fluid .nav li a:hover{
    box-shadow: 4px 8px 4px  rgba(0, 0, 0, .5);
} 

/*.hyperhover :hover{
    transition: width 1s, height 1s;
    width: 50px;
    height: 50px;
}*/
.tint{
        
        height:40px;
        width:40px;
 }
.sl{
    color: white;
    font-weight: 700;
}