/* Text Elements */

h1.hero-heading {
  visibility: visible;
  margin-top: 0;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 40px;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1.1;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 0;
}

h2.heading-1 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  font-family: 'Chakra Petch', sans-serif;
}

h3.sublink-header {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #000;
  text-align: left;
  font-size: 20px;
  font-family: 'Chakra Petch', sans-serif;
}

h3.heading-2 {
  font-size: 20px;
  font-family: 'Chakra Petch', sans-serif;
}

h4.heading-5 {
  text-align: center;
  font-size: 20px;
}

p.paragraph.text-paragraph {
  font-family: 'Chakra Petch', sans-serif;
}

ol.order-list.carousel-indicators {
  list-style-type: none;
}

a.link-text.nav-item-dd {
  float: left;
  padding: 14px 8px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Chakra Petch', sans-serif;
}

a.link-text.sublinks {
  padding: 10px 10px 10px 0;
  color: #000;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 13px;
}

a.link-text.nav-link-logo {
  float: left;
  padding: 14px 8px 14px 0;
  color: #fa4c00;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  font-family: Agency, Arial, sans-serif;
}

a.link-text span.text-link-text-1 {
  font-family: 'Chakra Petch', sans-serif;
}

a.link-text.nav-item-dd:hover {
  background-color: transparent;
  color: #ff4a00;
  text-decoration: none;
}

a.link-text.sublinks:hover {
  font-weight: 600;
}

a.link-text.nav-link-logo:hover {
  background-color: transparent;
  text-decoration: none;
}

/* Interaction Elements */

a.link-button.hero-button {
  margin-top: 24px;
  padding: 16px 32px;
  width: 100%;
  border-top: 0 solid #000;
  background-color: #fff;
  box-shadow: none;
  color: #1f2029;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Chakra Petch', sans-serif;
}

a.link-button.hero-button:hover {
  background-color: #ececec;
  box-shadow: none;
  color: #1f2029;
}

/* Layout Elements */

body.body-2 {
  display: block;
}

div.responsive-picture.slide-img {
  min-height: 100vh;
  max-width: none;
  width: 100vw;
  height: 100vh;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll, scroll, scroll;
  background-position: left top, left top, left top, left top;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box, padding-box;
  background-size: auto auto, auto auto, auto auto, auto auto;
  background-repeat: repeat, repeat, repeat, repeat;

  background-blend-mode: normal, normal, normal, normal;
}

a.glyph.carousel-control.left {
  position: absolute;
  top: 50vh;
  right: auto;
  bottom: auto;
  left: 16px;
  z-index: 99;
  max-width: 100px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: #000 2px 2px 5px;
  font-size: 30px;
  line-height: 30px;
}

.container-grid.carousel.slide {
  min-height: 100vh;
}

.container-grid.carousel-inner {
  min-height: 100vh;
}

.container-grid.active.carousel-item {
  min-height: 100vh;
}

div.responsive-picture.slide-img > picture {
  height: 100vh;
}

div.responsive-picture.slide-img > picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% center;
     object-position: 50% center;
}

.container-grid.holding-container-dd {
  position: relative;
  top: 16px;
  z-index: 100;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  min-height: 0vh;
  max-width: 1024px;
  width: 95%;
}

.container-grid.navwrap-dd {
  position: fixed;
  right: auto;
  left: auto;
  z-index: 10;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 60px;
  max-width: 1024px;
  width: 95%;
  vertical-align: middle;
}

.container-grid.navbar-dd {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-align: center;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 60px;
  max-width: 1024px;
  width: 99.9%;
  border-radius: 0;
  background-color: #fff;
  color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.dropdown-bootstrap {
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-grid.dropdown-content-bootstrap {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  display: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
  width: 100%;
}

.container-grid.mega-header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 16px;
  min-height: 100px;
  max-width: 1024px;
  width: 100%;
  background-color: #000;
  box-shadow: none;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container-grid.category-holder {
  display: grid;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 16px;
  max-width: 1024px;
  width: 100%;
  background-color: #fff;

  grid-template-columns: 1fr;
  grid-template-rows: repeat(3 , auto);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.category {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  max-width: 960px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-description {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.container-grid.section-description {
  padding: 48px 16px;
}

.container-grid.container-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-height: auto;
  max-width: 1280px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container-grid.social-footer-wrapper {
  margin-top: 0;
}

.container-grid.footer {
  padding: 24px 16px;
  background-color: #fff;
}

a.social-image.social-icon {
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  max-width: 30px;
  border-radius: 50px;
  background-color: #ff4a00;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

.container-grid.container-footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 24px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-galley {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 80vh;
  background-image: url('../images/bathsmall.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: url('../images/bathsmall.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: url('../images/bathsmall.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: url('../images/bathsmall.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 100vh;
  background-color: #fff;
  background-image: url('../images/baysmall.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.picture-container {
  max-width: none;
}

a.responsive-picture.lightbox-image {
  max-width: none;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.lightbox2-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.container-grid.multiple-images {
  display: grid;
  margin-right: auto;
  margin-left: auto;

  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6 , auto);
}

.html-element.html-element-1 {
  visibility: hidden;
}

.container-grid.body.hero-galley {
  background-image: url('../images/ts3.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: url('../images/ts3.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: url('../images/ts3.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: url('../images/ts3.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container-grid.body.hero-description.hero-galley {
  background-image: url('../images/jy1small.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

a.glyph.carousel-control.right {
  position: absolute;
  top: 50vh;
  right: 16px;
  bottom: auto;
  left: auto;
  z-index: 99;
  display: block;
  min-height: auto;
  max-width: 100px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  text-shadow: #000 2px 2px 5px;
  font-size: 30px;
}

a.social-image.social-icon:hover {
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (min-width: 29rem) {
  /* Text Elements */

  h3.heading-2 {
    font-size: 20px;
    font-family: 'Chakra Petch', sans-serif;
  }

  /* Interaction Elements */

  a.link-button.hero-button {
    width: auto;
  }

  /* Layout Elements */

  body.hero-galley {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.category-holder {
    grid-template-columns: repeat(3 , 1fr);
    grid-template-rows: auto;
  }

  .container-grid.multiple-images {
    grid-template-columns: repeat(2 , auto);
    grid-column-gap: 16px;
  }

  .container-grid.navbar-dd {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container-grid.hero-galley {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    grid-template-columns: auto;
    grid-template-rows: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.body {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll, scroll, scroll;
    background-position: left top, left top, left top, left top;
    background-clip: border-box, border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat, repeat, repeat, repeat;

    background-blend-mode: normal, normal, normal, normal;
  }

  .container-grid#container-1 {
    background-image: url('../images/bathsmall.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/bathsmall.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/bathsmall.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/bathsmall.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.body.hero-galley {
    background-image: url('../images/ts3.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.body.hero-description.hero-galley {
    background-image: url('../images/jy1small.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.container-13.hero-galley {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h3.heading-2 {
    font-size: 20px;
    font-family: 'Chakra Petch', sans-serif;
  }

  a.link-text.nav-link-logo {
    font-family: 'Chakra Petch', sans-serif;
  }

  .container-grid.hero-galley {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.body.hero-description.hero-galley {
    background-image: url('../images/jy1small.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1small.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1small.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1small.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid#container-1 {
    background-image: url('../images/im4.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/im4.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/im4.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/im4.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 64px;
  }

  h3.heading-2 {
    font-size: 20px;
    font-family: 'Chakra Petch', sans-serif;
  }

  a.link-text.nav-item-dd {
    padding-right: 16px;
    padding-left: 16px;
  }

  a.link-text.nav-link-logo {
    padding-right: 16px;
    padding-left: 0;
  }

  .container-grid.holding-container-dd {
    top: 16px;
    right: auto;
    left: auto;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    vertical-align: baseline;
  }

  .container-grid.navwrap-dd {
    position: fixed;
    margin-right: auto;
    margin-left: auto;
  }

  .container-grid.hero-about {
    min-height: 80vh;
    background-image: url('../images/bay.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.multiple-images {
    grid-template-columns: repeat(3 , auto);
  }

  .container-grid.body.hero-description.hero-galley {
    background-image: url('../images/jy1.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.hero-galley {
    background-attachment: scroll;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h1 span.heading-text-2 {
    font-size: 3.5625rem;
  }

  h3.heading-2 {
    font-size: 20px;
    font-family: 'Chakra Petch', sans-serif;
  }

  .container-grid.navbar-dd {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
  }

  .container-grid.mega-header {
    width: 100%;
  }

  .container-grid.container-footer-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    max-width: 1024px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container-grid.social-footer-wrapper {
    margin-top: 0;
  }

  .container-grid.container-footer-social {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.body.hero-galley {
    background-image: url('../images/ts3.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container-grid.body.hero-description.hero-galley {
    background-image: url('../images/jy1.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/jy1.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.hero-galley {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.hero-about {
    background-image: url('../images/bay.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h3.heading-2 {
    font-size: 20px;
    font-family: 'Chakra Petch', sans-serif;
  }

  .container-grid.footer {
    background-color: #fff;
  }

  .container-grid.container-footer-wrapper {
    -ms-flex-pack: justify;
    max-width: 1024px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container-grid.social-footer-wrapper {
    margin-top: 0;
  }

  a.social-image.social-icon {
    background-color: #ff4a00;
  }

  .container-grid.container-footer-social {
    margin-top: 0;
  }

  .container-grid.hero-galley {
    min-height: 80vh;
  }

  .container-grid.hero-about {
    min-height: 80vh;
    background-image: url('../images/bay.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/bay.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/bay.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/bay.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container-grid.lightbox2-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
  }

  a.responsive-picture.lightbox-image {
    max-width: none;
  }

  .container-grid.multiple-images {
    display: grid;
  }

  .container-grid.body.hero-galley {
    background-image: url('../images/ts3.jpg'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), -webkit-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/ts3.jpg'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), -moz-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/ts3.jpg'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), -o-linear-gradient(bottom, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: url('../images/ts3.jpg'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), url('../images/jy1.jpg'), url('../images/im3.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: scroll, scroll, scroll, scroll, scroll;
    background-position: left top, left top, left top, left top, left top;
    background-clip: border-box, border-box, border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat, repeat, repeat, repeat, repeat;

    background-blend-mode: normal, normal, normal, normal, normal;
  }

  .container-grid.container-13.hero-galley {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}


/*Custom Fonts Definitions*/

@font-face {
	font-family: Agency;
	src: url('../custom_fonts/AGENCYR.TTF') format('TTF');
	font-weight: normal;
	font-style: normal;
}
