body {
  font-family: Satoshi, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 48px;
  line-height: 1.6em;
  font-weight: 700;
}

p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #000;
}

.content-wrapper {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-left: 0em;
  padding: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #000;
}

.content-wrapper.template {
  height: 100vh;
}

.logo-wrapper {
  margin-bottom: 1.6em;
}

.logo {
  text-align: center;
}

.small-text {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.side-border {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.main-content-wrapper {
  display: block;
  margin-right: 1em;
  margin-left: 1em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content {
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff5f7;
}

.border.side {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 1em;
  padding-bottom: 1em;
}

.jewel {
  position: -webkit-sticky;
  position: sticky;
  width: 2em;
  height: 2em;
  background-color: #fff;
}

.vertical-divider {
  width: 2px;
  margin-left: 1em;
  background-color: #ededed;
}

.border-line {
  width: 2px;
  height: 100%;
  background-color: #3657cc;
}

.title-wrapper {
  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;
  text-align: center;
}

.section {
  padding: 2.4em 0em;
  border-bottom: 2px solid #ededed;
}

.section.coloured-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  -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: 1px solid transparent;
  background-color: #000;
  color: #fff;
}

.style-guide-section {
  padding: 4em 0em;
  border-top: 2px solid #ededed;
}

.style-guide-section.no-top-border {
  border-top-style: none;
}

.colours-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.style-guide-colour {
  width: 100%;
  height: 8em;
  border: 1px solid #ededed;
}

.style-guide-colour.royal-blue {
  background-color: #3657cc;
}

.style-guide-colour.blush-pink {
  background-color: #fff5f7;
}

.style-guide-colour.white-smoke {
  background-color: #ededed;
}

.style-guide-colour.black {
  background-color: #151515;
}

.cover-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid transparent;
  background-color: #000;
}

.cover {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 52vw;
  padding: 1em 0em 1em 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-media-icon-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 4%;
}

.social-media-icon {
  margin-left: 0.4em;
}

.address-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.button {
  padding: 1em 1.6em;
  border: 1px solid #3657cc;
  background-color: #fff5f7;
  color: #3657cc;
  font-weight: 500;
}

.button:hover {
  background-color: #3657cc;
  color: #fff5f7;
}

.button.submit-button {
  margin-top: 0.8em;
}

.button.outline-button {
  border-style: solid;
  border-color: #3657cc;
  background-color: #3657cc;
  color: #fff5f7;
}

.button.outline-button:hover {
  background-color: #fff5f7;
  color: #3657cc;
}

.link {
  color: #151515;
}

.text-field {
  margin-bottom: 1.6em;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #3657cc;
  background-color: #fff5f7;
}

.text-field.additional-info {
  height: 8em;
}

.field-label {
  margin-bottom: 0.8em;
  color: #3657cc;
  font-weight: 500;
}

.button-wrapper {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-heading {
  margin-bottom: 2em;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.menu-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.8em;
  grid-row-gap: 1em;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.menu-item-price {
  color: #3657cc;
  font-weight: 700;
  text-align: right;
}

.item-price {
  color: #3657cc;
  font-weight: 700;
}

.image-gallery-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph {
  margin-bottom: 1em;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.success-message {
  margin-top: 1em;
  padding: 2em;
  border: 2px solid #3657cc;
  background-color: #fff5f7;
}

.error-message {
  margin-top: 1em;
  padding: 2em;
  border: 2px solid #3657cc;
  background-color: #ff4b4b;
}

.full-width-image {
  width: 100%;
  border: 2px solid #3657cc;
}

.footer-link {
  display: block;
  margin-bottom: 0.6em;
  color: #3657cc;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.social-image-link {
  position: relative;
}

.image-cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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: #fff5f7;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-bottom: 0px;
  -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;
  text-align: center;
}

.utility-page-form {
  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;
}

.text-block {
  color: #fff;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.social-media-hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  -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: hsla(0, 0%, 92.9%, 0.5);
}

.footer-text {
  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;
  color: #fff;
  font-weight: 500;
}

.link---extra-left-space {
  padding-left: 0.4em;
}

.button-2 {
  background-color: #fff;
  color: #000;
  text-align: center;
}

.button-3 {
  background-color: #fff;
  color: #000;
}

.text-block-2 {
  color: #fff;
  font-size: 50px;
}

.column {
  text-align: center;
}

.column-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  .page-wrapper {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper {
    z-index: 0;
    min-height: auto;
    margin-top: 0em;
    margin-left: 0em;
    padding-top: 0em;
    padding-left: 1em;
  }

  .main-content-wrapper {
    position: static;
    padding-right: 0em;
    padding-left: 0em;
  }

  .main-content {
    padding-right: 0em;
    padding-left: 0em;
  }

  .vertical-divider {
    width: 100%;
    height: 2px;
    margin-top: 1em;
    margin-left: 0em;
  }

  .section {
    padding-right: 0em;
    padding-left: 0em;
    border-top-style: none;
  }

  .section.coloured-section {
    margin-bottom: 0px;
  }

  .colours-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cover {
    max-height: 60vh;
    max-width: none;
    padding-right: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-media-icon-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form {
    margin-top: 1.6em;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  .content-wrapper {
    overflow: scroll;
    margin-left: 0em;
  }

  .small-text {
    line-height: 1.6em;
  }

  .side-border {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-content-wrapper {
    overflow: visible;
    margin-right: 0em;
    margin-left: 0em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .border.side {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .jewel {
    width: 1.6em;
    height: 1.6em;
  }

  .section {
    margin-bottom: 1.6em;
    padding: 2.4em 0em;
    border-color: #ededed #3657cc;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
  }

  .section.coloured-section {
    margin-left: 0px;
  }

  .cover-content-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cover {
    max-height: 60vh;
  }

  .social-media-icon-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    height: 100%;
  }

  .logo-wrapper {
    margin-bottom: 1em;
  }

  .small-text {
    font-size: 12px;
  }

  .side-border {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-content-wrapper {
    overflow: visible;
    padding-right: 0em;
    padding-left: 0em;
  }

  .border.side {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }

  .jewel {
    width: 1em;
    height: 1em;
  }

  .section {
    padding: 2.4em 1.2em;
    border: 2px none #3657cc;
  }

  .section.coloured-section {
    margin-right: 1.2em;
    margin-left: 1.2em;
  }

  .colours-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cover-content-wrapper {
    padding-right: 1em;
    padding-left: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-media-icon-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .column-2 {
    bottom: 13px;
  }

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

@font-face {
  font-family: 'Bungeeoutline';
  src: url('../fonts/BungeeOutline-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}