html {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
  color: #3a3b3b;
  line-height: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0em 0em 0em;
}

h1 { 
    font-family:'Montserrat'; color:#111111; font-size: 26px; font-style: normal; font-variant: normal; font-weight: 900; line-height: 36px; text-align: left;
} 

h2 { 
    font-family: 'Open Sans'; color:#111111; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 36px;  text-align: left  ;
} 

.h2-purchase {
  font-family: "Muli";
  color: #111111;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
h3 { 
    font-family: 'Open Sans'; color:#C54E4D; font-size: 19px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 36px;  text-align: left  ;
} 



.h3-center {
  font-family: "Open Sans";
  color: #111111;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
.h-product-details {
  font-family: "Open Sans";
  color: #111111;
  font-size: 19px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 31px;
  text-align: left;
}
h4 {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}
.h4-center {
  font-family: "Open Sans";
  color: #111111;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
}
.h4-larger {
  font-family: "Open Sans";
  color: #111111;
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
}
h5 { 
    font-family: 'Montserrat'; color:#111111; font-size: 23px; font-style: normal; font-variant: normal; font-weight: 600 ; line-height: 36px;  text-align: left;
} 

h6 {
  font-family: "Muli";
  font-size: 16px;
  color: #444444;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
p {
  font-family: "Muli";
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.p-red {
  font-family: "Muli";
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #ee0909;
}
.p-product-details {
  font-family: "Muli";
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
}
.free-shipping {
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.p-center {
  font-family: "Open Sans";
  font-size: 17px;
  color: #111111;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}

    .content-form{
    width: 480px;
    margin: 0 auto;
    position: absolute;
    }
.nav-menu {
  font-family: "Muli";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}
.est-center {
  font-family: "Muli";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.list-font {
  font-family: "Muli";
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}
blockquote {
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

a {
  color: #0083e8;
}

b,
strong {
  font-weight: 600;
}

samp {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(26, 25, 24);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-family: "Muli";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

img {
  background: transparent;
  border: 0px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: block;
  margin: auto;
  max-width: 100%;
}

.home-image {
  max-width: 1080px;
  height: 520px;
  background: url("IMG/buy-organic-thai-black-rice.jpg");
  background-repeat: no-repeat;
  margin: 0 auto;
}

.logo {
  width: 216px;
  height: 59px;
  background: url("IMG/logo.jpg") top center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.dropdown-menu {
  line-height: 40px;
}
.head-fluid1 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.head-fluid {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;

  padding-left: 10px;
}
.textwrapper1 {
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding-top: 8px;
  padding-bottom: 0px;
  padding-right: 70px;
  padding-left: 20px;
  margin-bottom: 100px;
}
.textwrapper {
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-filter: opacity(80%);
}
.w3-button {
  margin-left: 5px;
  margin-right: 5px;
}
.button {
    display: inline-block;
    padding-top: 0px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;	
    text-decoration: none;
    outline: none;
    color: rgb(255, 255, 255);
    background-color: #379683;
    border: none;
  }
.button:hover {
    background-color: #379683;
  color: rgb(255, 255, 255);
}
.button:active {379683
    background-color: #379683;
    transform: translateY(3px);
  }
.form-content{
    margin-top: 5px, 5pt,5cm;
  }
  .form-button{
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #379683;
    color: #fff6f6;
    background: #379683;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
.mySlides {
  display: none;
}
.carousel-control {
  color: white;
  width: 15%;
  opacity: 0.5;
}
.carousel-control-hover {
  opacity: 0.9;
}
.carousel-control-transition {
  opacity: 0.15s ease;
}
.carousel-indicator {
  width: 30px;
  height: 3px;
  opacity: 0.5;
}
.carousel-indicator-active {
  background-color: white;
  opacity: 1;
}
.carousel-indicator-transition {
  opacity: 0.6s ease;
}
.carousel-caption {
  width: 70%;
  color: white;
}
.carousel-control-icon {
  width: 2rem;
}
@media screen and (max-width: 3840px) {
  .main-content {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .footer-content {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .main-home {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .home-column {
    max-width: 75%;
    margin: 0 auto;
    position: relative;
  }
  .testimonials {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .img-home-fixed {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .img-home-fixed {
    max-width: 1000px;
    height: 650px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
  }
  .img-txt {
    width: 55%;
    margin: 0 auto;
    position: relative;
  }
  .img-landscape {
    width: 70%;
    margin: 0 auto;
    position: relative;
  }
  .img-portrait {
    width: 540px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 1080px) {
.content65{
    width: 70%;
    margin: 0 auto;
    position: relative;
    }
    .content40{
    width: 500px;
    margin: 0 auto;
    position: relative;
    }
  .main-content {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .footer-content {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .main-home {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .main-column {
    max-width: 75%;
    margin: 0 auto;
    position: relative;
  }
  .testimonials {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .img-home-fixed {
    max-width: 800px;
    height: 650px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
  }
  .img-landscape {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .img-portrait {
    width: 540px;
    margin: 0 auto;
    position: relative;
  }
  .img-txt {
    width: 55%;
    margin: 0 auto;
    position: relative;
  }
  @media screen and (max-width: 765px) {
     .content40{
    width: 70%;
    margin: 0 auto;
    position: relative;
    }
    .main-content {
      max-width: 90%;
      margin: 0 auto;
      position: relative;
    }
    .home-image {
      max-width: 1080px;
      height: 520px;
      background: url("IMG/buy-organic-black-thai-rice.jpg");
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    .footer-content {
      max-width: 50%;
      margin: 0 auto;
      position: relative;
    }
    .main-home {
      max-width: 100%;
      margin: 0 auto;
      position: relative;
    }
    .site-footer-link-txt {
      color: #000000;
      font-family: "Muli";
      font-size: 18px;
      font-style: normal;
      font-variant: normal;
      font-weight: 500;
      line-height: 28px;
      text-align: center;
    }
    .logo {
      width: 150px;
      height: 41px;
      background: url("IMG/logo.jpg") top center;
      background-size: cover;
      position: relative;
      background-repeat: no-repeat;
      margin: 0 auto;
    }
    .testimonials {
      width: 100%;
      margin: 0 auto;
      position: relative;
    }
    .order-black-rice-online {
      max-width: 1280px;
      height: 350px;
      background: url("IMG/order-black-rice-online2.jpg") top center;
      background-size: cover;
      position: relative;
      background-repeat: no-repeat;
      object-fit: cover;
      object-position: center;
      margin: 0 auto;
    }
    .img-home {
      width: 100%;
      margin: 0 auto;
      position: relative;
    }
    .img-landscape {
      width: 90%;
      margin: 0 auto;
      position: relative;
    }
    .img-portrait {
      width: 100%;
      margin: 0 auto;
      position: relative;
    }
    .img-txt {
      width: 55%;
      margin: 0 auto;
      position: relative;
    }
    .seed-saved {
      width: 95%;
      margin: 0 auto;
      position: relative;
    }
  }
  .container-2-columns {
    display: grid;
    max-width: 100%;
    text-align: left;
  }

  .container-2-columns-right {
    display: grid;
    max-width: 100%;
    text-align: right;
  }
  .container2-fluid {
    text-align: center;
    margin: 0 auto;
  }
}

div.submit {
  text-align: center;
  font-size: 25px;
}

.site-footer {
  background-color: #ffffff;
  padding: 0 0 0;
  color: #000000;
  font-family: "Muli";
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  width: 100;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.footer-links {
  padding-right: 0;
  padding-left: auto;
  list-style: none;
}
.site-footer a {
  color: #000000;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #000000;
}

input[type="text"],
select {
  width: 100%;
  padding: 12px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #2db57d;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

