.navbar {
    background-color: rgba(255, 255, 255, 0.9);
    /*font-size: 12px;
    /*border-bottom: 1px solid #e60004;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;*/
}



#myNav {
    transition-property: background-color;
    transition-duration: 0.5s;
}