body{
    background-color:#fff;
    color:#232323;
    font-size:18px;
    font-family: "Moderustic", sans-serif;
    font-optical-sizing: auto;
    line-height:32px;
}

#banner{
    
    text-shadow: 1px 1px 1px #111;
    background:transparent;
    /* background-image:url(../img/beer_opt.webp);  */
    height:800px;
    margin-top:200px;
}

#header{
    z-index:10000;
    height:255px;
}

#header.scrolled{
    height:75px !important;

}
#header.scrolled .logo{
    height:6rem;
    width:6rem;
}

#calendar {
    height:800px;
}

#bg-video{
  /* position: absolute;; */
  right: 0;
  bottom: 50px;
  min-width: 100%;
  min-height: 100vh;
  z-index: -1;
}
.content-section{
    background-color:#fff;
}



@media (max-width: 1024px) {
  
    #banner{

        height:500px;
        margin-top:0;
    }
}
