.navbar{
    background-color: black;

}
.nabMenuBar{
    margin-top: 5px;
    color: #c6b976 !important;
    /* font-size: 24px !important; */
}
.navbar>.container-fluid{

    width:100%;
    text-align: -webkit-right;
    display: inline;
    background-color: black;
}

}
.nav-menu-item{
    text-decoration: none;
    color: white;
}
.nav-menu-item:hover{
    text-decoration: none;
    color: black;
    border-left: 5px solid black;
    transition: 0.1s;
}
.sideNavOpen{
    height: 100%;
    width: 259px;
    position: fixed;
    top:0;
    right: 0;
    z-index: 10;
    overflow-x: hidden;
    padding-left: 37px;
    padding-top: 80px;
    transition: 0.1s;
    background-color: #c6b976;
}
.sideNavClose{
    height: 100%;
    width: 60px;
    position: fixed;
    top:0;
    right: 0;
    z-index: 10;
    overflow-x: hidden;
    padding-left: 10px;
    padding-top: 20px;
    transition: 0.1s;
    background-color: #c6b976;
}
.ContentOverlay{
    display: block;
    position: fixed;
    height: 100%;
    top:0;
    left: 0;
    z-index: 7;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}
.ContentOverlayClose{
   display: none;
}
.Content{
    margin-left: 60px;
    margin-top: 60px;
    z-index: 5;
}
#SideNavID a{
    color: black;
    font-family: montserrat-regular, sans-serif;
    line-height: 3;
    /* font-size: 1.9rem; */
}
.fa-color{
    font-size: 20px;
}

