@charset "utf-8";
/* CSS Document */

#header-menu-close {
    
    position:absolute;
    right:40px;
    top:40px;
    width:40px;
    height:40px;
    overflow:hidden;
    z-index:4000;

}

#header-menu-close-link-icon {
    
    width:40px;
    height:40px;
    background-size: 40px 40px;    

}

#header-menu-close-link-icon.dark    {
    
    background: url('../../images/header-menu-close-dark.svg') no-repeat left top;

}

#header-menu-close-link-icon.light    {
    
    background: url('../../images/header-menu-close-light.svg') no-repeat left top;

}

#menu {

    background-color: #d04647; 
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 4000;
    color:#ffffff;
    display:none;
    font-family: "New Baskerville ITC W01 Roman","Times New Roman",Times, serif;

}

#menu a {
    
    padding-right: 4px;
    
}

#menu-logo {
    
    font-family: "Hhere_Web Regular";
    position:absolute;
    top:35px;
    left:36px;
    width:150px;
    height:50px;
    overflow:hidden;
    
}

#menu-logo-button{

    opacity:1;
    font-size: 220px;
    line-height: 30px;

}

#menu-logo-button:hover, #header-menu-close:hover {

    opacity:0.6;

}

#menu-text {

    width:740px;
    margin-left: 40px;

}

#menu-text a{
    
    font-family: "New Baskerville ITC W01 Italic","Times New Roman",Times, serif;
    font-style: normal;
    color:inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition:    color 0.2s ease-in-out;
    -o-transition:      color 0.2s ease-in-out;
    -ms-transition:     color 0.2s ease-in-out;
    transition:         color 0.2s ease-in-out;
    
    
}

#menu-text a:hover{
    
    color:#262626;
    text-decoration: none;
    outline: none;
    
}

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

    #header-menu-close  {

        right:40px;
        top:37.5px;
        width:30px;
        height:30px;

    }
    
    #header-menu-close-link-icon {
        
        width:30px;
        height:30px;
        background-size: 30px 30px;    

    }
    
    
    #menu-logo {

        top:37px;
        left:38px;
        width:90px;
        height:30px;

    }
    
    #menu-logo-button {

        font-size: 135px;
        line-height: 16px;

    }
    
    #menu-text {

        width:470px;

    }

}

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

    #header-menu-close  {

        right:30px;
        top:26px;

    }
    
    #menu-logo {

        top:28px;
        left:28px;
        width:70px;
        height:24px;

    }
    
    #menu-logo-button{

        font-size: 106px;
        line-height: 12px;

    }
    
    #menu-text {

        width:255px;
        margin-left: 30px;

    }   

}

@media only screen and (max-width: 767px), screen and (max-height: 511px) { 

    #header-menu-close  {

        right:20px;
        top:20px;

    }
    
    #menu-logo {

        top:22px;
        left:18px;

    }
    
    #menu-text {

        margin-left: 20px;

    }  

}
