.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(168,168,168, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    /*width: 100%;*/
    text-align: left;
    margin-left: 10px;
    /*    margin-top: 30px;
        margin-left: 100px;*/
}

.overlay a {
    padding: 8px 0;
    text-decoration: none;
    font-size: 36px;
    color: #fffffd;
    display: block;
    transition: 0.3s;
    font-weight: 300;
    text-transform: uppercase;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    /*top: 20px;*/
    /*right: 45px;*/
    font-size: 60px;
}

.open-nav {
    cursor: pointer;
}

a.nav-selected {
    color:#585858;;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
