#NEW_STYLES {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
}


html.modal-open {
    /*position: fixed;*/
    /*overflow: hidden;*/
}

body {
    /*background-color: #e6f0ea;*/
    background-color: #EEE;
    background-image: url("../jms-background.png");
    background-repeat: repeat-x;
    transition: all 0.5s ease;
}
@media screen and (min-width: 670px) {
    body.show-menu {
        margin-left: 250px;
        transition: all 0.5s ease;
    }
}
@media screen and (max-width: 670px) {
    body.show-menu #NEW_STYLES #jms-menu-wash-below {
        display: block;
    }
}

@media screen and (min-width: 670px) {
    #NEW_STYLES #jms-menu.is-active {
        left: 0px;
    }
}



