@charset "utf-8";
/* CSS Document */
@media (min-device-width: 150px) and (max-device-width: 736px), screen and (device-width: 768px) and (device-height: 1280), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 720px) and (device-height: 1280)
 {
	 
     
    *{
    
    max-width: 100%;
        height: auto;
} 
     
     .tflex{
         
         display: block;
     }     
     
body{
    
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', serif;
    color:#161616;
}


.logo{
    
    height: 30px;
    width: auto;
    padding: 5px;
}

.topbar{
    display: flex;
    padding: 10px;
    background-color:#fe3173;
}

.banner{
    overflow: hidden;
    background-color:#ffdd4a;
    max-height: 75vh;
}

.banner > img:first-child{
    
    opacity: .10;
    width: 100%;
    height: auto;
    position: absolute;
    max-height: 75vh;
    object-fit: cover;
}


.bar{
     display: block;
    position: relative;
    margin-left: auto;
    height: 18px;
    margin-right: auto;
    margin-top: -28px;
    max-width: 70%;
}

.social{
    
    
    height: 100px;
    width: auto;
}

.pattern{
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
background: url("../parts/fruit-pattern.png");
        background-size: 20%;

}

.banner > img:last-child{
   position: relative;
    /* top: -137px; */
    /* left: 0px; */
    width: 180vw;
    max-width: none;
    margin-right: auto;
    box-sizing: border-box;
    object-fit: contain;
    max-height: 75vh;
    display: block;
    padding: 20px;
    margin-left: -41vw;
    height: auto;
    
}

.gradient{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 256vh;
    display: block;
    
    background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.colorContainer{
    
   width: 100%;
    min-height: 206px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    background-size: 100% 32vh;
    top: -58px;
}


.cbtn{
    
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bolder;
    min-width: 200px;
    border-radius:4px;
    display: inline-block;
    
}

.colorContainer > div{
    
    color: white;
    padding: 25px;
    /* margin-top: 25px; */
    text-align: center;
    display: block;
    /* position: relative; */
    margin-left: auto;
    top: 129px;
    margin-right: auto;
    font-size: large;
    position: relative;
    line-height: 3;
    width: 50%;
    
    color: white;
    padding: 47px;
    margin-top: 0px;
    box-sizing: border-box;
    font-size: 10px;
    top: 34px;
    text-align: center;
    line-height: normal;
    width: 100%;
    
}

     .colorContainer > img{
         
         width: 592px !important;
    max-width: 80% !important;
    height: auto !important;
    margin-top: 28px !important;
     }

.flavors > img{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

     .popup > div{
         
         max-width: 100%;
         box-sizing: border-box;
     }

.centercontent{
    
    position: relative;
    display: block;
    min-height: 50px;
    width: 100vw !important;
    margin-left: auto !important;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px !important;
    margin-right:auto;
    
    
}

     
     .mobileonly{
         
         display: block;
     }


.nav{
       
       display: block;
    position: fixed;
    width: 90%;
    background-color:rgba(219,28,87,.98);
    margin-top: 0px;
    margin-left: 0px; 
    height: 100vh;
    box-sizing: border-box;
    padding: 35px;
    top: 0px;
    left: -100vw;
    z-index: 100;
}

.nav > a{
      color: white;
    font-size: 26px;
    display: block;
    margin-left: 0px;
    margin-bottom: 22px;
    margin-top: 22px;
    border-bottom: thin solid #800e32;
    font-weight: bold;
    margin-right: 0px;
    padding-bottom: 25px;
    text-decoration: none;
    
}


.site-footer {
    margin-top: 50px;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
}

.footer-section {
    margin: 0 15px;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.footer-section p, .footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    margin-top: 25px;
}

.footer-section a {
    color: white;
    font-size: 12px;
    display: block;
    margin-top: 15px;
    text-decoration: none;
}

.flavors{
    text-align: center;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding: 10px 0;
    margin-top: 20px;
}

}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: left;
    }

    .footer-section {
        margin-bottom: 20px;
    }
}
