h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #cf5e5e;
}

.menu-button {
  float: left;
  background-color: rgba(0, 0, 0, .39);
  color: #fff;
}

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

.navlink {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navlink.w--current {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.background-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 0px;
}

.hero-div {
  height: 100%;
}

.body {
  height: 100%;
}

.button {
  display: inline-block;
  margin-bottom: 39px;
  border: 4px solid #fff;
  background-color: transparent;
  font-family: Lato, sans-serif;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
}

.button.centre {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  border-color: #cf5e5e;
  color: #333;
  font-size: 15px;
  font-weight: 900;
}

.button.centre:hover {
  background-color: #cf5e5e;
  color: #fff;
}

.button._2 {
  margin-right: 10px;
  margin-bottom: 27px;
  float: left;
  border-color: #cf5e5e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #cf5e5e;
  font-size: 12px;
}

.button._2:hover {
  background-color: #cf5e5e;
  color: #fff;
}

.button._2.yellow {
  border-color: #cfcf5e;
  color: #cfcf5e;
}

.button._2.yellow:hover {
  background-color: #cfcf5e;
  color: #fff;
}

.button._2.left {
  margin-right: 10px;
  clear: left;
  text-align: center;
}

.button._2.left.cross {
  text-decoration: line-through;
}

.button._2.left.cross.sold-out-button {
  height: 66px;
  margin-bottom: 27px;
}

.button._2.left.cross.sold-out-button:hover {
  background-color: transparent;
  color: #cf5e5e;
}

.button._2.left.cross.sold-out-button._4 {
  position: relative;
  float: none;
  clear: none;
}

.button._2.cross {
  text-decoration: line-through;
}

.button._2.cross.sold-out-button {
  height: 66px;
  margin-bottom: 27px;
}

.button._2.cross.sold-out-button:hover {
  background-color: transparent;
  color: #cf5e5e;
}

.button._2.cross.sold-out-button._4 {
  position: relative;
  top: 19px;
  float: none;
}

.button._2.centre {
  float: none;
}

.hero-con {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding-bottom: 30px;
  text-align: center;
}

.hero-logo {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.nav-menu {
  width: auto;
  height: auto;
  margin-top: 0px;
  float: none;
  text-align: center;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.small-line {
  display: block;
  width: 50px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-color: #cf5e5e;
}

.small-line.left {
  float: left;
}

.foot {
  position: relative;
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #cf5e5e;
}

.strip {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 25px;
  background-image: url('../images/strip.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.box {
  padding: 15px;
  border: 4px solid #fff;
}

.box.black {
  height: auto;
  border-color: #333;
}

.box.black.castle-1 {
  background-image: url('../images/castle-2.png');
  background-position: 106% 16%;
  background-size: 270px;
  background-repeat: no-repeat;
}

.box.red {
  border-color: #cf5e5e;
  background-color: transparent;
}

.box.red.castle-2 {
  background-image: url('../images/castle-1.png');
  background-position: 101% 69%;
  background-size: 190px;
  background-repeat: no-repeat;
}

.box.yellow {
  border-color: #cfcf5e;
}

.box.yellow.castle-3 {
  background-image: url('../images/58635719-famous-castle-marienburg-saxony-germany-castle-building-landscape-hand-drawn-sketch-vector-illustrat.jpg');
  background-position: 103% -20%;
  background-size: 225px;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 0px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}

.heading-2 {
  line-height: 24px;
}

.thin {
  font-weight: 400;
}

.container {
  text-align: center;
}

.pic-col {
  height: 250px;
  background-image: url('../images/German-Food-2.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pic-col:hover {
  background-image: -webkit-linear-gradient(270deg, #cf5e5e, #cf5e5e), url('../images/German-Food-2.jpeg');
  background-image: linear-gradient(180deg, #cf5e5e, #cf5e5e), url('../images/German-Food-2.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.pic-col._2 {
  background-image: url('../images/Oktoberfest--Compere.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.pic-col._2:hover {
  background-image: -webkit-linear-gradient(270deg, #cfcf5e, #cfcf5e), url('../images/Oktoberfest--Compere.jpg');
  background-image: linear-gradient(180deg, #cfcf5e, #cfcf5e), url('../images/Oktoberfest--Compere.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.pic-col._3 {
  background-image: url('../images/German-Breakdancers.jpg');
}

.pic-col._3:hover {
  background-image: -webkit-linear-gradient(270deg, #6492f3, #6492f3), url('../images/German-Breakdancers.jpg');
  background-image: linear-gradient(180deg, #6492f3, #6492f3), url('../images/German-Breakdancers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.pic-col._4 {
  display: block;
  background-image: url('../images/Oompah-band.jpg');
}

.pic-col._4:hover {
  background-image: -webkit-linear-gradient(270deg, #6492f3, #6492f3), url('../images/Oompah-band.jpg');
  background-image: linear-gradient(180deg, #6492f3, #6492f3), url('../images/Oompah-band.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.pic-col._6 {
  background-image: url('../images/Oktoberfest-DJ.jpg');
  background-position: 50% 27%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-col._6:hover {
  background-image: -webkit-linear-gradient(270deg, #cfcf5e, #cfcf5e), url('../images/Oktoberfest-DJ.jpg');
  background-image: linear-gradient(180deg, #cfcf5e, #cfcf5e), url('../images/Oktoberfest-DJ.jpg');
  background-position: 0px 0px, 50% 27%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.highlights-text {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -186px;
  z-index: 5;
  display: block;
  margin: 0px auto 1px;
  color: #cf5e5e;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  text-shadow: 3px 3px 0 #000;
}

.highlights-text._2 {
  padding-top: 96px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.arrow-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Arrow-down-2-white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-down:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.centre {
  text-align: center;
}

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

.main-col {
  padding: 50px;
  background-color: #fff;
}

.main-col._2 {
  background-image: url('../images/Red_Market_2016_Old_Street_Last_Days_of_Shoreditch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-col._2.food {
  background-image: url('../images/hog-roast.jpg');
}

.left {
  clear: left;
  text-align: left;
}

.red {
  color: #cf5e5e;
}

.yellow {
  color: #cfcf5e;
}

.blue {
  color: #6492f3;
}

.sold-out {
  position: relative;
  top: 15px;
  margin-bottom: 0px;
  text-decoration: none;
}

.row {
  position: static;
  display: block;
  float: none;
}

.singing {
  height: 250px;
  background-image: url('../images/German-Karaoke.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.singing:hover {
  background-image: -webkit-linear-gradient(270deg, #cf5e5e, #cf5e5e), url('../images/German-Karaoke.jpg');
  background-image: linear-gradient(180deg, #cf5e5e, #cf5e5e), url('../images/German-Karaoke.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

html.w-mod-js *[data-ix="new-interactioappear-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 48px);
  -ms-transform: translate(0px, 48px);
  transform: translate(0px, 48px);
}

html.w-mod-js *[data-ix="left-slide"] {
  opacity: 0;
  -webkit-transform: translate(-22px, 0px);
  -ms-transform: translate(-22px, 0px);
  transform: translate(-22px, 0px);
}

html.w-mod-js *[data-ix="left-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(-22px, 0px);
  -ms-transform: translate(-22px, 0px);
  transform: translate(-22px, 0px);
}

html.w-mod-js *[data-ix="left-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(-22px, 0px);
  -ms-transform: translate(-22px, 0px);
  transform: translate(-22px, 0px);
}

@media (max-width: 991px) {
  .navlink {
    padding-right: 15px;
    padding-left: 15px;
  }
  .background-video {
    height: auto;
    background-image: none;
  }
  .hero-div {
    height: 600px;
  }
  .button._2 {
    width: 100%;
    margin-bottom: 15px;
    float: left;
  }
  .button._2.yellow {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button._2.left.cross.sold-out-button {
    margin-bottom: 28px;
  }
  .button._2.left.cross.sold-out-button._4 {
    margin-bottom: 33px;
  }
  .button._2.cross.sold-out-button {
    margin-bottom: 28px;
  }
  .button._2.cross.sold-out-button._4 {
    margin-bottom: 51px;
  }
  .button._2.centre {
    margin-left: 0px;
  }
  .hero-con {
    margin-bottom: 181px;
  }
  .hero-logo {
    padding-right: 93px;
    padding-left: 93px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box.black.castle-1 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .box.red.castle-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .box.yellow.castle-3 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .highlights-text {
    font-size: 25px;
    text-shadow: 2px 2px 0 #000;
  }
  .highlights-text._2 {
    font-size: 26px;
    line-height: 30px;
  }
  .main-col._2 {
    background-position: 56% 50%;
  }
}

@media (max-width: 767px) {
  .navlink {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
  }
  .background-video {
    background-image: none;
  }
  .hero-div {
    background-image: url('../images/Red_Market_2016_Old_Street_Last_Days_of_Shoreditch.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-con {
    padding-right: 35px;
    padding-left: 35px;
  }
  .foot {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-col._2 {
    height: 300px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 17px;
  }
  .menu-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 3px;
    float: none;
    background-color: transparent;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #cfcf5e;
    color: #cf5e5e;
  }
  .navlink {
    background-color: #fff;
    color: #cf5e5e;
    text-align: center;
  }
  .navlink:hover {
    background-color: #cf5e5e;
    color: #fff;
  }
  .hero-con {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-text {
    color: #fff;
    text-align: center;
  }
}