@import url("https://fonts.googleapis.com/css2?family=Limelight&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap");
.cocktail {
  background-color: #333634;
}
.cocktail section.hero {
  background: url("../img/hero.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
}
.cocktail section.hero .title {
  background: url("../img/bg.png");
  width: 100%;
  margin: 10% auto 0;
  /*position: absolute;
  top: 10%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*left: 25%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
  border: 1px solid white;
  text-align: center;
  padding: 1.3em;
}
.cocktail section.hero .title h1 {
  font-family: Limelight;
  color: white;
  display: inline;
  font-size: 40px;
  margin-bottom: 0;
}
.cocktail section.hero .title p {
  margin: 0.5em 0;
  color: white;
  font-family: Mulish;
  font-size: 18px;
}
.cocktail section.hero .title p.location {
  text-transform: uppercase;
  font-size: 20px;
}
.cocktail section.hero .title span.divider {
  height: 1px;
  width: 100%;
  background: white;
  display: block;
  margin: 1em auto;
}
.cocktail section.hero .title span.heading {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.cocktail section.hero .title span.ball {
  width: 10px;
  height: 10px;
  background: white;
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  margin: 10px;
}
.cocktail section.about {
  background: #333634;
  padding: 6em 0;
}
.cocktail section.about .title {
  padding-bottom: 2em;
}
.cocktail section.about h2 {
  font-family: Limelight;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.cocktail section.about span.ornament {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.cocktail section.about span.hl {
  font-weight: 700;
  font-family: Mulish;
  color: white;
  font-size: 19px;
  line-height: 36px;
}
.cocktail section.about p {
  font-family: Mulish;
  color: white;
  font-size: 19px;
  line-height: 36px;
  text-align: justify;
  text-justify: inter-word;
}
.cocktail section.about .tickets {
  padding: 0;
}
.cocktail section.about ul.description {
  margin: 0;
  padding: 0.5em;
}
.cocktail section.about ul.description li {
  color: white;
  font-family: Mulish;
  font-size: 19px;
  margin: 0.5em 0;
  list-style: none;
}
.cocktail section.about ul.description li.first {
  text-transform: uppercase;
  font-weight: 700;
}
.cocktail section.about ul.description span.line {
  width: 100%;
  background: white;
  height: 1px;
}
.cocktail section.about a.calltoaction {
  font-family: Mulish;
  color: #fff;
  border: 2px solid white;
  padding: 0.5em;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  width: 55%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 2em auto 0;
  font-size: 21px;
  font-weight: 600;
}
.cocktail section.about a.calltoaction:hover {
  background: white;
  color: #333634;
}
.cocktail section.history {
  background: #000;
  padding: 6em 0;
}
.cocktail section.history .title {
  padding-bottom: 2em;
}
.cocktail section.history h2 {
  font-family: Limelight;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.cocktail section.history span.ornament {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2em;
}
.cocktail section.history h3 {
  color: white;
  font-family: Limelight;
  font-size: 30px;
}
.cocktail section.history .history-item {
  margin-bottom: 2em;
}
.cocktail section.history .history-item p {
  color: white;
  font-family: Mulish;
  font-size: 16px;
  line-height: 26px;
}
.cocktail section.history a.calltoaction {
  font-family: Mulish;
  color: #fff;
  border: 2px solid white;
  padding: 0.5em;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  width: 60%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1em auto 0;
  font-size: 21px;
  font-weight: 600;
}
.cocktail section.history a.calltoaction:hover {
  background: white;
  color: #333634;
}
.cocktail section.footer {
  padding: 1em;
}
.cocktail section.footer a {
  font-family: Mulish;
  color: white;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .cocktail section.hero .title h1 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 820px) {
  .cocktail section.hero .title {
    padding: 2em;
  }
  .cocktail section.hero .title h1 {
    font-size: 50px;
  }
  .cocktail section.hero .title span.ball {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .cocktail section.hero {
    padding: 1em;
  }
  .cocktail section.hero .title {
    margin: 0 auto;
  }
  .cocktail section.hero .title h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .cocktail section.hero .title p {
    font-size: 16px;
  }
  .cocktail section.hero .title p.location {
    font-size: 18px;
  }
  .cocktail section.about {
    padding: 6em 1em 5em;
  }
  .cocktail section.about p {
    font-size: 17px;
    line-height: 34px;
  }
  .cocktail section.history {
    padding: 6em 1em 5em;
  }
  .cocktail section.about ul.description li {
    margin: 0.2em 0 0.7em;
    text-align: center;
  }
  .cocktail section.about ul.description li.first {
    margin: 0.6em 0 0 !important;
    text-align: center;
  }
  .cocktail section.about a.calltoaction {
    width: 100% !important;
    margin: 1.5em auto 0;
    font-size: 18px;
  }
  .cocktail section.history a.calltoaction {
    width: 100% !important;
    margin: 0.5em auto 0;
    font-size: 18px;
  }
  .cocktail section.history .history-item {
    text-align: center;
  }
  .cocktail section.about span.ornament img,
  .cocktail section.history span.ornament img,
  .cocktail section.hero .title img {
    width: 60%;
  }
  .cocktail section.about ul.description {
    padding: 2em 0.5em;
  }
}
.cocktail .footer-container {
  display: none;
}