/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 730px;
}
#hero picture.main-image {
  width: 100% !important;
  max-width: 100% !important;
  z-index: -1;
  top: 0;
}
#hero picture.main-image img {
  width: 100% !important;
}
#hero h1 {
  color: #FFFFFF;
  opacity: 0.17;
  font-weight: bold;
}
#hero p.h5 {
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 900;
  margin-top: -45px;
}
#hero p.h4 {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 35px;
}
#hero picture.main-image img {
  height: 730px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #hero p.h5 {
    margin-top: -49px;
  }
}

/*Breadcrumb*/
#breadcrumb a, #breadcrumb p {
  font: normal normal normal 14px/40px "Lato", "sans-serif";
  letter-spacing: 0.7px;
  color: #2D3126;
  text-transform: uppercase;
}
#breadcrumb span.last {
  font-weight: 900;
}

/*Local*/
#local h2 {
  color: #F2F0EF;
}
#local p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: -45px;
}
#local p.h4 {
  margin-top: 37px;
  margin-bottom: 27px;
  font-weight: bold;
}
#local ul {
  padding-left: 0;
  padding-right: 0;
  direction: rtl;
}
#local ul::-webkit-scrollbar {
  width: 13px;
}
#local ul::-webkit-scrollbar-track {
  background: #F8F8F7 0% 0% no-repeat padding-box;
}
#local ul::-webkit-scrollbar-thumb {
  background: #D5D5D4 0% 0% no-repeat padding-box;
}
#local ul::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
@supports (scrollbar-width: thin) and (not selector(::-webkit-scrollbar)) {
  #local ul {
    scrollbar-color: #F2F0EF #65685F;
  }
}
#local ul > * {
  direction: ltr;
}
#local li {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #F8F8F7;
  list-style-type: none;
  text-align: left;
}
@media screen and (max-width: 641px) {
  #local h2 {
    font-size: clamp(2.8rem, 2.8rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
    line-height: clamp(3.75rem, 60px + 26 * (100vw - 640px) / 1280, 5.375rem) !important;
  }
}
@media screen and (min-width: 1025px) {
  #local ul {
    height: 582px;
    overflow: auto;
    padding-left: 20px;
  }
}

/*Contact*/
#contact {
  background: #F8F8F7;
  border-bottom: 4px solid #EEEEED;
  margin-top: 4em;
}
#contact h2 {
  color: #EBE9E8;
}
#contact p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#contact p.h5.subtitle {
  margin-top: -45px;
}
#contact p.h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #contact {
    margin-top: 16em;
  }
  #contact picture img {
    transform: translateY(-100px);
  }
  #contact p.h5.subtitle {
    margin-top: -49px;
  }
}