body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
  font-size: 40px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

a {
  color: #15603d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.container {
  position: relative;
  height: 100%;
  max-width: 1290px;
  padding-right: 75px;
  padding-bottom: 0px;
  padding-left: 75px;
}

.image {
  width: 300px;
  height: 100%;
}

.navbar-container {
  position: relative;
  display: block;
  max-width: 1290px;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 0px 24px;
  border-bottom: 5px solid #fff;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-color: #15603d;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
}

.brand {
  position: relative;
  left: 50%;
  right: auto;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.navbar-gap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero {
  height: 100vh;
  min-height: 100vh;
  background-color: #000;
  background-image: url('../images/hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.darken {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.navbar {
  background-color: #fff;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 90px;
  -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;
}

.hero-text {
  max-width: 900px;
  text-align: center;
}

.hero-headline {
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

.opening-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -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;
}

.hero-open {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.open-separator {
  width: 2px;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.button {
  padding: 12px 25px;
  background-color: #15603d;
  font-family: 'Courier Prime', sans-serif;
}

.hero-button {
  padding: 21px 68px;
  border-style: solid;
  border-width: 3px;
  border-color: #15603d;
  background-color: #15603d;
  font-family: 'Courier Prime', sans-serif;
  font-size: 20px;
}

.hero-button:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #f5e6cb;
}

.section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.green-section {
  background-color: #15603d;
}

.pub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text {
  position: relative;
  padding-top: 45px;
  padding-right: 100px;
  padding-bottom: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brewery-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 15px;
  -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;
  background-color: #15603d;
  text-align: center;
}

.drink {
  display: block;
}

.drink-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.drink-separator {
  width: auto;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 12px;
  background-color: #15603d;
}

.drinks {
  margin-top: 24px;
  margin-bottom: 30px;
}

.kamenice-logo {
  width: 240px;
  max-width: 80%;
}

.text-block-2 {
  margin-right: 30px;
}

.events-image {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/events.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.events-text {
  position: relative;
  width: 60%;
  padding-top: 45px;
  padding-right: 100px;
  padding-bottom: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.light {
  color: #f5e6cb;
}

.light-link {
  color: #f5e6cb;
}

.outside-seating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.outside-seating-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.stripe-separator {
  width: 100%;
  height: 35px;
  background-image: url('../images/stripe.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

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

.history-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact {
  display: block;
}

.contact-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.contact-row {
  max-width: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block {
  display: block;
  margin-bottom: 15px;
}

.link-block:hover {
  text-decoration: none;
}

.contact-text-block {
  margin-bottom: 15px;
}

.light-text {
  color: #757575;
}

.map {
  height: 550px;
  margin-top: 30px;
}

.footer {
  background-color: #f5e6cb;
}

.arrow-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #333;
  text-decoration: none;
}

.arrow-up-image {
  height: 26px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-color-link {
  color: #333;
}

.authors {
  opacity: 0.7;
  text-align: right;
}

.text-outside-seating {
  position: relative;
  padding-top: 45px;
  padding-right: 100px;
  padding-bottom: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-history {
  position: relative;
  padding-top: 45px;
  padding-right: 100px;
  padding-bottom: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fb-icon {
  width: 100%;
  height: 100%;
  margin-bottom: 9px;
}

.light-button {
  margin-top: 9px;
  margin-bottom: 45px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #f5e6cb;
  background-color: #f5e6cb;
  font-family: 'Courier Prime', sans-serif;
  color: #15603d;
}

.light-button:hover {
  border-color: #15603d;
}

.fb-menu-block {
  width: 38px;
  height: 100%;
  padding-bottom: 11px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 5px solid transparent;
}

.fb-menu-block:hover {
  border-bottom: 5px solid #15603d;
}

.green-separator {
  height: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #15603d;
}

.facebok-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.fb-contact-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fb-contact-block:hover {
  opacity: 0.7;
}

.fb-icon-bottom {
  width: 38px;
}

.empty-state {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-gap {
    display: none;
  }

  .opening-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .open-separator {
    width: 45px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.6;
  }

  .events-image {
    left: 0%;
    background-position: 70% 50%;
    opacity: 0.4;
  }

  .events-text {
    width: 100%;
  }

  .outside-seating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .outside-seating-images {
    width: 100%;
  }

  .history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history-photo {
    width: 100%;
  }

  .contact-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-row {
    max-width: none;
  }

  .text-outside-seating {
    padding-right: 0px;
  }

  .text-history {
    padding-right: 0px;
  }

  .icon {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #15603d;
    color: #fff;
  }

  .facebok-contact-block {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image {
    width: 240px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 25px;
    background-color: #15603d;
    color: #fff;
  }

  .hero-headline {
    font-size: 54px;
    line-height: 54px;
  }

  .hero-open {
    font-size: 20px;
  }

  .open-separator {
    width: 30px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .pub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .brewery-logo {
    width: 100%;
    height: 160px;
    padding-top: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .kamenice-logo {
    width: auto;
    max-height: 90%;
    max-width: none;
  }

  .events-text {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 3px;
  }

  .text-outside-seating {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-history {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }

  .menu-button {
    padding: 25px;
    background-color: #15603d;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #15603d;
  }

  .fb-icon {
    width: auto;
    height: 38px;
    margin-top: 9px;
    text-align: left;
  }

  .fb-menu-block {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 25px;
    border-bottom-color: #fff;
    background-color: #15603d;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 34px;
    line-height: 34px;
  }

  p {
    font-size: 16px;
  }

  .brand {
    left: auto;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-headline {
    font-size: 46px;
    line-height: 46px;
  }

  .brewery-logo {
    height: 100px;
    padding-top: 6px;
    padding-bottom: 7px;
  }

  .events-image {
    background-position: 50% 50%;
  }

  .events-text {
    padding-top: 0px;
  }

  .contact-rows {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .link-block {
    margin-bottom: 9px;
  }

  .contact-text-block {
    margin-bottom: 9px;
  }

  .text-outside-seating {
    padding-top: 0px;
  }

  .text-history {
    padding-top: 0px;
  }

  .facebok-contact-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

