body{
    width: 100vw;
    height: 100vh;
    position: relative;
    display: grid;
    justify-items: center;
    overflow: hidden;
    margin: 0;
    font-size: 2rem;
}

.container{
    position: relative;
    background: #b2aa87;
    display: grid;
    place-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;}

.clipper{
    max-height: 100vh;
    overflow: hidden;
    max-width: 100vw;
    position: relative;
    width: inherit;
}

.backgroundContainer{
    height: 100%;
    width: 100%;
}

.fullPage{
    width: 100%;
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
}

h4{
    font-variant: small-caps;
    margin: 0.5em 0;
    justify-self: center;
}

.homeButton{
    grid-row: 1/2;
    grid-column: 1/2;
    background-color: transparent;
    border: 0;
    z-index: 34;
    justify-self: center;
    transform: translate(-14.3em, -13.8em);
}

.homeButton img{
    height: 4em;
}

.buttons{
    /* position: absolute; */
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.clipper.menu{
    display: grid;
    grid-template-columns: 1fr;
}

.clipper.menu > *{
    grid-area: 1/1/2/2;
}

.standardButton{
    left: 77%;
    position: absolute;
    width: 13%;
    height: 9.1%;
    bottom: 4.8%;
    background: #2f0b00;
    padding: 0;
    border-radius: 20px;
}

.standardButton img{
    height: 100%;
    width: 80%;
    margin: 0;
    padding: 0;
}

.standardButton p{
    font-family: Caprasimo;
    color: #d4942b;
    width: inherit;
    height: inherit;
    font-size: 5vw;
    transform: scaleX(0.6);
    margin: 0;
    padding-bottom: 4vw;
}

.standardButton:hover{
    border-radius: 13PX;
    color: transparent;
    cursor: pointer;    border: yellow solid 3px;  
}

.bottleLogin{
    background: aliceblue;
    width: 2.9%;
    height: 11.2%;
    opacity: .001;
    position: absolute;
    left: 36.4%;
    margin-top: 19%;
}

.effdee {
    width: 27.9%;
    transform-origin: left;
    transform: scaleX(1.5);
    position: absolute;
    left: 4.4%;
    bottom: 5.2%;
}

.tableDHote{
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 10;
    align-self: center;
    justify-self: center;
    padding: 0.6em;
    border-radius: 0.7em;
    background: #f7ff523b;
}

.menuButton{
    display: block;
    width: 10em;
    background: #2f0b00;
    padding: 0;
    border-radius: 0.4em;
    color: #d4932b;
    font-family: inherit;
    font-size: 63%;
    font-weight: bold;
    margin: 0.1em 0;
}

.menuButton img{
    height: 100%;
    /* width: 80%; */
    margin: 0;
    padding: 0;
}

.menuButton:hover{
    border-radius: .4em;
    cursor: pointer;
    border: yellow solid 3px;
}

#tastingSessions{
    width: 14em;
    & h4{
        font-size: 1.7rem;
        pointer-events: none;
    }    & button{
        width: 98%;
        height: 2em;
        font-size: 1.3rem;
        font-weight: bold;
        margin: 0.6rem 0;
        display: block;
        border-radius: 0.7em;
    }
}

.tableDHote{
    font-size: min(12vw, 2em);
    margin-top: 2em;
    width: 6.3em;
}