/*cover2*/
:root {
    --f0: 'Open Sans', Arial, Helvetica, sans-serif;
    --f1: 'Fira Sans', sans-serif;
    --hf0: 'Inria', serif;
    --hf1: 'Fira Sans Medium', sans-serif;
    --hf2: 'Cormorant', 'Garamond', serif;
    --c1: #f4d7d7ff;
    --a-bgc: background-color .4s ease;
    --wbase: 2000px;
    --hbase: 1600px;

}
body {
    margin: 0;
    font-size: 18px;
    font-family: var(--f1);
    font-weight: 300;
    /*background: #242020;*/
}
/*replace with canvas*/
h1 {
    font-size: 3.3em;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}
blockquote {
    margin: 0;
    line-height: 1.5em;
}
h1,h2,h3,h4 {
    font-family: var(--hf2);
    font-weight: 400;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
p {
    line-height: 1.5em;
}
img {
    max-width: 100%;
    display: block;
}

input {
    font-size: 1rem;
    padding: .25rem;
}

#COVER {
    padding: 2.5em;
    background: #242020;
    color: #ddd;
    /*min-height: 100vh;*/
    box-sizing: border-box;
    background: #242020 url(../images/cover/coverbg.jpg) 0 0 no-repeat;
    background-size: cover;
    filter: contrast(1.0675);

}

#COVER_HEADING p {
    text-shadow: 0 0 2px #00000077;
    font-size: 20px;
    max-width: 610px;
}

#logo {
    width: 100px;
    height: 80px;
    background: url(../images/cover/revinest-logo-w.svg) 0 0 no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    animation: scaleRotate 1s ease forwards;
}

@keyframes scaleRotate {
    from {
        transform: scaleX(-1);
    }
    to {
        transform: scaleX(1);
    }
}

#COVER_HEADING {
    margin: 0 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#COVER_MENU_SW {
    width: 42px;
    height: 42px;
    border: 0px solid #ddd;
    top: 45px;
    right: 30px;
    position: absolute;
    border-radius: 25px;
    cursor:pointer;
    transition: all .4s ease;
    opacity: 0.8;
}

#COVER_MENU_SW:hover {
    transform: scale(1.1);
    opacity: 1;
}

#COVER_MENU_OVERLAY {
    background: #171717;
    color: #fff;
    position: fixed;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: none;
}

#COVER_MENU_OVERLAY.cm-open {
    display: flex;
}

#COVER_MENU > h2 {
    padding-left: 60px;
    font-size: 32px;
}

#COVER_MENU > ul {
    list-style: none;
    padding: 60px;
}

#COVER_MENU > ul > li > a {
    display: block;
    font-size: 28px;
    margin: 0 0 1em;
    color: #ddd;
}

#SCROLL_MENU_WRP {
    background: #171717;
    padding: 0.2em;
}
#SCROLL_MENU > ul {
    list-style: none; 
    margin: 0; 
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
     
}

#SCROLL_MENU > ul > li > a {
    font-family: var(--hf2);
    display: block;
    margin-left: 0.2em;
    padding: .5em 1em;
    color:rgb(97, 94, 94);
    font-weight: 300;
    font-size: 24px;
    text-decoration: none;
    transition: color .4s ease;
}

#SCROLL_MENU > ul > li > a:hover {
    color: rgb(136, 167, 174);
}

/*amelia slot and override*/

#super_am .amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin-top: 0;
}

#super_am #amelia-v2-booking-1000 {

}

#alt-booking-slot {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
}
#alt-booking-slot > div {
    width: 48%;
    margin-right: 1.9%;
}

#booking-slot-left {
    text-shadow: 0 0 4px #00000055;
    position: relative;
}

#super_am {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
     padding: 1em;
    justify-content: end;
}

#instr {

    padding: 4px;
    position: relative;
    border-radius: 0px;
}

#blurr {
    width: 80%;
    height: 220px;
    position: absolute;
    background-image: radial-gradient(#5d4d41, #0000);
    filter: blur(20px);
    background-position: -10% -10%;

}

@media only screen and (max-width: 940px){
    #alt-booking-slot > div {
    width: 100%;
    margin-right: 0%;
    }

    #super_am {
    width: 520px;
    max-width: 100%;
    margin: 0 auto;

    }
    #instr {
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    }


}


@media only screen and ( max-width: 712px){
    #SCROLL_MENU > ul > li {
        width: 100%;
    }
    #SCROLL_MENU > ul > li > a {
        text-align: center;
    }
}

#booknow-prime {
    display: flex;
    justify-content: center;
}

#booking-form {}
#booking-form h2 {
    text-shadow: 1px 1px 2px #00000055;    
}

@media only screen and (max-width: 600px){
    #booking-form input,
    #booking-form label {
        margin: 0 0 1em;
    }
    #COVER {
        background-position: 25% 0;
        background-size: cover;
    }
}

#date-label {}
.wrapper {
    max-width: 1160px;
    margin: 0 auto;
}

@media only screen and (max-width: 480px){
    h1 {
        font-size: 3.2em;
    }
    #COVER_HEADING {
        margin: 0 0 5px;
    }
    #booking-form > h2 {
        margin-top: 0;
    }
    #booking-form input,
    #booking-form label {
        margin: 0 0 1em;
        display: block;
        width: 75vw;
    }
}

@media only screen and ( max-width: 420px){
    h1 {
        font-size: 3.1em;
    }
    #COVER_HEADING {
        margin: 0 0 0px;
    }
}

@media only screen and ( max-width: 390px){
    h1 {
        font-size: 3.05em;
    }
    #COVER_HEADING {
        margin-bottom: 45px;
    }
    
}

@media only screen and ( max-width: 375px){
    h1 {
        font-size: 2.9em;
    }
    #COVER_HEADING {
        margin-bottom: 30px;
    }
}


/*EOF COVER*/
