.beer-color {
    background-color: #FBB117;
}

.nav-background-turkuaz {
    background-color: #84dade;
}


.masthead {
    background-size: cover;
    min-height: 100vh;
    position: relative;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}


.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}

@media (max-width: 768px) {
    .masthead {
        min-height: 60vh;
    }
    h1 {
        font-size: calc(1.525rem + 3.3vw);
    }
}




.menu-nav {
    overflow: hidden;
    background-color: #333;
    opacity: 0.8;
    top: 72px;
    overflow-x: auto;
    white-space: nowrap;
}

.menu-nav a, strong {
  /* float: left;
  display: inline;
  display: block; */
  color: #f2f2f2;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  flex-shrink: inherit;
  display: inline-block;
  float: none;
}


.menu-nav a:hover {
  background: #f1f1f1;
  color: black;
}

.menu-nav a.active {
  background-color: #030907;
  color: white;
}

/* .main {
  padding: 16px;
  margin-bottom: 30px;
} */





.wrapper-take {
    position: fixed;
    display: inline;
    bottom: 0;
    padding: 5px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.wrapper-take ul {
    list-style-type: none;
    margin: 0;
}



.logo > img {
    border-radius: 20%;
    object-fit: contain;
    width: 100%;
    height: 26px;
}

