* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: black;
}

.hero {
  background-color: black;
  height: 100vh;
  background-image: url("../assets/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 15em;
  margin-right: 3em;
}

.hero__logo {
  min-height: 6em;
  top: 2em;
  left: 4em;
  display: inline-block;
  position: absolute;
  z-index: 99999;
}

.hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  height: 12vh;
}

.hero__navlist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__img-link {
  display: none;
}

.hero__navitem {
  color: white;
}

.hero__navlink {
  z-index: 9999;
  color: white;
  text-decoration: none;
  padding: 2em;
  font-size: 15px;
  font-weight: bold;
}

.hero__navlink:hover {
  color: #fff000;
}

.hero__navspan {
  color: #fff000;
}

.hero__location {
  border-radius: 2px;
  background-color: #131313;
  width: 214px;
  height: 51px;
  z-index: 250;
  margin-left: 5px;
}

.hero__location-text {
  color: white;
  display: inline-block;
  padding-left: 2em;
  padding-top: 1.3em;
  font-size: 14px;
}

.hero__navitem-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__navitem-visible {
  display: none;
}

.hero__rectangle {
  position: absolute;
  left: 5em;
  bottom: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #131313;
  color: ivory;
  height: 45vh;
  overflow: hidden;
  padding: 50px;
  width: 35%;
}

.hero__headline {
  font-size: 52px;
}

.hero__hyph {
  border: 2px solid yellow;
  width: 3em;
  text-align: center;
}

.hero__author {
  text-align: center;
}

.hero__rectangle1 {
  z-index: 999;
  bottom: 5%;
  position: absolute;
  left: 50%;
}

.hero__img-breadcrumbs {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero__breadcrumb {
  margin: 3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: white;
}

.hero__breadcrumb--active {
  background-color: #fff000;
}

.hero__mobile-menu {
  display: none;
}

.burger {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.pub__banner {
  background-image: url("../assets/Rectangle 1 copie 11.png");
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3em;
  width: 100%;
}

.mixology {
  background-color: white;
}

.mixology__headline-up {
  font-size: 5em;
  padding-left: 2em;
}

.mixology__headline-down {
  position: relative;
  font-size: 5em;
  padding-left: 4.2em;
  bottom: 0.2em;
  line-height: 10%;
  margin-bottom: 1em;
}

.mixology__spanone {
  position: relative;
  bottom: 0.25em;
  display: inline-block;
  font-size: 1.2em;
}

.mixology__light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mixology__fig1 {
  position: relative;
}

.mixology__img-cap1 {
  font-size: 24px;
  display: block;
  position: absolute;
  top: 30%;
  right: -21.5%;
}

.mixology__fig2 {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.mixology__img-cap2 {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 26px;
  display: block;
  color: white;
  z-index: 9999;
}

.mixology__fig3 {
  position: relative;
}

.mixology__img-cap3 {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 26px;
  display: block;
  color: white;
  z-index: 9999;
}

.mixology__dark {
  background-color: black;
  height: 20vh;
}

@media (max-width: 1024px) {
  .hero {
    height: 100vh;
    margin: 0;
  }
  .hero__nav {
    background-color: inherit;
  }
  .hero__navspan {
    display: none;
  }
  .hero__img-link {
    display: block;
  }
  .hero__img-link:hover {
    opacity: 0.5;
  }
  .hero__navlist {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100vh;
    background-color: black;
    width: 100%;
    z-index: 9999;
    bottom: 5em;
    top: 0em;
    position: absolute;
    padding-top: 8em;
  }
  .hero__navlist.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero__navitem {
    position: relative;
  }
  .hero__navitem-visible {
    display: block;
  }
  .hero__navlink {
    font-size: 26px;
    position: absolute;
    top: 1.5em;
    left: 0;
  }
  .hero__location {
    display: none;
  }
  .hero__search {
    position: absolute;
    right: 5em;
    z-index: 9999;
  }
  .hero__rectangle {
    left: 0;
    bottom: 5em;
  }
  .hero__rectangle1 {
    bottom: 10%;
    left: 42%;
  }
  .hero__headline {
    font-size: 45px;
  }
  .hero__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff000;
    list-style: none;
    width: 100%;
    height: 10vh;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    border-radius: 3px;
  }
  .hero__mobile-menu-link {
    text-decoration: none;
    font-weight: 900;
    color: black;
    font-size: 26px;
  }
  .pub__banner {
    background-size: cover;
    margin-top: 0;
    height: 40vh;
  }
  .mixology__light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mixology__fig1 {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 100vh;
    margin: 0;
  }
  .hero__rectangle {
    padding: 20px;
    left: 0;
    bottom: 0;
    width: 60%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero__headline {
    font-size: 30px;
  }
  .hero__rectangle1 {
    left: 25.6%;
    margin-bottom: 0.2em;
  }
  .hero__mobile-menu {
    left: 0.1em;
    width: 100%;
  }
  .pub__banner {
    background-image: url("../assets/RectangleMobile.png");
    background-size: cover;
    margin-top: 1px;
    height: 290px;
  }
  .mixology__headline-up {
    font-size: 3em;
  }
  .mixology__headline-down {
    font-size: 3em;
  }
}

@media (max-width: 524px) {
  .hero__img-link {
    width: 100%;
    padding: 5px;
  }
  .hero__navitem {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    max-width: 150px;
    min-width: 120px;
  }
  .hero__navlink {
    font-size: 15px;
    padding: 5px;
  }
  .hero__navlist {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-top: 0;
    padding-left: 5px;
  }
}

@media (max-width: 498px) {
  .hero__mobile-menu-link {
    font-size: 15px;
  }
  .hero__location-text-res {
    font-size: 15px;
  }
  .mixology__img1 {
    width: 100%;
  }
  .mixology__img2 {
    width: 100%;
  }
  .mixology__img3 {
    width: 100%;
  }
  .mixology__fig1 {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    max-width: 250px;
    min-width: 100px;
  }
  .mixology__fig2 {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    max-width: 250px;
    min-width: 100px;
  }
  .mixology__img-cap1 {
    right: -38%;
    font-size: 21px;
  }
  .mixology__img-cap2 {
    font-size: 22px;
  }
  .mixology__fig3 {
    display: none;
  }
}

@media (max-width: 375px) and (min-width: 320px) {
  .hero__rectangle {
    width: 65%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .hero__rectangle1 {
    margin-bottom: 2em;
  }
  .hero__author {
    display: none;
  }
  .hero__hyph {
    display: none;
  }
  .hero__headline {
    font-size: 30px;
    margin-top: 2em;
  }
  .hero__search {
    right: 1em;
  }
  .hero__logo {
    left: 1em;
  }
  .hero__mobile-menu-link {
    font-size: 13px;
  }
  .hero__location-text-res {
    font-size: 13px;
  }
  .pub__banner {
    background-image: url("../assets/RectangleMobile.png");
    background-position: center;
    background-size: cover;
    margin-top: 0;
    height: 200px;
  }
  .mixology__fig3 {
    display: none;
  }
  .mixology__img1 {
    width: 100%;
  }
  .mixology__img2 {
    width: 100%;
  }
  .mixology__img3 {
    width: 100%;
  }
  .mixology__fig1 {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    max-width: 250px;
    min-width: 100px;
  }
  .mixology__img-cap1 {
    right: -33%;
    font-size: 20px;
  }
  .mixology__img-cap2 {
    font-size: 20px;
  }
  .mixology__fig2 {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    max-width: 250px;
    min-width: 100px;
  }
}
/*# sourceMappingURL=styles.css.map */