:root {
  --white: white;
  --black: black;
}

.homepage-wrapper {
  background-color: #073833;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93vh;
  display: flex;
}

.navbar {
  background-color: #fff;
  border-bottom: 3px solid #f4bd4d;
}

.nav-page {
  color: #073833;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.nav-page:hover {
  color: #f4bd4d;
}

.brand {
  padding-top: 7px;
}

.homepage-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.white-large-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.image {
  padding-bottom: 0;
}

.div-block {
  width: 100%;
  height: auto;
}

.black-title {
  color: #073833;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.standard-text {
  color: #475668;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.who-we-are {
  background-color: #dde6eb;
  padding: 100px;
}

._30spacer {
  width: 100%;
  height: 30px;
  line-height: 40px;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.gallery {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-block {
  background-color: #d6d3d3;
  width: 200px;
  height: 200px;
  margin: 10px;
  padding-left: 0;
}

.menu {
  letter-spacing: 2px;
  background-color: #073833;
  padding: 100px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.white-title {
  color: #f4bd4d;
  text-align: center;
  letter-spacing: 10px;
  font-family: Varela, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.menu-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.menu-text {
  color: #fff;
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-2 {
  color: #fff;
  line-height: 30px;
}

.get-in-touch {
  background-color: #dde6eb;
  padding: 100px;
}

.google-map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.code-embed {
  background-color: #dde6eb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.image-2 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
}

.image-3 {
  display: none;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92vh;
  display: flex;
}

.menu-title {
  color: #e2a725;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.menu-item-title {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.white-menu-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.white-menu-title.black {
  color: #475668;
}

.white-menu-description {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
}

.white-menu-description.black {
  color: #475668;
}

.title-description {
  color: #e2a725;
  text-align: center;
  padding-top: 5px;
}

.what-we-offer {
  background-image: url('../images/whatweoffer_background.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.box-holder {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.box {
  background-image: linear-gradient(#ffffff96, #ffffff96);
  border-radius: 6px;
  width: 300px;
  height: 250px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.box-title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.box-text {
  color: #1d1d1d;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.mstitacoffee {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.gallery-scroll {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #e2a725;
  letter-spacing: 10px;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.bbq_menu {
  background-image: url('../images/BBQ_menu_background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .homepage-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container {
    max-width: 728px;
  }

  .gallery-block {
    height: 100px;
  }

  .menu {
    padding-left: 50px;
    padding-right: 20px;
  }

  .row {
    flex-flow: column;
  }

  .column {
    width: 100%;
    padding-bottom: 60px;
  }

  .white-menu-title {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .who-we-are {
    padding-left: 50px;
    padding-right: 50px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

  .menu-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-3 {
    display: inline-flex;
  }

  .image-4 {
    display: block;
  }

  .menu-title {
    line-height: 40px;
  }

  .box-holder {
    flex-flow: column;
    padding-bottom: 0;
  }

  .box {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .homepage-wrapper {
    height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .black-title {
    text-align: center;
    line-height: 40px;
  }

  .standard-text {
    color: #073833;
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .who-we-are {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .white-title {
    line-height: 40px;
  }

  .menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-text, .text-block-2 {
    font-size: 10px;
  }

  .get-in-touch {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    width: 70%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd77-6e2dd81b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd78-6e2dd81b, #w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd79-6e2dd81b, #access-dash.w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd7c-6e2dd81b, #w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd7d-6e2dd81b, #lead-retrieval.w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd80-6e2dd81b, #w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd81-6e2dd81b, #lead-scoring.w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd84-6e2dd81b, #w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd85-6e2dd81b, #sponsored-sections.w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd88-6e2dd81b, #w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd89-6e2dd81b, #sponsored-sections.w-node-_14e287a1-e3c8-c400-9526-88c6d7e0e166-6e2dd81b, #sponsored-sections.w-node-_2ce2aa8d-e444-870b-9a22-6add2f8b34fc-6e2dd81b, #sponsored-sections.w-node-_1671fb6a-be42-9288-3fc5-4a807eb51e6b-6e2dd81b, #sponsored-sections.w-node-aab41f69-c851-f3f2-600c-5d77b5285e2c-6e2dd81b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_14b9c67f-acdd-326c-7e90-1b31dc74dd77-6e2dd81b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
