:root {
  --crimson: #5a8d1d;
  --dark-orange: #f28125;
  --white: white;
  --dark-slate-grey: #3c3c3c;
  --green: var(--crimson);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
}

.body {
  color: #3c3c3c;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.button {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  text-align: center;
  border-radius: 50px;
  width: 200px;
  margin-right: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.button:hover {
  color: var(--crimson);
  background-color: #0000;
}

.food-storeroom {
  background-color: #f2f2f2;
  padding-top: 116px;
  padding-bottom: 70px;
}

.title-1 {
  color: var(--crimson);
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.title-1.center {
  text-align: center;
  -webkit-text-stroke-color: var(--crimson);
}

.fs-columns {
  margin-top: 73px;
  display: flex;
}

.fs-left {
  align-self: center;
  width: 50%;
  margin-right: 70px;
}

.fs-right {
  align-self: center;
  width: 50%;
}

.fs-image {
  width: 100%;
}

.fl-p {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.footer {
  background-color: #f2f2f2;
  padding-top: 53px;
  padding-bottom: 65px;
}

.ftr-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  width: 300px;
}

.ftr-head-h3 {
  color: var(--crimson);
  margin-bottom: 29px;
  font-size: 45px;
  font-weight: 400;
}

.cont-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.adress {
  font-weight: 300;
}

.adress.last {
  margin-top: 14px;
}

.supp-link {
  color: var(--dark-orange);
  text-decoration: none;
}

.supp-link:hover {
  color: var(--crimson);
}

.copy {
  background-color: var(--crimson);
  padding-top: 14px;
  padding-bottom: 14px;
}

.copy-p {
  color: var(--white);
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
}

.hero2 {
  background-image: linear-gradient(#4b494940, #4b494940), url('../images/slider1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  min-height: 1000px;
  padding-top: 15px;
  padding-bottom: 71px;
}

.nav-menu-2 {
  background-color: #ffffffe8;
  border-radius: 17px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.navbar-2 {
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.phone {
  color: #62a511;
  -webkit-text-stroke-color: var(--crimson);
  font-size: 18px;
}

.brand {
  background-color: #fffffff2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
}

.socialmediagrid {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: .8;
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.heading-2, .heading-3 {
  text-align: center;
}

.nourishsub {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-links {
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: block;
}

.subtitle-2 {
  font-weight: 300;
}

.subtitle-3, .itemtitle {
  font-weight: 600;
}

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

@media screen and (max-width: 991px) {
  .food-storeroom {
    margin-top: -541px;
  }

  .fs-image {
    object-fit: cover;
    height: 400px;
  }

  .fl-p, .adress {
    width: 70%;
  }

  .hero2 {
    background-position: 50% 0;
    background-size: 100%;
  }

  .menu-button {
    background-color: #fffefe;
  }

  .socialmediagrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sm-icon-link {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .food-storeroom {
    margin-top: -659px;
    padding-top: 128px;
  }

  .title-1.center {
    line-height: 60px;
  }

  .fs-columns {
    flex-direction: column;
  }

  .fs-left {
    width: 100%;
    padding-left: 5%;
  }

  .fs-right {
    width: 100%;
    margin-top: 50px;
  }

  .fs-image {
    object-fit: fill;
  }

  .fl-p {
    width: 100%;
  }

  .footer {
    padding-bottom: 40px;
  }

  .ftr-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .ftr-content {
    margin-bottom: 70px;
  }

  .hero2 {
    background-image: url('../images/slider1.jpg'), linear-gradient(#0000002e, #0000002e);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .socialmediagrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .food-storeroom {
    margin-top: -811px;
    padding-top: 107px;
  }

  .title-1.center {
    font-size: 50px;
    line-height: 50px;
  }

  .fs-columns {
    margin-top: 43px;
  }

  .fs-left {
    padding-left: 15%;
  }

  .fs-image {
    height: auto;
  }

  .image {
    width: 130px;
  }

  .ftr-head-h3 {
    font-size: 32px;
  }

  .adress {
    width: 80%;
  }

  .adress.last {
    width: 100%;
  }

  .brand {
    width: 100px;
  }

  .heading {
    overflow-wrap: break-word;
  }

  .socialmediagrid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_4a4d2c33-82dc-f515-a915-044e4d4174cd-cdaace6d, #w-node-_4a4d2c33-82dc-f515-a915-044e4d4174d5-cdaace6d, #w-node-_4a4d2c33-82dc-f515-a915-044e4d4174d9-cdaace6d, #w-node-_4a4d2c33-82dc-f515-a915-044e4d417505-cdaace6d {
  justify-self: center;
}


