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

}

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

}


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

}

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

}

#sandwich-menu-container 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffee;
    color: black;
    z-index: 1050;
    padding: 15px;
    overflow-y: auto;
    font-weight: bold;

    font-size:24px;
}

    #sandwich-menu-container .dropdown-in-sandwich 
    {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
        color: black;

        font-size:20px;
    }

.hide-sandwich-menu-container
{
    display: none;
}

.sandwich-sub-menu
{
    
}

.hide-sandwich-sub-menu
{
    display: none;
}

.sub-menu-button
{
    font-size:18px;
    margin-top:10px;
    margin-bottom:10px;
    background-color: transparent;
    border-style: none;
}

#close-sandwich-menu-button
{

    background-color: transparent;
    border-style: none;
}