﻿
.removeBSdefs {
    /*    border: none;
    box-shadow: none !important;
    background: none !important;*/
    position: fixed;
    top: 0px;
    display: flex;
    width: 100%;
    z-index: 3;
    /*#D9D9D9*/
    border:none;
    box-shadow: 6px 6px 6px 0px #D9D9D9 !important
}


.removeBSdefs1 {
    border: none;
    box-shadow: none !important;
    background: none !important;
    position: absolute;
    top: 0px;
    display: flex;
    width: 100%;
    z-index: 3;
    /*#D9D9D9*/
    border: none;
    /*box-shadow: 6px 6px 6px 0px #D9D9D9 !important*/

    padding: 0px;
    margin: 0px;
}

@media  screen and (max-width:768px)
{
    .navbar-collapse {
        background: white;
    }


    .navbar-nav .nav-link {
        display: grid;
        justify-content: center;
    }


}




.displayItems {
    justify-content: space-evenly !important;
    width: 100% !important;
}

.displayItems a {
    color: #000 !important;
    font-family: Arial !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

    .displayItemsActive a{
        color: rgba(118, 100, 80, 0.96) !important;
        font-family: Arial !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
    }



