body {
  color: #333;
  background-color: #fffef2;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: bookmania, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: wayfinder-cf, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: bookmania, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: -12px;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: bookmania, sans-serif;
  font-size: .5em;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #555;
  margin-bottom: 20px;
  font-family: PT Sans Narrow, sans-serif;
  font-size: .9em;
}

a {
  color: #009862;
  cursor: pointer;
  text-decoration: none;
}

.subtitle {
  color: #615856;
  letter-spacing: 2px;
  text-transform: none;
  font-family: bookmania, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.col-33 {
  width: 33.333%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-33.textlinkcol {
  padding-top: 19px;
}

.link {
  color: #235076;
}

.section {
  padding: 60px 20px;
  display: block;
  position: relative;
}

.section.hero {
  padding-top: 0;
  overflow: hidden;
}

.section.footer {
  height: 100vh;
  background-color: #ee2935;
  padding-top: 100px;
}

.section.menu {
  padding-top: 140px;
}

.standfirst {
  color: #009862;
  margin-bottom: 40px;
  font-family: bookmania, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
}

.col-70 {
  width: 70%;
  margin-bottom: 15px;
  padding: 15px;
}

.pulloutquote {
  color: #009862;
  font-family: bookmania, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
}

.col-30 {
  width: 30%;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
}

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.colorbox {
  width: 150px;
  height: 150px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.colorbox.bwlightblue {
  background-color: #00add8;
}

.colorbox.bwblue {
  background-color: #009862;
}

.colorbox.lightcoral {
  background-color: #ff8d8d;
}

.colorbox.dimgrey {
  background-color: #615856;
}

.colorbox.green {
  background-color: #009862;
}

.colorbox.red {
  background-color: #ee2935;
}

.colorbox.gold {
  background-color: #fdc17e;
}

.colorbox.offwhite {
  background-color: #fffef2;
}

.col-100 {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-100.flex-vc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-100.flex-vc.masak {
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.col-100.flex-vc.top-margin-140 {
  margin-top: 140px;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.col-25 {
  width: 25%;
  margin-bottom: 15px;
  padding: 15px;
}

.invese-link, .invese-link:hover {
  color: #fff;
}

.col-wrap {
  flex-wrap: wrap;
  display: flex;
}

.col-wrap.inversecolors {
  background-color: #25bcca;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-wrap.top-margin-140 {
  margin-top: 220px;
}

.col-wrap.relative {
  position: relative;
}

.hamline {
  height: 2px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.col-50 {
  width: 50%;
  margin-bottom: 15px;
  padding: 15px;
  position: static;
}

.col-50.flex-vc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-50.flex-vc.pad90 {
  padding-left: 90px;
  padding-right: 90px;
}

.container-1170 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.container-1170.hero {
  max-width: 1170px;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.container-1170.footer {
  padding-bottom: 0;
}

.hamburgermenu {
  width: 35px;
  height: 20px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.col-40 {
  width: 40%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-40.padding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.col-40.flex-v {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.col-40.flex-vc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-40.flex-vc.pad60 {
  padding-left: 80px;
  padding-right: 80px;
}

.small-p {
  color: #aaa;
  margin-bottom: 10px;
  font-size: .8em;
  line-height: 1.3;
}

.cta-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 40px;
  font-size: 9px;
  font-weight: 600;
  transition: all .35s;
}

.cta-button:hover {
  color: #fff;
  background-color: #fdc17e;
  border-color: #fdc17e;
  text-decoration: none;
}

.cta-button.reverse {
  color: #235076;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #235076;
  border-radius: 5px;
}

.cta-button.reverse:hover {
  color: #fff;
  background-color: #235076;
}

.cta-button.reverse.bg {
  color: #fff;
  border-color: #fff;
}

.cta-button.reverse.bg:hover {
  background-color: #ff8d8d;
  border-color: #ff8d8d;
}

.col-60 {
  width: 60%;
  margin-bottom: 15px;
  padding: 15px;
}

.col-60.flex-vc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-80 {
  width: 80%;
  margin-bottom: 15px;
  padding: 15px;
}

.globalcolorwrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.col-20 {
  width: 20%;
  margin-bottom: 15px;
  padding: 15px;
}

.paragraph {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.nav-menu {
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.div-block {
  width: 100vw;
  height: 60px;
  justify-content: center;
  display: flex;
}

.nav-button {
  color: #009862;
  letter-spacing: 1px;
  align-items: center;
  padding: 15px 20px;
  font-family: bookmania, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-button:hover {
  color: #000;
}

.nav-button.hide {
  display: none;
}

.nav-button-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.main-logo {
  width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 6px;
}

.big-title-wrap {
  padding: 50px 60px;
}

.big-title {
  color: #009862;
  text-align: center;
  letter-spacing: -.04em;
  font-family: wayfinder-cf, sans-serif;
  font-size: 10em;
  line-height: .8em;
}

.big-title.w40 {
  width: 600px;
  color: #fdc17e;
}

.video {
  width: 600px;
  height: 600px;
}

.gif-10 {
  max-width: 400px;
}

.gif-1 {
  z-index: -1;
  width: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.hero-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.h3jus {
  text-align: center;
  margin-bottom: 20px;
}

.para-jus, .justify {
  text-align: center;
}

.justify.w180 {
  width: 180px;
}

.k88-mark {
  width: 25px;
}

.gif-2 {
  z-index: -1;
  width: 550px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -7%;
}

.gif-3 {
  width: 450px;
}

.gif-4 {
  z-index: -1;
  width: 300px;
  margin-left: -60px;
  position: absolute;
}

.gif-5 {
  margin-right: -60px;
}

.chineseh1 {
  color: #009862;
  text-align: center;
  letter-spacing: .1em;
  font-family: Noto Serif SC, sans-serif;
  font-size: 12em;
}

.text-block {
  width: 10em;
}

.text-block-2 {
  width: 100px;
}

.gif-6 {
  width: 250px;
}

.gif-7 {
  max-width: 600px;
}

.gif-9 {
  width: 300px;
  margin-left: 60px;
  position: absolute;
}

.heading-2 {
  text-transform: uppercase;
}

.para-wrap {
  max-width: 300px;
}

.contact {
  color: #fdc17e;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-family: bookmania, sans-serif;
  font-weight: 400;
}

.inlink {
  color: #fdc17e;
}

.inlink:hover {
  color: #000;
}

.footer-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 11px;
  display: flex;
}

.heading-3 {
  color: #009862;
}

.splash {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: #009862;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.masakan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

._0margin {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .section.menu {
    padding-top: 60px;
  }

  .standfirst {
    font-size: 20px;
    line-height: 32px;
  }

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

  .cta-button {
    font-size: 12px;
  }

  .big-title {
    font-size: 8em;
  }

  .gif-1 {
    width: 250px;
  }

  .gif-2, .gif-3 {
    width: 400px;
  }

  .gif-4 {
    width: 250px;
  }

  .gif-5 {
    margin-right: 0;
  }

  .chineseh1 {
    font-size: 10em;
  }

  .gif-9 {
    width: 250px;
    margin-left: 60px;
  }

  .inlink:hover {
    color: #000;
  }

  .masakan {
    top: 25vh;
  }
}

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

  .col-33 {
    width: 100%;
  }

  .section.footer {
    padding-top: 135px;
  }

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

  .section.masak {
    padding-bottom: 20px;
  }

  .col-70 {
    width: 100%;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .col-25 {
    width: 50%;
  }

  .col-wrap {
    flex-direction: row;
  }

  .col-wrap.top-margin-140 {
    margin-top: 140px;
  }

  .col-wrap.menu {
    flex-wrap: wrap-reverse;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.flex-vc.gif4 {
    height: 300px;
    margin-bottom: 60px;
  }

  .hamburgermenu {
    justify-content: center;
    align-items: center;
  }

  .col-40 {
    width: 100%;
  }

  .cta-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
  }

  .col-60 {
    width: 100%;
  }

  .nav-button {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 10px;
  }

  .big-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .big-title.w40 {
    width: 400px;
  }

  .gif-1 {
    width: 200px;
    top: 6%;
    bottom: auto;
    right: auto;
  }

  .gif-2 {
    width: 300px;
  }

  .gif-4 {
    margin-left: 0;
  }

  .chineseh1 {
    margin-bottom: -15px;
    font-size: 7.5em;
  }

  .gif-9 {
    margin-top: 80px;
    margin-left: 0;
  }

  .para-wrap {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.footer {
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .section.masak {
    padding-top: 20px;
  }

  .standfirst {
    font-size: 16px;
    line-height: 26px;
  }

  .col-70 {
    margin-bottom: 0;
  }

  .pulloutquote {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .col-30 {
    width: 50%;
  }

  .col-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-25 {
    width: 100%;
  }

  .container-1170 {
    padding: 0;
  }

  .col-40 {
    width: 100%;
  }

  .small-p {
    font-size: 10px;
    line-height: 16px;
  }

  .cta-button {
    font-size: 10px;
  }

  .col-60 {
    width: 100%;
  }

  .nav-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 8px;
  }

  .big-title.w40 {
    width: 300px;
  }

  .gif-1 {
    top: 18%;
    left: -20%;
  }

  .gif-3 {
    width: 100%;
  }

  .chineseh1 {
    font-size: 6em;
  }

  .heading-3 {
    font-size: 2em;
  }

  .masakan {
    margin-bottom: 60px;
  }

  .body-2 {
    font-size: 10px;
  }
}


