.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c8a27e;
  font-family: 'Bebas Neue', sans-serif;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px 100px;
  -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;
  background-image: url('../images/TheYardCafe_logo_botbar.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image {
  margin-top: 0px;
}

.image-2 {
  width: 400px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dahot, sans-serif;
  color: #000;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.link {
  margin-top: 20px;
  font-family: Dahot, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 38px;
  text-decoration: none;
}

.heading-2 {
  margin-bottom: 60px;
  font-family: Dahot, sans-serif;
  color: #000;
  font-size: 68px;
  line-height: 68px;
  text-align: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar {
  display: block;
  height: auto;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
}

.nav-link-2 {
  position: relative;
  font-family: Dahot, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #c8a27e;
  transition: width 0.3s ease;
}

.nav-link-2:hover::after {
  width: 100%;
}

.nav-link-2.w--current {
  color: #c8a27e;
}

.nav-link-2.w--current::after {
  width: 100%;
  background-color: #c8a27e;
}

.nav-link-3 {
  position: relative;
  font-family: Dahot, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-3::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #c8a27e;
  transition: width 0.3s ease;
}

.nav-link-3:hover::after {
  width: 100%;
}

.nav-link-3.w--current {
  color: #c8a27e;
}

.nav-link-3.w--current::after {
  width: 100%;
  background-color: #c8a27e;
}

.nav-link-4 {
  position: relative;
  font-family: Dahot, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-4::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #c8a27e;
  transition: width 0.3s ease;
}

.nav-link-4:hover::after {
  width: 100%;
}

.nav-link-4.w--current {
  color: #c8a27e;
}

.nav-link-4.w--current::after {
  width: 100%;
  background-color: #c8a27e;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Layer-10.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Layer-10.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.homebanner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.55)), to(rgba(32, 32, 32, 0.55))), url('../images/Layer-10.png');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.55), rgba(32, 32, 32, 0.55)), url('../images/Layer-10.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #202020;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Dahot, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-heading-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Dahot, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-2 {
  color: #fff;
}

.columns {
  margin-top: 0px;
}

.outlinebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(32, 32, 32, 0.55);
  font-family: Dahot, sans-serif;
  font-size: 65px;
  line-height: 65px;
  font-weight: 300;
  text-align: center;
}

.container-3 {
  margin-top: 220px;
}

.section-2 {
  display: block;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Layer-17.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Layer-17.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-2.aboutbanner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.55)), to(rgba(32, 32, 32, 0.55))), url('../images/Layer-13.png');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.55), rgba(32, 32, 32, 0.55)), url('../images/Layer-13.png');
}

.section-2.contactbanner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.55)), to(rgba(32, 32, 32, 0.55))), url('../images/Layer-5.png');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.55), rgba(32, 32, 32, 0.55)), url('../images/Layer-5.png');
}

.section-2.alibanner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.55)), to(rgba(32, 32, 32, 0.55))), url('../images/Layer-19.png');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.55), rgba(32, 32, 32, 0.55)), url('../images/Layer-19.png');
  background-position: 0px 0px, 50% 0%;
}

.section-2.pgbanner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.55)), to(rgba(32, 32, 32, 0.55))), url('../images/Layer-3.png');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.55), rgba(32, 32, 32, 0.55)), url('../images/Layer-3.png');
}

.section-2.funbanner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.55)), to(rgba(32, 32, 32, 0.55))), url('../images/cat/CateringHeroBackground.jpg');
  background-image: linear-gradient(180deg, rgba(32, 32, 32, 0.55), rgba(32, 32, 32, 0.55)), url('../images/cat/CateringHeroBackground.jpg');
  background-position: 0px 0px, 70% center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mainpageheading {
  margin-top: 220px;
  font-family: Dahot, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 5px solid #000;
  font-family: Dahot, sans-serif;
  font-weight: 400;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 20px;
  line-height: 28px;
  color: #555555;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.heading-3 {
  font-family: Dahot, sans-serif;
}

.div-block-2 {
  width: 11%;
}

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

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

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

.columns-2 {
  font-family: Dahot, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.columns-2.leftcol {
  border-left: 5px solid #000;
}

.columns-2.rightline {
  border-right: 5px none #000;
}

.menuheading {
  margin-top: 0px;
  font-family: Dahot, sans-serif;
}

.menuheading-small {
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Dahot, sans-serif;
  font-size: 24px; /* Smaller font size */
}

/* Menu list styling */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.menu-list-item {
  font-family: Dahot, sans-serif;
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: 0.9;
  margin-bottom: 2px;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Add proper spacing after the heading */
.menuheading {
  margin-bottom: 10px;
}


.image-5 {
  height: 100%;
}

.column {
  border-right: 5px solid #000;
}

.column.rightcol {
  border-right-style: none;
  text-align: right;
}

.column.leftcol {
  border-right-style: none;
}

.paragraph-2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 20px;
  line-height: 28px;
  color: #555555;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.slide {
  height: auto;
  background-image: url('../images/IMG_1316.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.alipali {
  background-image: url('../images/IMG_0928.JPG');
  background-repeat: no-repeat;
}

.slide.pg {
  background-image: url('../images/IMG_0190.jpg');
}

.slider {
  height: 100vh;
}

.slider.funslider {
  height: 100vh;
}

.heading-4 {
  font-family: Dahot, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-4.smtit {
  font-size: 26px;
}

.paragraph-3 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 20px;
  line-height: 28px;
  color: #555555;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.column-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textlinks {
  color: #202020;
}

.div-block-3 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  height: 2px;
  margin-bottom: 10px;
  background-color: #202020;
}

.lighttext {
  color: #fff;
}

.smalltital {
  font-size: 20px;
}

.div-block-5 {
  text-align: left;
}

._30list {
  line-height: 30px;
}

.list-2 {
  line-height: 30px;
}

.body-2 {
  display: block;
  background-color: #c8a27e;
}

.container-4 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list-item {
  margin-top: 0px;
}

.bold {
  font-size: 16px;
  font-weight: 700;
}

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

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

.slide-4 {
  background-image: url('../images/IMG_0041.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-6 {
  background-image: url('../images/5fe39ab4-9625-4b6e-9e42-4c093f4b7025.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/IMG_1067.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-9 {
  background-image: url('../images/IMG_0928.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  overflow: hidden;
}

.slide-10 {
  background-image: url('../images/IMG_1316.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block {
  margin-bottom: 20px;
}

.evening-hours {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.evening-hours p {
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 62px;
  }

  .navbar {
    display: block;
    height: auto;
    -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;
  }

  .nav-link-2 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(32, 32, 32, 0.88);
    font-size: 30px;
    text-align: center;
  }

  .nav-link-3 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(32, 32, 32, 0.88);
    font-size: 30px;
    text-align: center;
  }

  .nav-link-4 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(32, 32, 32, 0.88);
    font-size: 30px;
    text-align: center;
  }

  .nav-menu {
    height: auto;
    margin-top: 10px;
    background-color: transparent;
  }

  .menu-button {
    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-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: transparent;
  }

  .menu-button.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(32, 32, 32, 0.55);
  }

  .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 54px;
  }

  .image-4 {
    height: auto;
    margin-top: 10px;
  }

  .footer {
    padding: 20px;
  }

  .outlinebutton {
    font-size: 55px;
    line-height: 55px;
  }

  .section-2.funbanner {
    height: 75vh;
  }

  .mainpageheading {
    font-size: 120px;
    line-height: 120px;
  }
  
  .mainpageheading::after {
    height: 4px;
    bottom: 12px;
  }

  .section-3.textright {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

  .div-block {
    margin-top: 20px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .section.homebanner {
    height: 100vh;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .outlinebutton {
    margin-top: 20px;
    padding-right: 100px;
    padding-left: 100px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-2.aboutbanner {
    height: 100vh;
  }

  .section-2.menubanner {
    height: 100vh;
  }

  .section-2.contactbanner {
    height: 100vh;
  }

  .section-2.alibanner {
    height: 100vh;
  }

  .section-2.pgbanner {
    height: 100vh;
  }

  .section-2.funbanner {
    height: 100vh;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .section-3.textright {
    padding-bottom: 10px;
  }

  .section-3.textleft {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 0px;
  }

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

  .image {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .heading {
    font-size: 20px;
  }

  .div-block {
    margin-top: 20px;
  }

  .link {
    margin-top: 5px;
    font-size: 20px;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 44px;
  }

  .image-3 {
    max-width: 100%;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .navbar {
    height: auto;
    padding-right: 13px;
    padding-left: 10px;
  }

  .nav-menu {
    margin-top: 30px;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    z-index: 999;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .nav-menu.show {
    display: flex !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .mobile-nav-trigger {
    height: auto;
    padding: 8px 10px;
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 9999;
    display: block !important;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  }

  .image-4 {
    margin-top: 5px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    margin-bottom: 0px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    margin-top: 10px;
  }

  .outlinebutton {
    font-size: 40px;
    line-height: 40px;
  }

  .mainpageheading {
    font-size: 80px;
    line-height: 80px;
  }
  
  .mainpageheading::after {
    height: 3px;
    width: 80px;
    bottom: 10px;
  }
}

@font-face {
  font-family: 'Dahot';
  src: url('../fonts/dahot.SPETETRIAL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.event-listing {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

.event-listing h2,
.event-listing p {
  color: #000000;
}

.book-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.book-button:hover {
    background-color: #333;
}

/* Contact Form Styles */
.contact-form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.contact-form {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  color: #333;
}

.form-input {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.form-textarea {
  width: 100%;
  height: 150px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  resize: vertical;
}

.form-button-wrapper {
  margin-top: 20px;
}

.submit-button {
  padding: 10px 30px;
  background-color: #000000;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #333333;
}

.success-message {
  padding: 20px;
  margin-top: 20px;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  color: #3c763d;
  display: none;
}

.error-message {
  padding: 20px;
  margin-top: 20px;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  display: none;
}