* {
box-sizing: border-box;    
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;

}

.showcase {

position: absolute;
right: 0;
width: 100%;
min-height: 100vh;
padding: 100px;
display: flex;
justify-content: space-between;
align-items: center;
background: black;
color: white;
z-index: 2;


}

.showcase header {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {

text-transform: uppercase;
cursor: pointer;

}


.toggle {

    position: relative;
    width: 60px;
    height: 60px ;
    background: url(menu.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
}

.toggle.active {

    background: url(close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.showcase video {

position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.8;
}

.text {

    position: absolute;
    bottom: 10%;
    z-index: 10;
    left: 4%;
    
 



}

.beerlogo {

position: absolute;
z-index: 9;
top: 12%;
left: 10%;

}


.text img {
    position: inherit;
    bottom: 87%;
    scale: 75%;
    left: 3%;



}

.text img {



}



.text a {
 position: absolute;
left: 6%;
display: inline-block;
font-size: 1.5em;
background: white;
padding: 12px 35px;
text-decoration: none;
color: black;
margin-top: 20px;
text-transform: uppercase;
letter-spacing: 2px;
    transition: 0.2s;


}




.text a:hover {

letter-spacing: 5px;
font-size: 1.8em;

}

.overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);



}

.responsive2 {
max-width: 800px;
width: 100%;
height: auto;


}


.text h2 {


    font-size: 5em;
    line-height: 1,5em;
    text-transform: uppercase;
}

.text h3 {


    font-size: 3em;
    line-height: 1.5em;
}

.text h4 {

    font-size: 2em;
    line-height: 1.5em;
}

.menu {



}