nav{
    font-family : 'Georgia';
}

.yellow{
    color: #fbff00;
}


#logo img {
    width: 100px ;
    height: 65px ;
}

@media screen and (max-width : 768px) {
    #logo img {
        width: 120px ;
        height: 80px ;
    }

    body nav .container-fluid span.slogan{
        font-family: times;
        font-size: .75rem;
    }
}

nav .container-fluid span.slogan{
    font-family: times;
    font-size: 1.5rem;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    color: #198754;
} 



/****** Media *******/

/* @media screen and (max-width : 1200px) {
    
}

    @media screen and (max-width : 992px) {

    }

@media screen and (max-width : 768px) {

}

@media screen and (max-width : 576px) {

}

@media screen and (max-width : 430px) {
   
} */

