body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 80px;
  padding-left: 80px;
  -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;
  background-color: #f9ecd6;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Clan, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 3px solid #000;
}

.nav-link.w--current {
  border-bottom: 3px solid #000;
  color: #000;
}

.social-link {
  color: #000;
  font-size: 19px;
  text-decoration: none;
}

.social-link.fb {
  margin-left: auto;
}

.social-link.call {
  margin-left: 25px;
  display: none;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.about-us-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -62px;
  padding: 100px 80px;
  -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-image: url('../images/about-us-bg.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.left-col {
  width: 55%;
}

.left-col.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-col.contact {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-col.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.right-col {
  width: 40%;
}

.right-col.menu {
  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;
}

.about-heading {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Clan, sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.about-text {
  float: right;
  font-family: 'Clanlf news', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.about-text.events {
  max-width: 480px;
  color: #fff;
  text-align: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 760px;
  margin-top: -62px;
  padding: 100px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/majorka-menu-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-heading {
  margin-bottom: 65px;
  font-family: Clan, sans-serif;
  color: #fff;
  font-size: 44px;
}

.menu-subheading {
  font-family: 'Clanlf news', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-img {
  margin-right: 100px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.menu-img:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.contact-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 585px;
  margin-top: -100px;
  padding: 100px 80px;
  -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-image: url('../images/about-us-bg.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact-tittle {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Clan, sans-serif;
  color: #000;
  font-size: 44px;
  text-align: right;
  text-transform: uppercase;
}

.contact-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.address-heading {
  margin-right: 50px;
  font-family: 'Clanlf news', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.address-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Clanlf news', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.open-time {
  display: inline-block;
  margin-left: 50px;
  float: right;
  font-size: 16px;
  font-weight: 700;
}

.google-map {
  width: 385px;
  height: 354px;
}

.footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 368px;
  margin-top: -84px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.footer-text {
  margin-bottom: 105px;
  font-family: 'Clanlf news', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo {
  position: relative;
  z-index: 2;
}

.events-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -80px;
  padding-top: 110px;
  padding-bottom: 140px;
  -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-image: url('../images/events-bg.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.rolunk-img {
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-slider {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-slide._1 {
  background-image: url('../images/hero-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._2 {
  background-image: url('../images/3.jpg');
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/9.jpg');
}

.hero-slide._4 {
  background-image: url('../images/2.jpg');
}

.hero-slide._5 {
  background-image: url('../images/4.jpg');
}

.slide-nav {
  display: none;
}

.slide-arrow {
  display: none;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(5, 5, 5, .4);
}

@media (max-width: 991px) {
  .navbar {
    overflow: visible;
    height: 70px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .nav-link {
    width: 100%;
    height: 65px;
    background-color: #f9ecd6;
  }
  .social-link {
    margin-left: 0px;
  }
  .social-link.call {
    margin-left: 25px;
    display: none;
  }
  .hero-section {
    height: 660px;
  }
  .about-us-section {
    padding-right: 50px;
    padding-left: 50px;
  }
  .left-col {
    width: 40%;
  }
  .left-col.menu {
    width: 60%;
  }
  .left-col.contact {
    width: 100%;
  }
  .right-col {
    width: 55%;
    height: 100%;
  }
  .right-col.menu {
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .right-col.contact {
    width: 100%;
  }
  .about-heading {
    margin-bottom: 30px;
  }
  .about-text {
    font-size: 12px;
    line-height: 18px;
  }
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
  }
  .menu-section {
    height: 660px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu-heading {
    margin-bottom: 40px;
  }
  .menu-subheading {
    font-size: 24px;
  }
  .contact-section {
    height: auto;
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-tittle {
    margin-bottom: 20px;
  }
  .contact-info-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .open-time {
    margin-left: 120px;
  }
  .google-map {
    width: 100%;
    margin-top: 10px;
  }
  .footer {
    height: 268px;
  }
  .menu-btn {
    margin-left: auto;
  }
  .menu-btn.w--open {
    background-color: #f9ecd6;
  }
  .menu-icon {
    color: #000;
  }
}

@media (max-width: 767px) {
  .about-us-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .left-col {
    width: 100%;
  }
  .left-col.menu {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .right-col {
    width: 100%;
  }
  .right-col.menu {
    width: 100%;
    padding-top: 35px;
  }
  .about-heading {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .menu-section {
    height: auto;
    padding-top: 164px;
    padding-bottom: 40px;
  }
  .menu-subheading {
    margin-top: 10px;
    font-size: 20px;
  }
  .menu-img {
    margin-right: 0px;
  }
  .contact-section {
    padding-top: 80px;
  }
  .open-time {
    margin-left: 0px;
  }
  .logo {
    width: 300px;
  }
  .events-section {
    padding-right: 50px;
    padding-left: 50px;
    background-image: url('../images/events-bg.png');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .row {
    -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;
  }
  .social-link.call {
    display: block;
  }
  .social-link.fb {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-right: 0px;
    padding-left: 15px;
  }
  .hero-section {
    height: 550px;
  }
  .about-us-section {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    background-size: cover;
  }
  .left-col.menu {
    width: 100%;
  }
  .right-col {
    height: auto;
  }
  .right-col.menu {
    width: 100%;
    padding-top: 20px;
  }
  .about-heading {
    font-size: 34px;
  }
  .menu-section {
    height: auto;
    padding: 70px 20px;
    -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;
  }
  .menu-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 34px;
  }
  .menu-subheading {
    margin-top: 5px;
    font-size: 18px;
  }
  .contact-section {
    padding: 70px 15px;
    background-size: cover;
  }
  .contact-tittle {
    font-size: 34px;
    text-align: center;
  }
  .contact-info-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .address-heading {
    font-size: 14px;
  }
  .address-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .google-map {
    margin-top: 20px;
  }
  .footer-text {
    font-size: 13px;
  }
  .logo {
    width: 250px;
  }
  .info-col-left {
    width: 100%;
  }
  .info-col-right {
    width: 100%;
  }
  .events-section {
    padding: 100px 20px;
  }
}

@font-face {
  font-family: 'Clan';
  src: url('../fonts/Clan-BoldSC.otf') format('opentype'), url('../fonts/Clan-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Clanlf news';
  src: url('../fonts/ClanLF-News.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}