*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

:root{
    --citron: #C8C855ff;
    --black: #080707ff;
    --platinum: #DCDED9ff;
    --licorice: #1C0E0Cff;
    --coyote: #776D55ff;
    --box-shadow: 0 0.2rem 1rem rgba(0,0,0,.1);
}

body{
    background-size: auto;
    background-position: 60% 45%;
    background-attachment: fixed;
}

.location{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1rem;
}

.location h1{
    text-align: center;
    text-shadow: 5px 5px 10px black;
    line-height: 100px;
    font-size: 60px;
    font-family: 'Pacifico', cursive;
    color: rgb(254, 242, 0);
    margin-top: 3rem;
}

.location .ltext h2{
    margin-bottom: 1rem;
    color: aliceblue;
    font-weight: lighter;
    text-align: center;
}

.location .contentl{
    display: flex;
}

.location .contentl .qrs{
    margin-right: 0.4rem;
}

@media(max-width:991px){

    .location h1{
        margin-top: 0rem;
        font-size: 59px;
    }

    .location .contentl .qrs{
        display: none;
    }

    iframe.gmap{
        width: 300px; height: 300px;
    }

}