@import "./normalize.css";
/* -----------------------
  Colors
-------------------------*/
/* -----------------------
  Fonts
-------------------------*/
@import 'https://fonts.googleapis.com/css?family=Assistant:200';
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap';
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

html,
body {
  height: 100%;
}

html {
  background: #fffffa;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

address {
  font-style: normal;
  text-transform: uppercase;
}

.content {
  margin: 0 auto;
  max-width: 1024px;
}

header {
  background: center center no-repeat;
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}
header nav {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header nav ul {
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
  text-align: center;
}
header nav ul li {
  font-size: 11px;
  margin: 0 11px;
  display: inline-block;
}
header nav ul li a {
  color: #fff;
  display: inline-block;
  opacity: 0.5;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
header nav ul li a:hover {
  opacity: 1;
}
header h1 {
  background: url("../images/main_cocktail.png") 0 0 no-repeat;
  height: 80px;
  margin: 0 auto;
  text-indent: -999999px;
  width: 350px;
}
header .content {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
header .arrow {
  background: url("../images/arrown_down_white.png") 0 0 no-repeat;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 29px;
  height: 18px;
  margin-left: -9px;
}

.hoof-info {
  background: url("../images/intro_blackhoof.jpg") 0 0 repeat;
  color: #fff;
}
.hoof-info a {
  color: #fff;
}
.hoof-info .content {
  display: flex;
  padding: 95px 0;
}
.hoof-info h1 {
  font-size: 35px;
}
.hoof-info .hoof-info-left,
.hoof-info .hoof-info-right {
  padding: 0 20px;
}
.hoof-info .hoof-info-left {
  width: 35%;
  padding-right: 50px;
}
.hoof-info .hoof-info-right {
  width: 65%;
}
.hoof-info .hoof-intro-copy {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 75px;
}
.hoof-info .hoof-info-hours {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  padding: 0 0 40px 0;
  margin-bottom: 75px;
}
.hoof-info .hoof-info-hours td:last-child {
  text-align: right;
}
.hoof-info .btn {
  background: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.hoof-info .btn:hover {
  background: #d80029;
  color: #fff;
}

.hoof-menu-drinks {
  background: url("../images/drinks.jpg") 0 0 repeat;
  background-size: cover;
}
.hoof-menu-drinks .content {
  padding: 65px 0;
}
.hoof-menu-drinks .cocktail-bar-menu__content {
  padding: 0 20px;
}
.hoof-menu-drinks .cocktail-bar-menu__intro {
  text-align: center;
}
.hoof-menu-drinks .cocktail-bar-menu__intro h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 100px;
  text-transform: uppercase;
}
.hoof-menu-drinks .cocktail-bar-menu__intro p {
  margin-bottom: 72px;
}
.hoof-menu-drinks h3 {
  padding: 0 0 15px 0;
  margin: 65px 0 30px 0;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.hoof-menu-drinks .cocktail-bar-menu__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.hoof-menu-drinks .cocktail-bar-menu__list-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  text-transform: lowercase;
}
.hoof-menu-drinks .cocktail-bar-menu__list-item-name {
  padding: 0 0 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.hoof-menu-drinks .cocktail-bar-menu__list-item-name span {
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 20px;
}

.cocktail-bar-menu__seasonal {
  margin-bottom: 56px;
}

.cocktail-bar-menu__spirit-free {
  margin-bottom: 56px;
}
.cocktail-bar-menu__spirit-free h2 {
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 32px;
  font-size: 24px;
}

.hoof-menu-snacks {
  background: url("../images/chalkboard.jpg") 0 0 repeat;
  background-size: cover;
  color: #fff;
  font-family: "Assistant", sans-serif;
}
.hoof-menu-snacks h2 {
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 50px;
  margin-top: 0;
}
.hoof-menu-snacks .content {
  padding: 65px 0;
  text-align: center;
}
.hoof-menu-snacks .cocktail-bar-menu__content {
  padding: 0 20px;
}
.hoof-menu-snacks .cocktail-bar-menu__content ul {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 100px;
  padding: 50px 0;
}
.hoof-menu-snacks .cocktail-bar-menu__content ul li {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  width: 80%;
}

footer {
  background: url("../images/intro_blackhoof.jpg") 0 0 repeat;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
footer .content {
  display: flex;
  padding: 80px 0;
}
footer .footer-left,
footer .footer-right {
  padding: 0 20px;
}
footer .footer-left {
  width: 20%;
  padding-right: 50px;
}
footer .footer-left .btn {
  background: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 10px;
}
footer .footer-left .btn:hover {
  background: #d80029;
  color: #fff;
}
footer .footer-right {
  background: url("../images/map.gif") right center no-repeat;
  width: 80%;
  height: 500px;
  position: relative;
}
footer .footer-right .cocktail {
  position: absolute;
  right: 0;
  top: 245px;
}
footer .footer-right .rhum {
  position: absolute;
  right: 50px;
  top: -20px;
}

@media only screen and (max-width: 900px) {
  .hoof-info .content {
    flex-direction: column;
  }
  .hoof-info .hoof-info-left,
.hoof-info .hoof-info-right {
    width: 90%;
    padding: 0 5%;
  }
  .hoof-info .hoof-info-left {
    margin-bottom: 50px;
  }

  .hoof-menu-drinks .content {
    padding: 65px 0;
  }
  .hoof-menu-drinks .cocktail-bar-menu__list-item {
    width: 100%;
  }
  .hoof-menu-drinks .cocktail-bar-menu__content {
    padding: 0 20px;
  }
  .hoof-menu-drinks .cocktail-bar-menu__intro {
    background: none;
    padding: 20px 0;
  }

  .hoof-menu-snacks .cocktail-bar-menu__content ul {
    margin: 0;
  }
  .hoof-menu-snacks .cocktail-bar-menu__content ul li {
    width: 100%;
  }

  footer .content {
    flex-direction: column;
  }
  footer .footer-left,
footer .footer-right {
    padding: 0 20px;
  }
  footer .footer-left {
    width: 90%;
    padding: 0 5%;
    margin-bottom: 50px;
  }
  footer .footer-right {
    display: none;
  }
}