@charset "utf-8";
/* CSS Document */


body, html {
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
	background-image: url("../images/paw_heart.svg");
    background-size: 60px;
    background-color: #1d3579;
    overflow-x: hidden;
}


.main-body {
	width: 100vw;
	max-width: 1200px;
	align-content: center;
	background-color: #BFDBFE;
    margin: 0px auto;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    background-image: url("../images/crinkles_wide.png");
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: contain;
    padding-bottom: 15px;
    
    
}

@media only screen and (max-width: 415px){
    .main-body {
        background-size: contain; 
        background-position: 0% 100%;
    }
}



.title-text {
	width: 100vw;
	max-width: 1200px;
	text-align: center;
	padding: 0px;
	align-content: center;
	display: flex;
    margin-top: -20px;
}



h1 {
	font-family: fatfrank, sans-serif;
	font-size: 4.5em;
	font-weight: 700;
	font-style: normal;
	width: 100vw;
	text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white;
    color: #0070b8;
	
}

@media only screen and (max-width: 415px){
    h1 {
        font-size: 2.5em;
        text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    }
}

h2 {
	font-family: montserrat, sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
@media only screen and (max-width: 415px){
    h2 {
        font-size: .75em;
        padding-left: 35px;
        padding-right: 35px;
        
    }
}

.springer {
    
    width: 200px;
    
    height: 20px;
}

.zoe {
    z-index: -1;
    
}

@media only screen and (max-width: 415px){
    .zoe {
        width: 200px;
    }
}


.main-middle-container {
	display: flex;
    flex-direction: row;
	width: 100vw;
	max-width: 1200px;
    margin-top: 20px;
    
    
	
}

@media only screen 
and (max-width : 415px) {
    .main-middle-container {
        flex-direction: row;
        margin-top: 80px;
        padding-bottom: -50px;
        
    }
}

.main-text > li {
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8em;
    color: #202020;
    
    
}

@media only screen 
and (max-width : 415px) {
    .main-text > li {
        font-size: .85em;
        padding-left: 20px;
    }
}


.main-text-list-items {
	padding: 1px 1px 1px 1px;
	margin: 1em;
}

@media only screen and (max-width : 415px) {
    .main-text-list-items {
        padding-left: 20px;
    }
}


.main-text-area {
	flex: 1 1.1 auto;
	margin: auto;
    order: 2;
}

@media only screen and (max-width : 415px) {
    .main-text-area {
        order: 1;
    }
}

.main-image-container {
	flex: 1 1.1 auto;
	align-content: center;
    margin: auto;
    background-image: url("../images/all-4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100vw;
    height: 100vh;
    max-height: 500px;
    max-width: 600px;
    
}

@media only screen 
and (max-width : 415px) {
    .main-image-container {
        background-size: contain;
        max-height: 200px;
        max-width: 125px;
        background-position:right;
        background-image: url("../images/all-4-small.png");
        margin-left: 25px;
        
        
    }
}


.main-description {
    color: #202020;
	align-content: center;
	text-align: center;
	width: 100vw;
	max-width: 800px;
    margin: auto;
    padding-bottom: 200px;
    
    
    
}

@media only screen and (max-width: 415px){
    .main-description {
        padding-bottom: 50px;
        padding-top: 20px;
		
		
    }
}





.breakup {
    width: 100vw;
    height: 300px;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0px 5px 0px;
    background-color: #76b64a;
    background-image: url("../images/four_pieces.png");
    align-content: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
	
    
}

@media only screen 
and (max-width : 415px) {
    .breakup {
        padding-top: 20px;
        height: 125px;
    }
}

@media only screen 
and (max-width : 415px) {
    .breakup > h2 {
        padding-right: 40px;
        padding-left: 40px;
    }   
}

h3 {
    font-family: josefin-slab, serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 2em;
    
}

@media only screen 
and (max-width : 415px) {
    .breakup > h3 {
        font-size: 1.25em;
    }
}





.label-item {
    list-style: none;
    width: 100%;
    font-size: .75em;
    font-weight: 700;
    padding: 0.5em 0 0.5em 1.6rem;
    border-bottom: 1px solid #AAA;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 0 -40px;
    font-family: montserrat, sans-serif;
    
}


.description-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    max-height: 2800px;
    background-color: #91c56e;
    
}



.product-container {
    width: 100vw;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    height: 400px;
    
    
    
    
}

@media only screen 
and (max-width : 415px) {
    .product-container {
        padding-bottom: 10px;
        padding-top: 10px;
        height: 125px;
        
        
    }
}

.image-showcase{
    
    max-width: 350px;
    align-self: center;
    margin: auto;
    align-content: center;   
    
}



.product-image {
    max-height: 375px;
    display: block;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

@media only screen 
and (max-width : 415px) {
    .product-image {
        max-height: 125px;
    }
}

/* ----------------------------------------- */
#chicken_pic {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#chicken_pic:hover {opacity: 0.7;}


#chicken_label {
  display: none;
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}


#chicken_label {
  margin: auto;
  max-width: 100%;
}



#chicken_label {
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


.close1 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


@media only screen and (max-width: 415px){
  #chicken_label {
    width: 100%;
  }
}

/* ----------------------------------------- */

/* ----------------------------------------- */
#beef_pic {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#beef_pic:hover {opacity: 0.7;}


#beef_label {
  display: none;
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}


#beef_label {
  margin: auto;
  max-width: 100%;
}



#beef_label {
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


.close2 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


@media only screen and (max-width: 415px){
  #beef_label {
    width: 100%;
  }
}

/* ----------------------------------------- */

/* ----------------------------------------- */
#pork_pic {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#pork_pic:hover {opacity: 0.7;}


#pork_label {
  display: none;
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}


#pork_label {
  margin: auto;
  max-width: 100%;
}



#pork_label {
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


.close3 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


@media only screen and (max-width: 415px){
  #pork_label {
    width: 100%;
  }
}

/* ----------------------------------------- */

/* ----------------------------------------- */
#turkey_pic {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#turkey_pic:hover {opacity: 0.7;}


#turkey_label {
  display: none;
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}


#turkey_label {
  margin: auto;
  max-width: 100%;
}



#turkey_label {
  animation-name: zoom;
  animation-duration: 0.3s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


.close4 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close4:hover,
.close4:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


@media only screen and (max-width: 415px){
  #turkey_label {
    width: 100%;
  }
}

/* ----------------------------------------- */



.label-list {
    display: block;
    width: 100%;
    
}



.label-container {
    width: 100%;
    align-self: center;
    height: 100%;
      
}

@media only screen 
and (max-width : 415px) {
    .label-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.product-label {
    background-color: #F0F0F0;
    border-radius: 12px;
    overflow: hidden;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0 .5em .2em rgba(0,0,0,.1);
    
    
}
@media only screen 
and (max-width : 415px) {
    .product-label {
        max-width: 80%;
    }
}


.label-item {
    font-family: montserrat, sans-serif;
    color: #404040;
    font-size: 1em;
    padding-left: 1.8em;
}

@media only screen 
and (max-width : 415px) {
    .label-item {
        font-size: .5em;
    }
}



.label-header-chicken {
    padding: 0.75em 0.5em 0 1em;
    height: 1.75em;
    margin: 0px;
    font-family: "josefin-slab", serif;
    font-size: 1.75em;
    color: white;
    background-color: #EB6E1C;
}

@media only screen 
and (max-width : 415px) {
    .label-header-chicken {
        height: 1em;
        font-size: 1em;
        padding-bottom: .5em;
        
    }
}

.label-header-beef {
    padding: 0.75em 0.5em 0 1em;
    height: 1.75em;
    margin: 0px;
    font-family: "josefin-slab", serif;
    font-size: 1.75em;
    color: white;
    background-color: #0149A6;
}

@media only screen 
and (max-width : 415px) {
    .label-header-beef {
        height: 1em;
        font-size: 1em;
        padding-bottom: .5em;
        
    }
}

.label-header-pork {
    padding: 0.75em 0.5em 0 1em;
    height: 1.75em;
    margin: 0px;
    font-family: "josefin-slab", serif;
    font-size: 1.75em;
    color: white;
    background-color: #D8655D;
}

@media only screen 
and (max-width : 415px) {
    .label-header-pork {
        height: 1em;
        font-size: 1em;
        padding-bottom: .5em;
        
    }
}

.label-header-turkey {
    padding: 0.75em 0.5em 0 1em;
    height: 1.75em;
    margin: 0px;
    font-family: "josefin-slab", serif;
    font-size: 1.75em;
    color: white;
    background-color: #76B64A;
}

@media only screen 
and (max-width : 415px) {
    .label-header-turkey {
        height: 1em;
        font-size: 1em;
        padding-bottom: .5em;
        
    }
}

.label-ga {
    padding: 0em 0em 0em 1.9em;
    font-family: montserrat, sans-serif;
    font-size: 1em;
    color: #404040;
}

@media only screen 
and (max-width : 415px) {
    .label-ga {
        font-size: .5em;
    }
}


.number {
    float: right;
    margin: 0 1em 0;
}
@media only screen 
and (max-width : 415px) {
    .number {
        margin: 0 2em 0;
    }
}


.ingredients {
    
    font-family: montserrat, sans-serif;
    font-size: .75em;
    padding: 0 0 0 2.4em;
    color: #404040;
}

@media only screen 
and (max-width : 415px) {
    .ingredients {
        font-size: .5em;
        padding-left: 1.5em;
        
    }
}


.spill {
    width: 600px;
    margin: auto;
    display: block;
	margin-top: -60px;
    
}

@media only screen 
and (max-width : 415px) {
    .spill {
        max-width: 300px;
		margin-top: -20px;
    }   
}

.lower-container {
    width: 100vw;
	max-width: 1200px;
    max-height: 500px;
    background-color: #76b64a;
    margin: auto;
	padding-top: 80px;
	background-image: url("../images/see_arrow-01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	background-size: 80%;
    
    
}

@media only screen 
and (max-width : 415px) {
    .lower-container {
        max-height: 500px;
		padding-top: 40px;
		background-size: contain;
		background-size: 100%;
    }
}

.lower-content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

@media only screen 
and (max-width : 415px) {
    .lower-content {
        width: 100vw;
        max-height: 500px;
    }
}







footer {
    max-height: 600px;
    width: 1200px;
    margin: auto;
    background-color: #A6622C;
    
}

@media only screen 
    and (max-width : 415px) {
        footer {
            width: 100vw;
            height: auto;
        }
        
}


.footer-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0px;
    flex-direction: row;
    
    
    
}

@media only screen 
    and (max-width : 415px) {
        .footer-container {
            flex-direction: column;
            width: 100vw;
            height: auto;
        }
        
}


.footer-left {
    flex: 1 1 auto;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
    
    
}

@media only screen 
    and (max-width : 415px) {
        .footer-left {
            flex: 1 1 auto;
            order: 2;
        }       
}

.logo {
    height: 200px;
    align-self: center;
    display: block;
    margin: auto;
    
}

@media only screen 
    and (max-width : 415px) {
    .logo {
        height: 150px;
        
        }
        
}


.footer-right {
    width: 100%;
    flex: 1 1 200px;
    align-self: center;
    align-content: center;
    
}

@media only screen 
    and (max-width : 415px) {
        .footer-right {
            width: 100vw;
            padding-top: 20px;
            padding-bottom: 20px;
            flex: 1 1 auto;
        }   
        
}

.click-to-contact {
    
    align-self: center;
    flex: 1 1 auto;
    width: 300px;
    
}

@media only screen 
    and (max-width : 415px) {
        .click-to-contact {
            width: 250px;
        }

}
        
.email {
    max-height: 200px;
    align-self: center;
    display: block;
    margin: auto;
    
}

@media only screen 
    and (max-width : 415px) {
        .email {
            max-height: 150px;
            
        }

        
}
        
        

.footer-bar {
    width: 1200px;
    background-color: #262626;
    height: 50px;
    display: flex;
    margin: auto;
    
    
}

.footer-bar > p {
    color: #c8c8c8;
    font-family: montserrat, sans-serif;
    font-size: .75em;
    font-weight: 200;
    padding-left: 50px;
    padding-top: 8px;
}



