@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


    
    
    

    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;        
    }
    
    
    
    .tamale{
        width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,203,107);
background: linear-gradient(180deg, rgba(255,203,107,1) 0%, rgba(255,253,222,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    
    .sun{
        width: 80vw;
        height: 80vw;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        border-radius:40vw;
        position: absolute;
        z-index: 0;
        top: 55vh;
        right: 10vw;
        filter: blur(8px);
          -webkit-filter: blur(8px);
    }
    
    
    
    
    
    .clouds{
         width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 5;
    }
    
    
    .cloud{
        position:absolute;
        z-index:10;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/Clouds-01.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    
    .cloud1{
        width: 60vw;
        height: 30vh;
        left: -25vw;
        top: 0vh;
        filter: blur(1px);
  -webkit-filter: blur(1px);
     animation-duration: 30s;
        animation-name: cloud1move;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
    
}

@keyframes cloud1move {
  0%   {left: -25vw;}
  100%  {left: -15vw;}
}
    

@keyframes cloud2move {
  0%   {right: 15vw;}
  100%  {right: -5vw;}
}


@keyframes leaf {
  0%   {transform: scale(1.0,1.0);
        transform: rotate(0);
        right: 0;
    }
  100%  {transform: scale(1.05,1.05);
        transform: rotate(15deg);
        right: -.5em;
    }
}
    
    
    .cloud2{
        width: 40vw;
        height: 20vh;
        right: 15vw;
        top: 32vh;
        opacity: .8;
        filter: blur(3px);
      -webkit-filter: blur(3px);
          animation-duration: 30s;
        animation-name: cloud2move;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
          animation-direction: alternate;
    }

       
    
    
    
    .birds{
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 10;
        margin: 40vh auto auto;
    }
    
    
    
    
    .ridge{
        position: absolute;
        height: 30%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        bottom: 0;
        left: 0;
        background-image: url("../img/ridge.svg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        margin:0;
        paddding:0;
    }
    
    
    
    
    
    
    
    
    
    
    .leaves{
         width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 10;
    }
    
    
    .leaf{
        position:absolute;
        z-index:10;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    

    
    .leave1{
        width: 30vw;
        height: 40vh;
        right: 0;
        top: 20vh;
        background-image:url("../img/LeavesArtboard-1.svg");
        background-position: right;
           animation-duration: 5s;
        animation-name: leaf;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
        transform-origin: center right;
    }
    
    
    .leave2{
          width: 30vw;
        height: 20vh;
        left: 0;
        bottom: 0vh;
        background-image:url("../img/LeavesArtboard-2.svg");
        background-position: left;
        display: none;
       
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .tamale-product{
        height: 70vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,203,107);
background: linear-gradient(180deg, rgba(255,203,107,1) 0%, rgba(255,220,138,1) 53%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 30;
        margin-top:-.2em;
    }
    
    
    
    
    .mainslider{
        width: 90%;
        height: 85vh;
        display: block;
        float: left;
        position: relative;
        z-index: 30;
        margin: -70vh 5%;
    }
    
    
    
    .slide{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    .slide-left{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 12vh 5% auto;
    }
    
    
    
    .slide-right{
        width: 100%;
        margin: auto auto auto -20%;
        height:40vh;
        display: block;
        float: left;
        clear: none;
        background-position: bottom left;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    
    
    
    .watchstory{
        display: block;
        float: right;
        clear: none;
        width:auto;
        height: auto;
        margin-left: 7.5vw;
        margin-top: -10vh;
    }
    
    
    
  
    
    
    
     .watcvideo{
        height: 7em;
        width: 7em;
        display: inline;
        float: right;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 7.5em;
         transition: all .3s;
         position: relative;
         z-index: 1000;
         transform-origin: center;
         margin: auto 10vw;
    }
    
    
    
    .watcvideo i{
        font-size: 2em;
        color: #fff;
        /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .watchstory h5{
        display:block;
        margin: 1em;
        float: right;
        clear: both;
        width: auto;
        height: auto;
        text-align: right;
    }
    
    
    
    .watchstory:hover .watcvideo{
        height: 8em;
        width: 8em;
        display: inline;
        float: right;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 7.5em;
        transition: all .3s;
          
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .discover{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        margin: 0;
    }
    
    
    
    .discoverslider{
        width: 110vw;
        height: 110vw;
        border-radius: 65vw;
        background-color: aliceblue;
        margin: auto auto auto -5vw;
        display: block;
        float: left;
        clear: none;
        overflow: hidden;
    }
    
    
    .discoverslider .swiper-slide{
        background-size: cover;
    }
    
    
    
    .discover-details{
        display: block;
        float: left;
        clear: none;
        width: 90vw;
        height: auto;
        margin: 15vh auto 8vh 5vw;
    }
    
    
    .discover-details .textgold{
        margin: 0em auto;
        line-height: .9em;
        font-weight: 100;
        
    }
    
    
    
    .discover-tags{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        margin: 5vh auto;
    }
    
    

    
    .tag{
        display: block;
        float: left;
        clear: none;
        width: 25vw;
        height: 25vw;
        border-radius: 10vh;
        margin: .5em;
         /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        text-align: center;
        line-height: 
    }
    
    
    .tag h5{
         line-height: .7em;
        margin: 0;
    }
    
    
    .tagnat{
        background-color: #48B545;
        color: #fff;
    }
    
    .tagref{
        background-color: #FFE19B;
        color: #634E42;
    }
    
    .tagski{
        background-color: #F4F4F4;
        color: #634E42;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .productview-home{
        width: 90%;
        height: 90vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        margin: 100vh 5vw auto;
    }
    
    
    
    .pv-slide{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    
    
    .pv-left{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        display: block;
        margin: 00vh auto auto auto;
    }
    
    
    .pv-left .textgold{
        float: left;
        clear: none;
        display: inline-block;
    }
    
    
    .pv-left button{
        margin-top: 0em;
        float: right;
        display: inline-block;
        font-size: .9em;
    }
    
    
    .pv-left hr{
        margin: 1em auto 3em;
        background-color: #8A7A6B;
    }
    
    
    .pv-right{
        width:100%;
        height: 40vh;
        float: right;
        clear: none;
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        z-index: 10;
        right: 0;
        bottom: 0;
    }
    
    
    
    .pv-look{
        width: 60vw;
        height: 60vw;
        border-radius: 40vw;
        float: right;
        clear: none;
        display: none;
        position: absolute;
        z-index: 0;
        right: 20vw;
        top: auto;
        bottom: 0em;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }   
    
    
    
    
    
    
    
    
    
    
    
    
    
    .nkutomarquee{
        font-family: 'Marcellus SC', serif;
        font-size: 15em;
        width: 100%;
        height: auto;
        margin: 0vh auto;
        color: #D3D3D3;
    }
    
    
    

    .story{
        width: 100%;
        height: 90vh;
        display: block;
        float: left;
        clear: none;
        background-color: #F3F3F3;
        margin: auto auto 5vh auto;
    }
    
    
    .story-img{
        width: 100%;
        height: calc(45% + 2em);
        display: block;
        float: left;
        margin: -1em auto auto 0%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/mothers.png");
        border-radius: 1em;
    }
    
    
    
    .story-text{
        width: 80%;
        height: auto;
        margin: 2em 10% 2em;
        float: left;
        display: block;
        clear: none;
    }
    
    
    
    
    
    
    
    
    
    
    .blog-home{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        margin: 10vh 7.5vw auto;
        padding: 0;
    }
    
    
    
    
    
    .blogslide{
        width: 100%;
        height: 40vh;
        display: block;
        float: left;
        clear: none;
        margin: 10vh auto;
    }
    
    

    .swiper-wrapper{
        position: relative;
        z-index: 100;
        background-color: transparent;
        overflow-y: visible;
    }
    
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
        overflow-y: visible;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
        background-color: #fff;
    }

   
    
    .blog{
        width: calc(90% - 10em);
        height: calc(60vh - 3em);
        padding: 1.2em;
        display: block;
        float: left;
        clear: none;
        border-radius: 1em;
        border: solid 1px #000;
        cursor: pointer;
    }
    
    
    
    
        .blog:hover{
        background-color: white;
        padding: 2em;
        border:0;
        -webkit-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
    }
    
    
    
    
    .blog button{
        margin: 2em 0 0;
    }
    
    .blog button i{
        font-size: 0;
        transition: all .3s;
        transform-origin: center;
    }
    
    
    .blog:hover button i{
        font-size: 1em;
        transition: all .3s;
        transform-origin: center;
        margin-left: 1em;
    }
    
    
    
    
    .blog-home h1{
        color: #D7D7D7;
    }
    
    
    






	

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
    
    
    
    
    
        
    

    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;        
    }
    
    
    
    .tamale{
        width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,203,107);
background: linear-gradient(180deg, rgba(255,203,107,1) 0%, rgba(255,253,222,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    
    .sun{
        width: 40vw;
        height: 40vw;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        border-radius:20vw;
        position: absolute;
        z-index: 0;
        top: 35vh;
        right: 10vw;
        filter: blur(8px);
  -webkit-filter: blur(8px);
    }
    
    
    
    
    
    .clouds{
         width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 5;
    }
    
    
    .cloud{
        position:absolute;
        z-index:10;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/Clouds-01.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    
    .cloud1{
        width: 60vw;
        height: 30vh;
        left: -25vw;
        top: 5vh;
        filter: blur(1px);
  -webkit-filter: blur(1px);
     animation-duration: 30s;
        animation-name: cloud1move;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
    
}

@keyframes cloud1move {
  0%   {left: -25vw;}
  100%  {left: -15vw;}
}
    

@keyframes cloud2move {
  0%   {right: 30vw;}
  100%  {right: 15vw;}
}


@keyframes leaf {
  0%   {transform: scale(1.0,1.0);
        transform: rotate(0);
        right: 0;
    }
  100%  {transform: scale(1.05,1.05);
        transform: rotate(15deg);
        right: -.5em;
    }
}
    
    
    .cloud2{
        width: 40vw;
        height: 20vh;
        right: 30vw;
        top: 25vh;
        opacity: .8;
              filter: blur(3px);
  -webkit-filter: blur(3px);
          animation-duration: 30s;
        animation-name: cloud2move;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
    }

       
    
    
    
    .birds{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 10;
        margin: auto auto auto;
    }
    
    
    
    
    .ridge{
        position: absolute;
        height: 30%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        bottom: 0;
        left: 0;
        background-image: url("../img/ridge.svg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        margin:0;
        paddding:0;
    }
    
    
    
    
    
    
    
    
    
    
    .leaves{
         width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 10;
    }
    
    
    .leaf{
        position:absolute;
        z-index:10;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    

    
    .leave1{
        width: 40vw;
        height: 40vh;
        right: 0;
        top: 20vh;
        background-image:url("../img/LeavesArtboard-1.svg");
        background-position: right;
           animation-duration: 5s;
        animation-name: leaf;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
        transform-origin: center right;
    }
    
    
    .leave2{
          width: 30vw;
        height: 20vh;
        left: 0;
        bottom: 0vh;
        background-image:url("../img/LeavesArtboard-2.svg");
        background-position: left;
        display: none;
       
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .tamale-product{
        height: 70vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,203,107);
background: linear-gradient(180deg, rgba(255,203,107,1) 0%, rgba(255,220,138,1) 53%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 30;
        margin-top:-.2em;
    }
    
    
    
    
    .mainslider{
        width: 85%;
        height: 85vh;
        display: block;
        float: left;
        position: relative;
        z-index: 30;
        margin: -70vh 7.5%;
    }
    
    
    
    
    .slide{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    .slide-left{
        width: 50%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 20vh auto;
    }
    
    
    
    .slide-right{
        width: 45%;
        height:100%;
        display: block;
        float: right;
        clear: none;
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: auto;
    }
    
    
    
    
    
    
    
    
    
    
    .watchstory{
        display: block;
        float: left;
        clear: none;
        width:auto;
        height: auto;
        margin-left: 7.5vw;
        margin-top: auto;
    }
    
    
    
  
    
    
    
     .watcvideo{
        height: 15em;
        width: 15em;
        display: inline;
        float: left;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 7.5em;
         transition: all .3s;
         position: relative;
         z-index: 1000;
         transform-origin: center;
         margin: auto;
    }
    
    
    
    .watcvideo i{
        font-size: 4em;
        color: #fff;
        /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .watchstory h5{
        display: inline;
        margin: 1em;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        text-align: left;
    }
    
    
    
      .watchstory:hover .watcvideo{
        height: 12em;
        width: 12em;
        display: inline;
        float: left;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 7.5em;
        transition: all .3s;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .discover{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        margin: 0;
    }
    
    
    
    .discoverslider{
        width: 55vw;
        height: 55vw;
        border-radius: 27.25vw;
        background-color: aliceblue;
        margin: auto auto auto -5vw;
        display: block;
        float: left;
        clear: none;
        overflow: hidden;
    }
    
    
    .discoverslider .swiper-slide{
        background-size: cover;
    }
    
    
    
    .discover-details{
        display: block;
        float: left;
        clear: none;
        width: 35vw;
        height: auto;
        margin: 15vh auto auto 5vw;
    }
    
    
    .discover-details .textgold{
        margin: 1em auto;
        line-height: .9em;
        font-weight: 100;
        
    }
    
    
    
    .discover-tags{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
      display: block;
        margin: auto;
    }
    
    

    
    .tag{
        display: block;
        float: left;
        clear: none;
        width: 20vh;
        height: 20vh;
        border-radius: 10vh;
        margin: 1em;
         /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        text-align: center;
        line-height: 
    }
    
    
    .tag h5{
         line-height: .7em;
        margin: 0;
    }
    
    
    .tagnat{
        background-color: #48B545;
        color: #fff;
    }
    
    .tagref{
        background-color: #FFE19B;
        color: #634E42;
    }
    
    .tagski{
        background-color: #F4F4F4;
        color: #634E42;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .productview-home{
        width: 85%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        margin: 50vh 7.5vw auto;
    }
    
    
    
    .pv-slide{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    
    
    .pv-left{
        width: 45%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        margin: 30vh auto auto auto;
    }
    
    
    .pv-left .textgold{
        float: left;
        clear: none;
        display: inline-block;
    }
    
    
    .pv-left button{
        margin-top: 0em;
        float: right;
        display: inline-block;
        font-size: auto;
    }
    
    
    .pv-left hr{
        margin: 1em auto 3em;
        background-color: #8A7A6B;
    }
    
    
    .pv-right{
        width: 50%;
        height: 100%;
        float: right;
        clear: none;
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        z-index: 10;
        right: 0;
        bottom: 0;
    }
    
    
    
    .pv-look{
        width: 40vw;
        height: 40vw;
        border-radius: 20vw;
        float: right;
        clear: none;
        display: block;
        position: absolute;
        z-index: 0;
        right: 0vw;
        top: 0;
        bottom: auto;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }   
    
    
    
    
    
    
    
    
    
    
    
    
    
    .nkutomarquee{
        font-family: 'Marcellus SC', serif;
        font-size: 15em;
        width: 100%;
        height: auto;
        margin: 5vh auto;
        color: #D3D3D3;
    }
    
    
    
    
    
    
    .story{
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        background-color: #F3F3F3;
        margin: auto auto 5vh auto;
    }
    
    
    .story-img{
        width: 40%;
        height: calc(100% + 2em);
        display: block;
        float: left;
        margin: -1em auto auto 7.5%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/mothers.png");
        border-radius: 1em;
    }
    
    
    
    .story-text{
        width: 40%;
        height: auto;
        margin: 2em 7.5% 2em auto;
        float: right;
        display: block;
        clear: none;
    }
    
    
    
    
    
    
    
    
    
    
    .blog-home{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        margin: 10vh 7.5vw auto;
    }
    
    
    
    
    
    .blogslide{
        width: 100%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        margin: 10vh auto;
    }
    
    

    .swiper-wrapper{
        position: relative;
        z-index: 100;
        background-color: transparent;
        overflow-y: visible;
    }
    
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
        overflow-y: visible;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
        background-color: #fff;
    }

   
    
    .blog{
        width: calc(100% - 10em);
        height: calc(60vh - 10em);
        padding: 3em;
        display: block;
        float: left;
        clear: none;
        border-radius: 2em;
        border: solid 1px #000;
        margin: 2em;
        cursor: pointer;
    }
    
    
    
    
        .blog:hover{
        background-color: white;
        padding: 4em 3em;
        border:0;
        -webkit-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
    }
    
    
    
    
    .blog button{
        margin: 2em 0 0;
    }
    
    .blog button i{
        font-size: 0;
        transition: all .3s;
        transform-origin: center;
    }
    
    
    .blog:hover button i{
        font-size: 1em;
        transition: all .3s;
        transform-origin: center;
        margin-left: 1em;
    }
    
    
    
    
    .blog-home h1{
        color: #D7D7D7;
    }
    
    
    
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
   
    

    
    .leave1{
        width: 30vw;
        height: 30vh;
        right: 0;
        top: 20vh;
        background-image:url("../img/LeavesArtboard-1.svg");
        background-position: right;
           animation-duration: 5s;
        animation-name: leaf;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
        transform-origin: center right;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .slide-left{
        width: 40%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 20vh auto;
    }
    
    
    
    .slide-right{
        width: 55%;
        height:100%;
        display: block;
        float: right;
        clear: none;
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    

    
    
    
  
    
    
    
     .watcvideo{
        height: 8em;
        width: 8em;
        display: inline;
        float: left;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 4em;
         transition: all .3s;
         position: relative;
         z-index: 1000;
         transform-origin: center;
    }
    
    
    
    .watcvideo i{
        font-size: 3em;
        color: #fff;
        /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .watchstory h5{
        display: inline;
        margin: 1em;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    
      .watchstory:hover .watcvideo{
        height: 7em;
        width: 7em;
        display: inline;
        float: left;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 7.5em;
        transition: all .3s;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    


    
    .tag{
        display: block;
        float: left;
        clear: none;
        width: 15vh;
        height: 15vh;
        border-radius: 10vh;
        margin: 1em;
         /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        text-align: center;
        line-height: 
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .nkutomarquee{
        font-family: 'Marcellus SC', serif;
        font-size: 15em;
        width: 100%;
        height: auto;
        margin: 0vh auto;
        padding: 0;
        color: #D3D3D3;
    }
    
    
    
    
    
    
    .story{
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        background-color: #F3F3F3;
        margin: auto auto 5vh auto;
    }
    
    
    .story-img{
        width: 40%;
        height: calc(100% + 2em);
        display: block;
        float: left;
        margin: -1em auto auto 7.5%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/mothers.png");
        border-radius: 1em;
    }
    
    
    
    .story-text{
        width: 40%;
        height: auto;
        margin: 2em 7.5% 2em auto;
        float: right;
        display: block;
        clear: none;
    }
    
    
    
    
    
    
    
    
    
    
    .blog-home{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        margin: 10vh 7.5vw auto;
    }
    
    
    
    
    
    .blogslide{
        width: 100%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        margin: 10vh auto;
    }
    
    

    .swiper-wrapper{
        position: relative;
        z-index: 100;
        background-color: transparent;
        overflow-y: visible;
    }
    
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
        overflow-y: visible;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
        background-color: #fff;
    }

   
    
    .blog{
        width: calc(100% - 4em);
        height: calc(60vh - 4em);
        padding: 1.7em;
        display: block;
        float: left;
        clear: none;
        border-radius: 2em;
        border: solid 1px #000;
        margin: 2em;
        cursor: pointer;
    }
    
    
    
    
        .blog:hover{
        background-color: white;
        padding: 2.5em;
        border:0;
        -webkit-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
    }
    
    
    
    
    .blog button{
        margin: 2em 0 0;
    }
    
    .blog button i{
        font-size: 0;
        transition: all .3s;
        transform-origin: center;
    }
    
    
    .blog:hover button i{
        font-size: 1em;
        transition: all .3s;
        transform-origin: center;
        margin-left: 1em;
    }
    
    
    
    
    .blog-home h1{
        color: #D7D7D7;
    }
    
    
    
    
    
    
    
    
    
    
    
  
    
        
    

    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
   
    
    
    

    .gridContainer{
        display: block;
        float: left;
        clear: none;
        width:100vw;
        height: auto;        
    }
    
    
    
    .tamale{
        width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,203,107);
background: linear-gradient(180deg, rgba(255,203,107,1) 0%, rgba(255,253,222,0) 100%);
        position: relative;
        z-index: 0;
    }
    
    
    
    .sun{
        width: 40vw;
        height: 40vw;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        border-radius:20vw;
        position: absolute;
        z-index: 0;
        top: 35vh;
        right: 10vw;
        filter: blur(8px);
  -webkit-filter: blur(8px);
    }
    
    
    
    
    
    .clouds{
         width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 5;
    }
    
    
    .cloud{
        position:absolute;
        z-index:10;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/Clouds-01.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    
    .cloud1{
        width: 60vw;
        height: 30vh;
        left: -25vw;
        top: 5vh;
        filter: blur(1px);
  -webkit-filter: blur(1px);
     animation-duration: 30s;
        animation-name: cloud1move;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
    
}

@keyframes cloud1move {
  0%   {left: -25vw;}
  100%  {left: -15vw;}
}
    

@keyframes cloud2move {
  0%   {right: 30vw;}
  100%  {right: 15vw;}
}


@keyframes leaf {
  0%   {transform: scale(1.0,1.0);
        transform: rotate(0);
        right: 0;
    }
  100%  {transform: scale(1.05,1.05);
        transform: rotate(15deg);
        right: -.5em;
    }
}
    
    
    .cloud2{
        width: 40vw;
        height: 20vh;
        right: 30vw;
        top: 25vh;
        opacity: .8;
              filter: blur(3px);
  -webkit-filter: blur(3px);
          animation-duration: 30s;
        animation-name: cloud2move;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
    }

       
    
    
    
    .birds{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 10;
    }
    
    
    
    
    .ridge{
        position: absolute;
        height: 30%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        bottom: 0;
        left: 0;
        background-image: url("../img/ridge.svg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        margin:0;
        paddding:0;
    }
    
    
    
    
    
    
    
    
    
    
    .leaves{
         width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 10;
    }
    
    
    .leaf{
        position:absolute;
        z-index:10;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    

    
    .leave1{
        width: 40vw;
        height: 40vh;
        right: 0;
        top: 20vh;
        background-image:url("../img/LeavesArtboard-1.svg");
        background-position: right;
           animation-duration: 5s;
        animation-name: leaf;
        animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
  animation-direction: alternate;
        transform-origin: center right;
    }
    
    
    .leave2{
          width: 30vw;
        height: 20vh;
        left: 0;
        bottom: 0vh;
        background-image:url("../img/LeavesArtboard-2.svg");
        background-position: left;
        display: none;
       
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .tamale-product{
        height: 70vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,203,107);
background: linear-gradient(180deg, rgba(255,203,107,1) 0%, rgba(255,220,138,1) 53%, rgba(255,255,255,0) 100%);
        position: relative;
        z-index: 30;
        margin-top:-.2em;
    }
    
    
    
    
    .mainslider{
        width: 85%;
        height: 85vh;
        display: block;
        float: left;
        position: relative;
        z-index: 30;
        margin: -70vh 7.5%;
    }
    
    
    
    
    .slide{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    .slide-left{
        width: 50%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 20vh auto;
    }
    
    
    
    .slide-right{
        width: 45%;
        height:100%;
        display: block;
        float: right;
        clear: none;
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    
    
    
    .watchstory{
        display: block;
        float: left;
        clear: none;
        width:auto;
        height: auto;
        margin-left: 7.5vw;
    }
    
    
    
  
    
    
    
     .watcvideo{
        height: 15em;
        width: 15em;
        display: inline;
        float: left;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 7.5em;
         transition: all .3s;
         position: relative;
         z-index: 1000;
         transform-origin: center;
    }
    
    
    
    .watcvideo i{
        font-size: 4em;
        color: #fff;
        /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .watchstory h5{
        display: inline;
        margin: 1em;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    
      .watchstory:hover .watcvideo{
        height: 12em;
        width: 12em;
        display: inline;
        float: left;
        clear: none;
        cursor: pointer;
        background-color: #FA991C;
        border-radius: 7.5em;
        transition: all .3s;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .discover{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        margin: 0;
    }
    
    
    
    .discoverslider{
        width: 55vw;
        height: 55vw;
        border-radius: 27.25vw;
        background-color: aliceblue;
        margin: auto auto auto -5vw;
        display: block;
        float: left;
        clear: none;
        overflow: hidden;
    }
    
    
    .discoverslider .swiper-slide{
        background-size: cover;
    }
    
    
    
    .discover-details{
        display: block;
        float: left;
        clear: none;
        width: 35vw;
        height: auto;
        margin: 15vh auto auto 5vw;
    }
    
    
    .discover-details .textgold{
        margin: 1em auto;
        line-height: .9em;
        font-weight: 100;
        
    }
    
    
    
    .discover-tags{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
      display: block;
    }
    
    

    
    .tag{
        display: block;
        float: left;
        clear: none;
        width: 20vh;
        height: 20vh;
        border-radius: 10vh;
        margin: 1em;
         /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        text-align: center;
        line-height: 
    }
    
    
    .tag h5{
         line-height: .7em;
        margin: 0;
    }
    
    
    .tagnat{
        background-color: #48B545;
        color: #fff;
    }
    
    .tagref{
        background-color: #FFE19B;
        color: #634E42;
    }
    
    .tagski{
        background-color: #F4F4F4;
        color: #634E42;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .productview-home{
        width: 85%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        margin: 50vh 7.5vw auto;
    }
    
    
    
    .pv-slide{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    
    
    .pv-left{
        width: 45%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        margin: 30vh auto auto auto;
    }
    
    
    .pv-left .textgold{
        float: left;
        clear: none;
        display: inline-block;
    }
    
    
    .pv-left button{
        margin-top: 0em;
        float: right;
        display: inline-block;
    }
    
    
    .pv-left hr{
        margin: 1em auto 3em;
        background-color: #8A7A6B;
    }
    
    
    .pv-right{
        width: 50%;
        height: 100%;
        float: right;
        clear: none;
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        z-index: 10;
        right: 0;
        bottom: 0;
    }
    
    
    
    .pv-look{
        width: 40vw;
        height: 40vw;
        border-radius: 20vw;
        float: right;
        clear: none;
        display: block;
        position: absolute;
        z-index: 0;
        right: 0vw;
        top: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }   
    
    
    
    
    
    
    
    
    
    
    
    
    
    .nkutomarquee{
        font-family: 'Marcellus SC', serif;
        font-size: 15em;
        width: 100%;
        height: auto;
        margin: 5vh auto;
        color: #D3D3D3;
    }
    
    
    
    
    
    
    .story{
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        background-color: #F3F3F3;
        margin: auto auto 5vh auto;
    }
    
    
    .story-img{
        width: 40%;
        height: calc(100% + 2em);
        display: block;
        float: left;
        margin: -1em auto auto 7.5%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/mothers.png");
        border-radius: 1em;
    }
    
    
    
    .story-text{
        width: 40%;
        height: auto;
        margin: 2em 7.5% 2em auto;
        float: right;
        display: block;
        clear: none;
    }
    
    
    
    
    
    
    
    
    
    
    .blog-home{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        margin: 10vh 7.5vw auto;
    }
    
    
    
    
    
    .blogslide{
        width: 100%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        margin: 10vh auto;
    }
    
    

    .swiper-wrapper{
        position: relative;
        z-index: 100;
        background-color: transparent;
        overflow-y: visible;
    }
    
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
        overflow-y: visible;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
        background-color: #fff;
    }

   
    
    .blog{
        width: calc(100% - 10em);
        height: calc(60vh - 10em);
        padding: 3em;
        display: block;
        float: left;
        clear: none;
        border-radius: 2em;
        border: solid 1px #000;
        margin: 2em;
        cursor: pointer;
    }
    
    
    
    
        .blog:hover{
        background-color: white;
        padding: 4em 3em;
        border:0;
        -webkit-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
box-shadow: 0px 7px 28px 3px rgba(0,0,0,0.14);
    }
    
    
    
    
    .blog button{
        margin: 2em 0 0;
    }
    
    .blog button i{
        font-size: 0;
        transition: all .3s;
        transform-origin: center;
    }
    
    
    .blog:hover button i{
        font-size: 1em;
        transition: all .3s;
        transform-origin: center;
        margin-left: 1em;
    }
    
    
    
    
    .blog-home h1{
        color: #D7D7D7;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {


    
    
    
    
    
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
		
}