@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #002d57;
  --white: white;
  --steel-blue: #0074e1;
  --orange: #f79e02;
  --royal-blue: #005db5;
  --royal-blue-2: #005db5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.colour-swatch {
  justify-content: space-around;
  display: flex;
}

.picture-section {
  height: 150px;
}

.pic-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.picture {
  background-color: var(--white);
  width: 525px;
  max-width: none;
  height: 350px;
  margin-right: -80px;
  display: block;
  position: static;
  top: 46px;
  left: 57px;
}

.picture-frame {
  border: 10px solid var(--steel-blue);
  background-color: #0000;
  position: absolute;
  inset: auto 0% 0% auto;
}

.picture-frame.pic1 {
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 430px;
  display: flex;
  position: static;
}

.picture-frame.pic2 {
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 400px;
  display: flex;
  inset: 0% auto auto 0%;
}

.picture-frame.pic3 {
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 400px;
  display: flex;
}

.body {
  background-color: #f1ebeb;
}

.colour {
  background-color: var(--steel-blue);
  width: 100px;
  height: 100px;
}

.colour._2 {
  background-color: var(--orange);
}

.colour._3 {
  background-color: var(--white);
}

.colour._4 {
  background-color: var(--royal-blue);
}

.colour._5 {
  background-color: var(--midnight-blue);
}

.heading {
  margin-top: 70px;
  font-size: 72px;
  display: block;
}

.text-styles {
  padding-top: 22px;
}

.brandname {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.brandname2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -50px;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.shwrapper {
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.shdecoration {
  background-color: var(--steel-blue);
  width: 160px;
  height: 2px;
  margin-left: 0;
  margin-right: 20px;
}

.sectionheading {
  color: var(--steel-blue);
  text-transform: uppercase;
  font-family: Merriweather, sans-serif;
  font-size: 80px;
}

.p-black {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.p-black.small {
  margin-bottom: 10px;
  font-size: 16px;
}

.p-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.navbar {
  background-color: var(--steel-blue);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.brand {
  background-image: url('../images/logoV2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 90px;
}

.navlink {
  color: var(--white);
  font-weight: 700;
  line-height: 1.1;
}

.navlink:hover {
  color: var(--midnight-blue);
}

.navlink.w--current {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--midnight-blue);
  color: var(--midnight-blue);
  text-decoration: none;
}

.navlink.english, .navlink.closeicon {
  display: none;
}

.navcontainer {
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  padding: 8px 15px;
  display: flex;
}

.reservewrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.resphonewrap {
  flex-direction: column;
  display: flex;
}

.orangebutton {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 500px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 700;
}

.orangebutton:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.phonelink {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
}

.phonelink:hover {
  color: var(--midnight-blue);
}

.langverwrap {
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
  padding: 7px 15px;
  display: flex;
}

.langverwrap:hover {
  background-color: var(--midnight-blue);
  border-radius: 20px;
}

.langverwrap.hide {
  display: none;
}

.countryflag {
  background-image: url('../images/britishFlag.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 25px;
  height: 25px;
}

.countrytitle {
  color: var(--white);
  padding-left: 10px;
  font-size: 16px;
}

.nav-menu {
  padding-left: 60px;
  left: auto;
}

.homecontainer {
  background-image: url('../images/Paradise_hotel_lozenetz_Hero_image.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 900px;
  display: flex;
  position: static;
}

.brandbg1 {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 140px;
  margin-bottom: 59px;
  display: flex;
  position: static;
  inset: 32% 0% auto;
}

.brandbg2 {
  background-color: var(--steel-blue);
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 60px;
  display: flex;
  position: static;
  inset: 56% 0% auto;
}

.brandnamewrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 300px;
  padding-top: 0;
  display: flex;
}

.section {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
}

.contentcontainer {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.contentcontainer.absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.paragraphwrapper {
  padding-top: 80px;
}

.paragraph {
  padding-left: 30px;
  font-size: 18px;
}

.column-r {
  padding-left: 20px;
  padding-right: 0;
}

.column-l {
  padding-left: 0;
  padding-right: 10px;
}

.columns {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.doublepicwrapper {
  border: 10px none var(--steel-blue);
  width: 100%;
  height: 500px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: block;
  position: relative;
}

.leftimage {
  z-index: 1;
  width: 525px;
  height: 350px;
  margin-top: -101px;
  margin-left: 100px;
  position: static;
}

.rightimage {
  z-index: 2;
  width: 525px;
  height: 350px;
  margin-top: 96px;
  margin-left: -100px;
  position: static;
  inset: auto 0% 0% auto;
}

.biwrapper {
  padding: 80px 115px;
}

.stylewrapper {
  margin-top: 100px;
  margin-bottom: 20px;
}

.baheading {
  margin-top: 0;
  padding-bottom: 40px;
  font-family: Merriweather, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.binfotext {
  background-image: url('../images/info-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 49px;
  font-family: Merriweather, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.roomswrapper {
  width: 100%;
  height: 540px;
  margin-bottom: 150px;
  padding-top: 0;
  position: relative;
}

.bglayout {
  background-color: var(--steel-blue);
  width: 1004px;
  max-width: 70%;
  height: 540px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bglayout.right {
  inset: auto 0% 0% auto;
}

.bglayout.reservations {
  width: 1350px;
  max-width: none;
  height: 1128px;
}

.roomsheading {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.rhwrapper {
  align-items: center;
  display: flex;
}

.rhwrapper.right {
  padding-top: 0;
}

.rhdecoration {
  background-color: var(--white);
  width: 50px;
  height: 2px;
  margin-right: 20px;
}

.col7-5 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: static;
}

.col7-5.bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.rcol5 {
  padding-left: 0;
  padding-right: 0;
}

.rcol5.right {
  padding-left: 40px;
  padding-right: 0;
}

.rcol7 {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.datesheading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: Merriweather, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.image-2 {
  width: 618px;
  height: 412px;
  margin-bottom: -60px;
  position: static;
  inset: auto 0% 0% auto;
}

.lidates {
  color: var(--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 1.7;
}

.liprice {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.col4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.datescolumns {
  justify-content: space-around;
  margin-bottom: 73px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.buttonwrapper {
  margin-top: 32px;
  margin-bottom: 111px;
}

.gallerycontainer {
  flex-wrap: wrap;
  place-content: space-around;
  display: flex;
}

.lightbox-link-new {
  align-items: stretch;
  width: 33.33%;
  display: flex;
}

.reservationswrapper {
  width: 100%;
  height: 1128px;
  margin-top: 49px;
  position: relative;
}

.contactscolumns {
  padding-top: 94px;
}

.contactwrapper {
  align-items: center;
  padding-bottom: 71px;
  display: flex;
}

.contactwrapper.lesspadding {
  padding-bottom: 27px;
}

.contactwrapper.bankaccount {
  padding-bottom: 0;
}

.contactsh5 {
  color: var(--white);
  font-family: Merriweather, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.contactsicon {
  height: 36px;
  padding-right: 20px;
}

.contactsicon.bankaccount {
  width: auto;
  height: auto;
}

.column {
  flex-direction: column;
  padding-right: 20px;
}

.contactsh6 {
  color: var(--white);
  font-family: Merriweather, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.phonewrapper {
  flex-direction: column;
  display: flex;
}

.blue-box {
  background-color: var(--royal-blue-2);
  width: auto;
  height: auto;
  margin-top: 50px;
}

.paragraph-white {
  color: var(--white);
  padding: 30px 45px;
}

.footer {
  background-color: var(--midnight-blue);
  padding-bottom: 20px;
}

.footerflex {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footerflex.contacts {
  padding-top: 0;
}

.footerflex.socials {
  position: relative;
}

.image-3 {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.f-contactwrapper {
  flex-direction: column;
  display: flex;
}

.f-link {
  color: var(--white);
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.f-link:hover {
  color: var(--steel-blue);
}

.columns-2 {
  width: 100%;
}

.fblink {
  width: 30px;
  height: 30px;
}

.fblink:hover {
  background-color: var(--steel-blue);
  border-radius: 20px;
}

.iditlink {
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block {
  color: var(--steel-blue);
  text-align: center;
  text-decoration: none;
}

.link-block {
  z-index: 3;
  text-decoration: none;
  position: fixed;
  inset: auto 20px 100px auto;
}

.html-embed {
  width: 600px;
  height: 500px;
  margin-left: 40px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .brandname {
    font-size: 36px;
  }

  .brandname2 {
    margin-top: -24px;
    font-size: 28px;
  }

  .shwrapper {
    flex-wrap: nowrap;
  }

  .shdecoration {
    width: 100px;
  }

  .sectionheading {
    font-size: 50px;
    line-height: 1.2;
  }

  .brand {
    height: 60px;
  }

  .navlink {
    background-color: var(--steel-blue);
    text-align: center;
  }

  .navlink.english {
    background-image: url('../images/britishFlag.png');
    background-position: 64%;
    background-repeat: no-repeat;
    background-size: 50px 20px;
    display: block;
  }

  .navlink.closeicon {
    text-align: center;
    background-image: url('../images/CloseMenu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .navcontainer {
    justify-content: space-between;
    width: 100%;
  }

  .reservewrap, .langverwrap {
    display: none;
  }

  .nav-menu {
    background-color: var(--steel-blue);
    text-align: center;
    width: 100%;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--steel-blue);
  }

  .menuicon {
    display: block;
  }

  .closeicon {
    display: none;
  }

  .homecontainer {
    background-position: 50% 0;
    height: 400px;
  }

  .brandbg1 {
    width: 365px;
    height: 120px;
    margin-bottom: 20px;
  }

  .brandbg2 {
    width: 191px;
    height: 57px;
  }

  .brandnamewrapper {
    margin-top: 77px;
  }

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

  .section.gallery {
    padding-top: 0;
  }

  .contentcontainer {
    max-width: 90%;
  }

  .doublepicwrapper {
    height: 600px;
  }

  .leftimage {
    margin-top: -92px;
    margin-left: 26px;
  }

  .rightimage {
    margin-top: 85px;
    margin-left: -25px;
  }

  .biwrapper {
    padding: 40px 0;
  }

  .roomswrapper {
    margin-bottom: 140px;
  }

  .bglayout.reservations {
    width: 100%;
    height: 100%;
  }

  .roomsheading {
    font-size: 30px;
    line-height: 1.1;
  }

  .col7-5 {
    flex-wrap: wrap;
  }

  .rcol5.right {
    padding-left: 0;
  }

  .datesheading {
    padding-top: 30px;
    font-size: 22px;
  }

  .image-2 {
    height: 300px;
  }

  .lidates {
    font-size: 14px;
  }

  .liprice {
    font-size: 30px;
  }

  .reservationswrapper {
    margin-bottom: 0;
  }

  .contactscolumns {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .contactwrapper {
    padding-bottom: 30px;
  }

  .contactwrapper.lesspadding {
    padding-bottom: 10px;
  }

  .contactsh5 {
    font-size: 18px;
  }

  .contactsh6 {
    font-size: 16px;
  }

  .footerflex {
    flex-wrap: nowrap;
    padding-top: 20px;
  }

  .footerflex.contacts {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .image-3 {
    width: 50px;
    height: 50px;
  }

  .f-contactwrapper {
    flex-flow: column;
    justify-content: space-between;
  }

  .f-link {
    font-size: 18px;
  }

  .columns-2 {
    text-align: left;
  }

  .column-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    height: 100px;
  }

  .html-embed {
    width: auto;
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .picture {
    width: 475px;
    height: 300px;
  }

  .picture-frame.pic1 {
    width: 500px;
    height: 380px;
  }

  .picture-frame.pic2 {
    width: 500px;
    height: 360px;
  }

  .picture-frame.pic3 {
    align-items: center;
    width: 500px;
    height: 360px;
    inset: auto 0% 0%;
  }

  .shwrapper {
    margin-bottom: 0;
  }

  .shdecoration {
    width: 50px;
  }

  .sectionheading {
    margin-bottom: 0;
    font-size: 40px;
  }

  .orangebutton.right {
    text-align: center;
  }

  .homecontainer {
    background-position: 50%;
    background-size: cover;
  }

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

  .contentcontainer.absolute {
    inset: 0%;
  }

  .paragraphwrapper {
    padding-top: 40px;
  }

  .column-r {
    padding-left: 0;
  }

  .doublepicwrapper {
    width: auto;
    height: 820px;
    position: relative;
  }

  .leftimage, .rightimage {
    margin-top: -90px;
    margin-left: 60px;
  }

  .biwrapper {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .baheading {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .roomswrapper {
    width: 100vw;
    margin-top: 125px;
    margin-bottom: 220px;
    position: relative;
  }

  .bglayout {
    z-index: 0;
    max-width: 90%;
    height: auto;
    margin-top: -40px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .bglayout.right {
    width: 1004px;
    height: auto;
    margin-top: 51px;
    margin-bottom: -128px;
    margin-left: 56px;
    inset: 0% 0% 0% auto;
  }

  .rhwrapper {
    align-items: center;
    padding-top: 0;
  }

  .rhwrapper.right {
    justify-content: flex-end;
  }

  .col7-5.bottom {
    flex-direction: row;
    align-items: flex-start;
  }

  .rcol5.right {
    padding-right: 0;
  }

  .rcol7 {
    padding-left: 0;
    padding-right: 0;
  }

  .datesheading {
    text-align: left;
  }

  .datesheading.right {
    text-align: right;
  }

  .image-2 {
    width: 500px;
    height: 300px;
    margin-bottom: 0;
    margin-left: 40px;
  }

  .image-2.left {
    margin-left: -29px;
  }

  .col4 {
    align-items: flex-start;
  }

  .col4.right {
    align-items: flex-end;
  }

  .datescolumns {
    flex-wrap: wrap;
    margin-bottom: 38px;
  }

  .datescolumns.right {
    justify-content: flex-end;
  }

  .buttonwrapper {
    margin-bottom: 60px;
  }

  .buttonwrapper.right {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }

  .reservationswrapper {
    margin-bottom: 0;
  }

  .paragraph-white {
    margin-bottom: 20px;
  }

  .html-embed {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: -59px;
    margin-left: 40px;
    margin-right: 0;
  }

  .picture-frame.pic1 {
    width: auto;
    max-width: 100%;
    height: 200px;
  }

  .picture-frame.pic2, .picture-frame.pic3 {
    width: auto;
    height: 200px;
  }

  .brandname {
    font-size: 32px;
  }

  .brandname2 {
    font-size: 24px;
  }

  .shwrapper {
    align-items: center;
  }

  .shdecoration {
    width: 40px;
    margin-right: 10px;
  }

  .sectionheading {
    margin-top: 0;
    font-size: 28px;
  }

  .p-black.small {
    font-size: 14px;
  }

  .orangebutton {
    text-align: center;
    margin-left: 0;
  }

  .homecontainer {
    background-position: 0%;
    background-size: cover;
    width: 100%;
    height: 350px;
  }

  .brandbg1 {
    width: 300px;
    height: 70px;
  }

  .brandbg2 {
    height: 35px;
  }

  .brandnamewrapper {
    margin-top: 220px;
  }

  .contentcontainer {
    max-width: 90%;
  }

  .paragraphwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    padding-left: 0;
  }

  .column-l {
    padding-right: 0;
  }

  .columns {
    margin-bottom: 0;
  }

  .doublepicwrapper {
    height: 450px;
  }

  .leftimage {
    width: auto;
    height: auto;
    margin-top: -45px;
    margin-left: 40px;
  }

  .rightimage {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: -45px;
    margin-left: 40px;
  }

  .baheading {
    font-size: 24px;
  }

  .binfotext {
    background-size: 20px;
    padding-left: 30px;
    font-size: 18px;
  }

  .roomswrapper {
    margin-top: 39px;
    margin-bottom: 76px;
  }

  .bglayout {
    max-width: 100%;
    margin-top: -30px;
    inset: 0%;
  }

  .bglayout.right {
    margin-top: -18px;
    margin-bottom: 0;
    margin-left: 0;
    inset: 0%;
  }

  .bglayout.reservations {
    margin-top: 0;
  }

  .roomsheading {
    text-align: left;
    font-size: 23px;
  }

  .rhwrapper.right {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .rhdecoration {
    width: 30px;
  }

  .datesheading {
    text-align: left;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .datesheading.right {
    text-align: left;
  }

  .image-2 {
    width: auto;
    height: auto;
    margin-top: 34px;
    margin-left: 0;
  }

  .image-2.left {
    margin-top: 0;
    margin-left: 0;
  }

  .col4.right {
    align-items: flex-start;
  }

  .datescolumns {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .buttonwrapper {
    text-align: center;
    margin-bottom: 0;
  }

  .buttonwrapper.right {
    text-align: center;
  }

  .lightbox-link-new {
    width: 33.33%;
  }

  .reservationswrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .contactscolumns {
    padding-top: 20px;
  }

  .contactwrapper {
    padding-bottom: 10px;
  }

  .contactsh5 {
    font-size: 18px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .contactsh6 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-white {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
  }

  .footerflex.socials {
    flex-flow: row;
    height: 60px;
  }

  .f-link {
    font-size: 16px;
  }

  .fblink {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .text-block {
    font-size: 14px;
  }

  .link-block {
    width: 50px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    height: 80px;
  }

  .html-embed {
    height: 400px;
  }
}

#w-node-ad88d8a3-4c57-9a8f-181b-49b837a2a31e-399a8a74, #w-node-e768deb4-2e93-6f9b-1da6-663f252f96aa-399a8a74, #w-node-_66cc0b23-2fe5-af04-a408-783a9c2d0108-399a8a74, #w-node-_4e709b2a-0388-1f35-258f-ca260d58d884-399a8a74, #w-node-f402a2ce-225b-8d17-e7a1-df7f173f922f-399a8a74, #w-node-d46ddc65-bfa0-05a9-2a61-9d05f609778e-399a8a74, #w-node-_1876179f-2454-04b5-fac5-534cb3723242-399a8a74, #w-node-cfa3e483-ed7c-be3c-a1b4-031f27bd6536-399a8a74, #w-node-_4b293f16-7ed7-c5c6-bc04-5b9fd1cbb8d7-399a8a74, #w-node-bf42b23c-9828-5247-6b39-1486dd48c1e8-399a8a74, #w-node-a90007b4-4f6e-ef04-8c10-60b97fab0696-399a8a74, #w-node-_75a0e8fd-fef0-dff2-8642-7ca2f3049e50-399a8a74, #w-node-_6c84dddd-ca87-8d00-7158-84a2a2fc317b-399a8a74, #w-node-_4a90a3a8-b758-a9c0-6642-073500cd3dca-399a8a74, #w-node-d4351a34-4fc8-fed1-703a-9352d1cec555-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718d2-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718d4-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718d6-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718d8-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718da-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718dc-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718de-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718e0-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718e2-399a8a74, #w-node-c157b9b9-69a0-5368-0380-85b392bfbad4-399a8a74, #w-node-_6cdca659-7fcc-3a3f-9ab5-3adf5b8718e4-399a8a74, #w-node-ce7e87c7-cfc2-ad7d-57c2-4664af0dbcf5-399a8a74, #w-node-c8f2a701-9f51-de0c-307f-517d833f5061-399a8a74, #w-node-c3a38d70-0725-bda0-398c-554bc85fafc4-399a8a74, #w-node-_149683bb-6641-ad17-dcfa-d3a3924908f5-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e285849566-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e285849568-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e28584956a-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e28584956c-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e28584956e-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e285849570-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e285849572-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e285849574-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e285849576-399a8a74, #w-node-f29365c0-4227-c030-a38b-96e285849578-399a8a74, #w-node-f0c67923-82aa-3bd0-da98-2a7423d45bd4-399a8a74, #w-node-_185f0fb7-d2a5-4049-e1cd-56b96daa5c5a-399a8a74, #w-node-_6a319733-d606-50f6-6110-a4d3927724a9-399a8a74, #w-node-_7b83a16c-1e06-2070-9cc3-dc3ee9f4206b-399a8a74, #w-node-c07bfae7-fe20-e2c7-695c-94c4957183fa-399a8a74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}