.scroll-top-arrow,
.scroll-top-arrow:focus {
  font-size: 34px;
}

.all-caps {
  text-transform: uppercase;
}

li .feature {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 9px;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 1px;
}

li .label-lowcarb {
  background-color: #999;
}

.warning {
  color: #999;
}

.pairing {
  color: #CD9452;
}


.alert p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#video {
    text-align: center;
}

.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 101px;
    height: 101px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#0057B7 0%, #ffd700 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 25px;
    right: -22px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ffd700;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffd700;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ffd700;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffd700;
}

.embed-container { margin: auto; position: relative; padding-bottom: 35.25%; height: 0; overflow: hidden; max-width: 66%; text-align: center; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  margin-left: auto; margin-right: auto; }


.navbar.navbar-dark .navbar-nav .nav-link.text-yellow {
    color: #ffeb04;
}

.navbar.navbar-dark .navbar-nav .nav-link.text-white-hover::hover {
    color: #fff;
}

#home-logo {
    width: 128px;
    height: auto;
}

@media (max-width: 720px)
{
    .embed-container { max-width: 100%; padding-bottom: 56.25%;}
    #menu .btn-medium { margin-top: 5px; margin-bottom: 5px; }
}

#navbarNav #locations {
  width: 315px;
}

#navbarNav #beerMenu {
  width: 280px;
}