.bodi{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#NavDash{
    background-color: rgb(34, 34, 65);
    border-bottom: 3px solid rgb(185, 86, 19);
}
#dashOff{
    display: none;
}
#mainLogo{
    width: 120px;
}
.dropSvg{
    margin-left: -7px;
    margin-right: 18px;
}
#dashNavs{
    background: transparent;
}
@media (max-width: 1115px){
    #dashOff{
        display: block;
        margin-top: -10px;
    }
    #mainLogo{
        width: 100px;
        height: 30px;
        margin-left: -90px;
    }
    #dashNavs{
        display: none;
    }
    #logOut{
        display: none;
    }
}
@media (max-width: 490px){
    #mainLogo{
        width: 100px;
        height: 30px;
        margin-left: -210px;
    }
}
#cards{
    background: transparent;
}
#d-flex{
    flex-wrap: wrap;
}
.notify{
    text-align: center;
    margin-top: -45px;
    margin-left: 25px;
    background: red;
    padding: 4px 1px 4px 1px;
    border-radius: 50%;
    font-size: 11px;
    z-index: 1;
}
#dropDown{
    margin-top: -4px;
} 
#Settings{
    margin-top: 70px;
    background: transparent;
}   
#Settings ul{
    line-height: 70px;
    list-style: none;
    cursor: pointer;
}  

#privacy{
    color:  rgb(34, 34, 65);
}