<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-image{
  width: 600px;
}

.pink{
  background-color:rgba(247,198,195,1);
}

.site-header{
  font-size: 1.5em;
}

.site-header &gt; div &gt; a:hover{
  color: rgba(255,192,203,0.95);
}

.site-header &gt; div &gt; a{
  margin: 0 5px 0 5px;
  width: auto;
}


#mob-menu-icon{
  position: absolute;
  top: 0;
  left: 0;
  height: 600vh;
  display: none;
  width: 100%;
}

#menu-abs-div{
  position: absolute;
  top: 0;
  left: 0;
  height: 600vh;
  display: none;
  width: 100%;
}

#mobile-menu{
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.main-head{
  font-size: 8em;
  padding: 50px;
}

.main-text{
  font-size: 2.4em;
  padding-top: 30px;
}

.sub-head{
  font-size: 5em;
  margin: 40px;
}

.sect-head{
  font-size: 3.5em;
  margin-bottom: 40px;
}

.lead{
  font-size: 1.5em;
  height: 500px;
  padding: 0 15px 0 15px;
  text-align: justify;
}

.lead ul{
  text-align: left;
}

.cont{
  height: 930px;
  margin-top: 40px;
  padding: 10px 5px 10px 5px;
  position: relative;
  width: 48%;
  vertical-align: top;
}

.c-about{
  height: 840px;
}

.cont-img{
  border-radius: 21px 21px 0 0;
  position: absolute;
  height: 500px;
  bottom: 0;
  left: 20px;
  right: 20px;
}

.milk{
  padding: 10px;
  text-align: center;
  height: 1000px;
  margin: 50px;
}

#milk-img{
  border-radius: 21px 21px 0 0;
  height: 720px;
  margin-top: 10px;
  width: 70%;
}

#milk-milk{
  height: 700px;
  width: 1000px;
  object-fit: cover;
}

#lead-milk{
  margin: 20px 100px 40px 100px;
  text-align: justify;
}

.content-img{
  height: 100%;
}

#contacts{
  width: 80%;
}

.contact-img{
  border-radius: 35%;
  padding: 10px;
  width: 130px;
}

.contact-section{
  display: inline-block;
  margin: 20px 30px 10px 30px;
}

.contact-section &gt; span{
  display: block;
}


#contact-content{
  width: 96%;
}

#home-content{
  padding: 150px 0 200px 0;
}

#content{
  margin: 10px;
}

#contact-content{
  margin: 10px;
}

#footer{
  text-align: center;
  margin: 20px;
}

.contact-img:hover{
  background-color: rgba(247,198,195,1);
  cursor: pointer;
}

.contact-det{
  color: black;
  display: block;
  font-size: 2em;;
}

.to-fade-in {
  opacity: 0;
    &amp;.fade-in {
      animation: fade-in 1.5s forwards;
  }
    &amp;.fade-out {
        animation: fade-out 1.5s forwards;
    }
}

.mobile-separator{
  display: none;
}

.prices{
  padding: 20px 10px 10px 10px;
  text-align: center;
  height: 500px;
  margin: 30px 50px -10px 50px;
}

#prices-tab{
  width: auto;
  margin: 0 auto;
  font-size: 0.7em;
  text-align: left;
}

#prices-tab tr{
  padding: 15px;
}

#prices-tab td{
  margin-left: 10px;
}

#prices-tab td:nth-child(2){
  padding: 5px 0 5px 50px;
}



  
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 2000px) {

  #home-content{
    padding: 100px 0 150px 0;
  }

  #main-image{
    width: 400px;
  }

  .main-head{
    font-size: 6em;
    padding: 25px;
  }

  .main-text{
    font-size: 1.8em;
  }
  
  .sub-head{
    font-size: 3.5em;
  }

  .sect-head{
    font-size: 2em;
    margin-bottom: 20px;
  }

  .lead{
    font-size: 1.3em;
  }

  .cont{
    height: 880px;
  }

  .c-about{
    height: 800px;
  }

  .cont-img{
    height: 500px;
  }

  .prices{
    height: 400px;
  }

}

@media screen and (max-width: 1550px) {

  #home-content{
    padding: 70px 0 100px 0;
  }

  #main-image{
    width: 350px;
  }

  .main-head{
    font-size: 4em;
    padding: 10px;
  }

  .main-text{
    font-size: 1.4em;
    padding-top: 10px;
  }

  .sub-head{
    font-size: 3em;
    margin: 20px;
  }

  .sect-head{
    font-size: 1.8em;
  }

  .cont{
    height: 850px;
    margin-top: 20px;
    padding: 0 20px 0 20px;
  }

  #content{
    margin-top: 20px;
  }

  .milk{
    height: 950px;
  }

  #milk-img{
    height: 620px;
  }

  #milk-milk{
    height: 600px;
    width: 600px;
  }

  .c-about{
    height: 740px;
  }

  .cont-img{
    height: 400px;
  }

}

@media screen and (max-width: 1250px) {

  .site-header{
    font-size: 1em;
  }

  #home-content{
    padding: 50px 0 70px 0;
  }

  #main-image{
    width: 200px;
  }

  .main-head{
    font-size: 2.5em;
    padding: 5px;
  }

  .main-text{
    font-size: 1.2em;
  }

  .sub-head{
    font-size: 2em;
  }

  .cont{
    height: 690px;
    margin-top: 20px;
    padding: 0px;
    width: 100%;
  }

  .c-about{
    height: 650px;
  }
  
  .milk{
    height: 970px;
    margin: 40px;
  }

  #lead-milk{
    margin: 0 50px 0 50px;
  }

  #milk-img{
    width: 92%;
  }

  .sect-head{
    margin-bottom: 15px;
  }

  #contacts{
    width: 96%;
  }

  .contact-section{
    margin: 10px;
  }

  .contact-img{
    width: 100px;
  }

  #prices{
    margin-left: 0;
    font-size: 1.2em;;
  }

  .prices {
    margin: 5px;
  }

}

@media screen and (max-width: 950px) {

  #home-content{
    padding: 50px 0 50px 0;
  }

  #main-image{
    width: 150px;
  }

  .main-head{
    font-size: 2em;
    padding: 0px;
  }

  .main-text{
    font-size: 1em;
  }

  .cont{
    height: 720px;
  }

  .c-about{
    height: 670px;
  }

  .milk{
    height: 1060px;
  }
  
  #milk-img{
    width: 98%;
  }

  .prices {
    height: 350px;
  }

}

@media screen and (max-width: 770px) {

  .site-header{
    display: none;
  }

  #mob-menu-icon {
    display: initial;
  }

  #menu-abs-div{
    display: block;
  }

  #menu-sticky{
    display: block;
    margin-left: 15px;
    position: sticky;
    top: 15px;
    z-index: 5;
  }

  #menu-sticky img{
    width: 50px;
  }

  #mobile-menu{
    background-color: white;
    position: fixed;
    top: -300px;
    z-index: 6;
    display: block;
  }

  #mobile-menu ul{
    font-size: 1.4em;
    line-height: 220%;
    list-style-type: none;
    padding: 10px;
    text-align: center;
    z-index: 7;
  }

  #close-img{
    left: 5px;
    position: absolute;
    top: 5px;
    width: 50px;
  }

  #home-content{
    padding: 30px 0 50px 0;
    position: relative;
    height: 550px;
  }

  #main-cont{
    position: absolute;
    top: 280px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    height: 200px;
  }

  #main-image{
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    height: 250px;
    width: 250px;
    top: 25px;
  }

  .main-head{
    font-size: 2.5em;
    padding: 0px;
    margin-bottom: 20px;
  }

  .main-text{
    font-size: 1.2em;
  }

  .sect-head{
    font-size: 1.5em;
  }

  .cont{
    height: 780px;
  }

  .cont-img{
    height: 400px;
  }

  .content-img{
    object-fit: cover;
  }

  .lead{
    font-size: 1em;
  }

  .contact-img{
    width: 100px;
  }

  #footer{
    margin: 10px;
  }

  #phone-img{
    display: inline-block;
  }
  
  #email-img{
    display: inline-block;
  }

  .milk {
    height: 900px;
    margin: 10px;
  }

  #milk-img{
    height: 400px;
  }

  #milk-milk{
    height: 400px;
    width: 500px;
  }

  #lead-milk{
    margin: 0 15px 0 15px;
  }

  .contact-img{
    width: 85px;
  }
  
  .contact-det{
    display: none;
  }

  .contact-section{
    display: inline-block;
    margin: 0;
  }

  .contact-section &gt; span{
    display: none;
  }

  .c-about{
    height: 700px;
  }

  .mobile-separator{
    width: 100%;
    display: block;
    background-color: rgba(221,137,78);
    height: 5px;
    margin-top: 50px;
  }

}

@media screen and (max-width: 350px) {

  #menu-sticky img{
    width: 40px;
  }

  #mobile-menu ul{
    font-size: 1.2em;
  }

  #close-img{
    width: 40px;
  }

  #home-content{
    height: 550px;
    margin:0px;
    padding: 50px 0 50px 0;
  }

  #main-cont{
    height: 200px;
  }

  #main-image{
    height: 170px;
    width: 170px;
    margin-bottom: 5px;
  }

  .main-head{
    font-size: 2em;
    padding: 0px;
    margin-bottom: 0px;
  }

  .main-text{
    font-size: 1em;
    margin-top: 20px;
  }

  .sub-head{
    font-size: 1.5em;
    margin: 5px;
  }

  .sect-head{
    font-size: 1.2em;
  }

  .cont{
    height: 570px;
  }

  .cont-img{
    height: 250px;
  }

  .lead{
    font-size: 0.75em;
  }

  .contact-img{
    width: 50px;
  }

  #footer{
    margin: 10px;
  }

  .milk {
    height: 780px;
    margin: 0;
  }

  #lead-milk{
    margin: 0 15px 0 15px;
  }

  .contact-img{
    width: 70px;
  }

  .c-about{
    height: 500px;
  }

  #prices{
    font-size: 0.9em;
    margin:0;
  }

  .prices {
    height: 250px;
  }

}
</pre></body></html>