body {
  font-family: "Libre Baskerville", Georgia, serif;
}
body .logo {
  margin: 0 auto;
  text-align: center;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 568px) {
  body .logo {
    width: 180px;
    margin-top: 20px;
  }
}
body .logo img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gotham-medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  text-align: center;
}
p {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 20px;
}
h1.initial {
  display: none;
}
.icon-row {
  text-align: center;
  margin-top: 25px;
}
.icon-row a,
.icon-row a:hover,
.icon-row a:active,
.icon-row a:visited,
.icon-row a:focus {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.section {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.opening {
  background-image: url(../images/bg-opening.jpg);
  position: relative;
}
.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  width: 100px;
  height: 100px;
  z-index: 2;
}
.badge:hover {
  opacity: 1;
}
.badge img {
  width: 100%;
  height: 100%;
}
@media (max-width: 568px) {
  .badge {
    top: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
    opacity: 1;
  }
}
#slider img {
  width: 100%;
}
@media screen and (max-width: 568px) {
  #slider {
    height: 200px !important;
  }
}
.drinks {
  background-image: url(../images/bg-drinks.jpg);
  padding-bottom: 20px;
}
.drinks .category-container {
  background-color: #000;
  padding: 8px;
  margin-bottom: 30px;
}
.drinks .category-container .category {
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  border: 2px solid #fff;
}
.drinks p {
  margin-bottom: 0;
}
.drinks p.note {
  display: block;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px;
}
.drinks .item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.drinks h3,
.drinks h4 {
  text-transform: uppercase;
  font-family: "gotham-medium", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1px;
}
.drinks h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.drinks p {
  font-size: 12px;
}
.drinks p.descriptor {
  font-style: italic;
  margin-bottom: 0;
}
.drinks .column {
  margin-bottom: 30px;
}
.drinks .menu-specials {
  border: 3px solid #000;
  padding: 6px;
}
.drinks .menu-specials .inner {
  border: 2px solid #000;
  padding-bottom: 10px;
}
.drinks .menu-specials .category-container {
  background-color: #fff;
  background-image: url(../images/stripe3.png);
  padding: 0;
  border: 0;
}
.drinks .menu-specials .category-container .category {
  color: #000;
}
.drinks .menu-specials .hours,
.drinks .menu-standard .hours,
.drinks .menu-featured .hours {
  font-style: italic;
  color: #7a0607;
  margin-bottom: 20px;
  padding: 0 10px;
}
.drinks .menu-featured {
  background: #000;
  padding: 8px;
}
.drinks .menu-featured * {
  color: #fff;
}
.drinks .menu-featured .hours {
  background: #fff;
  color: #000;
  padding: 20px;
  margin: 0 20px 20px;
}
.drinks .menu-featured .descriptor,
.drinks .menu-featured .ingredients {
  color: #ccc;
}
.drinks .menu-featured .inner {
  padding-bottom: 10px;
  border: 2px solid #fff;
}
.drinks .menu-featured .category-container {
  padding: 0;
  border-bottom: 2px solid #fff;
}
.drinks .menu-featured .category-container .category {
  border: 0;
}
.footer {
  background-image: url(../images/bg-footer.jpg);
}
.footer h6 {
  font-weight: bold;
  margin-bottom: 0;
}
.footer p,
.footer span,
.footer h6,
.footer a {
  color: #fff;
  text-align: center;
}
.footer a {
  text-decoration: none;
}
.footer a.pr-button {
  font-family: "gotham-medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin: 0 auto;
  display: block;
  width: 116px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.footer a.pr-button:hover {
  background: white;
  color: black;
}
