.hero {
  position: relative;
  display: block;
  height: 710px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero.png'), url('../images/hero-bg.jpg');
  background-position: 85% 100%, 50% 50%;
  background-size: 465px, cover;
  background-repeat: no-repeat, repeat-x;
  background-attachment: scroll, fixed;
  font-family: 'Circularstd book', sans-serif;
  font-size: 17px;
  text-align: center;
}

.container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-hero {
  max-width: 450px;
  padding-top: 30px;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  text-align: left;
}

.paragraph {
  max-width: 450px;
  padding-top: 20px;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.our-beers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  display: block;
  max-width: 670px;
  margin: 60px auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circularstd, sans-serif;
  color: #323232;
  font-size: 48px;
  line-height: 61px;
  text-align: center;
}

.grid-beers {
  padding-top: 35px;
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.p-beer {
  padding-bottom: 50px;
  text-align: center;
}

.h4-beer {
  padding-top: 20px;
  font-family: Circularstd, sans-serif;
  text-align: center;
  letter-spacing: 1px;
}

.order-online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}

.grid-order {
  display: block;
  width: auto;
  min-width: 50%;
}

.h5-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Circularstd, sans-serif;
  font-size: 32px;
  line-height: 41px;
}

.select-order {
  max-width: 300px;
  padding-top: 25px;
}

.price {
  display: inline-block;
  padding-top: 5px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Circularstd book', sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.select {
  margin-bottom: 30px;
}

.footer {
  min-height: 350px;
  background-color: #1f1f1f;
}

.container-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.facebook {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-width: auto;
  padding-left: 40px;
}

.column-6 {
  padding-left: 60px;
}

.divider {
  display: block;
  max-height: 2px;
  max-width: 940px;
  min-height: 2px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px none #4c4c4c;
  background-color: #4c4c4c;
}

.footer-logo {
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  position: static;
  display: block;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
}

.link {
  padding-left: 30px;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
}

._6-pack {
  display: block;
  min-width: 545px;
  margin-right: auto;
  margin-left: auto;
}

.h1-footer {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 61px;
  text-align: center;
}

.btn-buy {
  display: inline-block;
  min-height: 50px;
  min-width: 150px;
  float: right;
  border-radius: 3px;
  background-color: #1f1f1f;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-buy:hover {
  background-color: #474646;
  color: #fff;
}

.btn-fb {
  width: 180px;
  height: 50px;
  min-height: 50px;
  min-width: 180px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: auto;
  padding-left: auto;
  border-radius: 3px;
  background-color: #3b5998;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-fb:hover {
  background-color: #4466ad;
}

.btn-tw {
  width: 180px;
  height: 50px;
  min-height: 50px;
  min-width: 180px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 3px;
  background-color: #1da1f2;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-tw:hover {
  background-color: #49b0f0;
}

.science {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}

.paragraph-2 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 80px;
}

.study {
  font-family: Circularstd, sans-serif;
  color: #333;
  font-weight: 500;
}

@media (max-width: 991px) {
  .hero {
    padding-right: 5%;
    padding-left: 5%;
    background-position: 119% 100%, 50% 50%;
  }
  .h1-hero {
    max-width: 420px;
  }
  .paragraph {
    max-width: 310px;
  }
  .order-online {
    position: static;
    display: block;
    height: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .grid-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h5-order {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .select-order {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .price {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .column-6 {
    position: static;
    display: block;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._6-pack {
    overflow: visible;
    min-width: auto;
    float: none;
  }
  .btn-buy {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    float: none;
  }
}

@media (max-width: 767px) {
  .hero {
    background-image: url('../images/hero-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }
  .h1-hero {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .paragraph {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .beer-1 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .order-online {
    position: static;
    display: block;
    height: 970px;
  }
  .grid-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .h5-order {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .select-order {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .beer-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .beer-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .beer-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-2 {
    display: block;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 650px;
    background-image: url('../images/hero-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }
  .h1-hero {
    font-size: 48px;
    line-height: 62px;
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .h1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 36px;
    line-height: 48px;
  }
  .logo {
    position: static;
    display: block;
    padding-right: auto;
    padding-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .order-online {
    height: 800px;
  }
  .grid-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h5-order {
    margin-top: 40px;
  }
  .container-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .copyright {
    padding-top: 10px;
    padding-left: 0px;
  }
  .link {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._6-pack {
    display: block;
    min-width: auto;
  }
  .btn-fb {
    margin-bottom: 30px;
  }
  .paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}