/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



* {
    box-sizing: border-box;
}

/*=================================================================================================*/


body{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-family: 'Source Serif Pro', 'Palatino Linotype', 'Book Antiqua', serif;
    color: #513727;
    font-size: 1.0em;
    line-height: 1.6em;

}



p,a,dl{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}



h1,h2,h3{
        font-family: 'Source Serif Pro', 'Palatino Linotype', 'Book Antiqua', serif;
        color:#A43A3B;


}

h1{

    font-size: 1.8em;
    line-height: 1.2em;
    padding-bottom: 0.8em;
    margin-top: 1.0em;
}




p{

    font-size: 1.0em;
}
       



 #wrapper{

        margin: 0 auto;
        max-width: 100%;
    }  
    
   
   
.top-info{

    font-size: 0.9em;
    display: flex;
    color: #F2F3F7;
    background-color: #513727;
    padding-top: 0.8em;
    padding-bottom:0.8em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    justify-content: space-between;
}


/* Styling the header */

header{

    display: flex;
    flex-direction: column;
    justify-content: center;
    

}

/* Styling the logo */


header img{

    width: 70%;
    height: auto;
    margin: auto;
    display: block;
    padding: 1.8em;
    

}


/* styling the navigation */



nav ul{

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.0em;
    padding-top: 0.5em;
    background-color: #F2F3F7;
}



li a{

    display: inline-block;
	color: #A43A3B;
	text-align: center;
	text-decoration: none;
	font-size: 1.0em;
    margin-top: 1.0em;
    
    
}



/* styling the hero image with the text overlay on home page*/

.hero-home{

    background-image: url(../images/hero-banner.png);
    background-repeat: cover;
    height:5em;
    width: 100%;
    
   

}


.hero-home p{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    color:#F2F3F7;
    text-align: center;
    padding-top: 1.0em;
    margin: auto;
   

}




/* styling the welcoming section*/

.welcome{

    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding: 1.0em;
}


.welcome h1{

    margin-top: 1.5em;
}


.welcome p {

    margin-bottom: 1.2em;

}


.welcome section p:nth-of-type(2){

    margin-bottom: 3.0em;
}



.welcome img{

    width: 80%;
    height: auto;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    margin-left: 3.0em;
    display: block;
   
    

}


.welcome a {

    text-decoration: none;
    background-color: #A43A3B; 
    color: #F2F3F7;
    font-size: 1.0em;
    padding: 0.6em;
    border-radius: 0.2em;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 40%;
}



/*styling the information section */


.info{

    background-color: #F2F3F7;
    display: flex;
    flex-direction: column;
    
   
}


.info div:nth-of-type(1){

    margin-top: 2.0em ;
}


.info div:nth-of-type(3){

    margin-bottom: 3.0em ;
}



.info div{

    margin-top: 1.8em ;
    margin-bottom: 2.0em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
   


}


.info div img{

    width: 25%;
    height: auto;
    margin: 0 auto;

}


.info div section h3{ 

    font-size: 1.4em;
    margin-top: 1.0em;
    margin-bottom: 0.8em;
    text-align: center;
    


}


.info div section p{ 

    font-size: 1.1em;
    text-align: center;

}




/*styling the pickup section */


.pickup{

    display: flex;
    flex-direction: column;
    margin-top: 4.0em;
    padding: 1.0em;
    
}


.pickup img{

    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 1.5em;

}


.pickup section{

    margin-top: 1.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.pickup section h2{

    font-size: 1.6em;
    margin-bottom: 1.0em;
}


.pickup section p:nth-of-type(2){

    font-size: 1.4em;
    color: #A43A3B;
    margin-top: 2.0em;
    margin-bottom: 1.0em;
}


.pickup dl{

    margin-top: 1.0em;
    font-size: 1.1em;
    color: #A43A3B;
    margin-bottom: 3.0em;
}



dt::after {
    content: ": ";
  }


.pickup dt:nth-of-type(2){

    margin-top: 1.0em;
}


/*styling the meat products section */


.product-background{

    background-color: #3E3E3E;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
}


.product-background h2{

    font-size: 1.6em;
    color: #F2F3F7;
    text-align: center;
    margin-top: 1.5em;


}


.product-background p{


    color: #E4AE59; 
    font-size: 1.2em; 
    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 3.0em;
}

 .products{

    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
 }


 .products div{

    margin: 0 auto;
    padding-bottom: 4.0em;
    
 }


 .products div h3{

    font-size: 1.4em;
    text-align: center;
    color: #F2F3F7;
    padding-top: 1.5em;
 }


 .products div p{


    text-align: center;
    
 }



 .products figure img{

    width:90%;
    height: auto;
    margin: 0 auto;
 }


 /*styling the shop local section */

.shop-local{

    display: flex;
    flex-direction: column;
    margin-top: 3.0em;
    justify-content: center;
    padding: 1.0em;
}


.shop-local section{

    margin-top: 1.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
}


.shop-local section h2{

    font-size: 1.6em;
    margin-bottom: 1.0em;
}



.shop-local section p{

    margin-bottom: 4.0em;
}



.shop-local img{

    width: 90%;
    height: auto;
    margin: 0 auto;
}







/*styling the map section */


iframe{

    margin-top: 5.0em;
    width: 100%;
    height: auto;
}



/*styling the footer section */



.footer-info{

    background-color: #F2F3F7;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 5.0em;
    padding: 2.0em;
}





/*styling the footer section logo */


.footer-info img{

    width: 65%;
    height: auto;
    margin-bottom: 1.0em;
}




/*styling the footer section about Jenkins */


.footer-info p:nth-of-type(1){

    margin-bottom: 2.0em;


}


/* styling the footer section - spacing the second paragraph */


.footer-info p:nth-of-type(3){

    margin-bottom: 2.0em;


}




/* styling the footer section - outlets */


.footer-info h3{

    font-size: 1.4em;
    margin-bottom: 1.0em;
}



.footer-info div:nth-of-type(2) dl:nth-of-type(1) dd{

    margin-bottom: 1.0em;
}


.footer-info div:nth-of-type(2) dl:nth-of-type(2) dd{

    margin-bottom: 1.0em;
}



.footer-info div:nth-of-type(2) dl{

    margin-bottom: 2.0em;
}






.footer-info div:nth-of-type(3) nav{

   display: flex;
   justify-content: flex-start;


}


.copyright-info{

    background-color: #513727; 
    color: #F2F3F7;
    font-size: 0.8em;
}



.copyright-info p{

    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center;


}



/* STYLING THE ABOUT US PAGE */

/* styling the hero image with the text overlay on about page*/



.hero-about{

    background-image: url(../images/about-banner.png);
    background-repeat: cover;
    height:5em;
    width: 100%;

}


.hero-about p{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    color:#F2F3F7;
    text-align: center;
    padding-top: 1.0em;
    margin: auto;
   

}


/* styling the about mike section on about page*/


.mike{
      

    display: flex;
    flex-direction: column;

}


.mike img{


    width: 80%;
    height: auto;
    margin-top: 4.0em;
    margin-bottom: 3.0em;
    margin-left: 3.0em;
    display: block;

}


.mike section{

    margin-top: 1.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
}


.mike section h2{

    font-size: 1.6em;
    margin-bottom: 1.0em;
}


.mike section p{

    margin-bottom: 1.2em;
}


.mike section p:nth-of-type(4){

    margin-bottom: 3.0em;
}



/* STYLING THE PRODUCTS PAGE */

/* styling the hero image with the text overlay on product page*/



.hero-products{

    background-image: url(../images/products-banner.png);
    background-repeat: cover;
    height:5em;
    width: 100%;

}

.hero-products p{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    color:#F2F3F7;
    text-align: center;
    padding-top: 1.0em;
    margin: auto;
   

}



.products-page{


    display: flex;
    flex-direction: column;


}


.products-page img{


    width: 80%;
    height: auto;
    margin-top: 4.0em;
    margin-bottom: 3.0em;
    margin-left: 1.5em;
    display: block;

}


.products-page section{

    margin-top: 1.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
}


.products-page section h2{

    font-size: 1.6em;
    margin-bottom: 1.0em;
}


.products-page section p{

    margin-bottom: 1.2em;
}


.products-page section ol li{

        font-size: 1.1em;
        color:#A43A3B;
        list-style: outside;
        margin-bottom: 0.8em;
       
    
}


/* STYLING THE CONTACT PAGE */


.contact{

    display: flex;
    flex-direction: column;
}


.contact section{

    margin: 1.5em
}


.contact section h3{


    font-size: 1.4em;
    margin-bottom: 1.0em;
}


.contact dl{

    margin-top: 1.0em;
    margin-bottom: 3.0em;
}



.contact dt::after {
    content: ": ";
  }


.contact dd{

    margin-bottom: 1.0em;
}  



.contact img{


        width: 90%;
        height: auto;
        margin-top: 2.0em;
        margin-bottom: 3.0em;
        margin-left: 1.5em;
        display: block;
    
}


/* styling links */

ul a:link{

    color: #A43A3B;
}



 ul a:visited{

	color: #A43A3B;
}




 ul a:hover{

	color: #E4AE59;
	
}


ul, footer a:active{

	color:#F2F3F7;
}


ul, footer a:focus{

	color: #E4AE59;
}


/* Styling the error 404 page */

.error{

    background-image: url(../images/error1.jpg);
    background-repeat: cover;
    width: 100%;
    margin-bottom: -6.0em;
    margin-top: -0.6em;
  
}
    


.error h2{


    font-size: 2.5em;
    padding-top: 2.0em;
    padding-bottom: 0.6em;
    text-align: center;
    
      

}



.error p{

    font-size: 1.3em;
    text-align: center;
    line-height: 1.2em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    
}



.error a{

    font-size: 1.5em;
    padding: 3.0em;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #F2F3F7;
    text-shadow: #513727;
    
}


.error a:hover{

	color: #E4AE59;
	
}





/* ---------------------------------------------------
MQs 
--------------------------------------------------- */



@media (min-width: 600px) {


    /* Styling the top info */


    .top-info{

        font-size: 1.0em;

    }


    .top-info p{

        margin-left: 2.0em;
        margin-right: 2.0em;
    }
   


    /* Styling the logo */


    header img{

       
        width: 40%;
        height: auto;
        margin: 0 auto;
        padding: 2.0em;
        
    } 


    /* Styling the links */
    
    
    nav ul{

        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #F2F3F7;
        padding: 1.0em;
	}


    nav ul li{

        padding-right: 2.0em;
        font-size: 1.0em;
    }



    /* Styling the hero banner */


    .hero-home{

        height: 6em;
        width: 100%;
    }

    .hero-home p{

        padding-top: 1.3em;

    }


    .hero-about{

        height: 6em;
        width: 100%;
    }

    .hero-about p{

        padding-top: 1.3em;

    }

    .hero-products{

        height: 6em;
        width: 100%;
    }

    .hero-products p{

        padding-top: 1.3em;

    }


    /* Styling the welcome message */


    .welcome img{

        width: 60%;
        margin: 0 auto;
        padding-top: 2.0em;
        padding-bottom: 1.0em;

    }



    /* Styling the welcome message on the about us page */



    .mike img{

        width: 60%;
        margin: 0 auto;
        padding-top: 4.0em;
        padding-bottom: 4.0em;
    }



    /* Styling the information section */



    .info div section h3{ 

        font-size: 1.6em;
    
    }
    


    .info div img{

        width: 20%;

    }


    /* Styling the pickup section */


    .pickup img{

        width: 60%;
        margin: 0 auto;

    }

    /* Styling the shop local section */

    .shop-local img{

        width: 80%;
        height: auto;
        margin: 0 auto;

    }



    /* Styling the footer logo */

    .footer-info img{

        width: 45%;
        height: auto;
        margin-bottom: 1.0em;

    }
    

    .contact{

        flex-direction: row;
        justify-content: space-around;
        padding-top: 4.0em;
        padding-bottom: 4.0em;
    }


    .contact section{

        width: 50%;
        margin-left: 3.0em;
    }



    .contact img{

        width: 50%;
        align-self: flex-start;
        margin-top: 8.0em;
        margin-right: 3.0em;
    }
        
    
    
    .error h2{
    
    
        font-size: 4.0em;
        padding-top: 2.0em;
        padding-bottom: 0.6em;
        text-align: center;
        
          
    
    }
    
    
    
    .error p{
    
        font-size: 1.4em;
        text-align: center;
        line-height: 1.2em;
        padding-left: 0.8em;
        padding-right: 0.8em;
        
    }
    
    
    
    

       
}



@media (min-width: 980px) {


   
    header img{

       
        width: 30%;
        height: auto;

    }


    p{

        font-size: 1.1em;
        line-height: 1.8em;
    }


    .welcome a {

        margin-left: 1.0em;
        display: block;
        width: 20%;
    }



    nav ul li{

        padding-right: 4.0em;
        font-size: 1.1em;
    }


    .hero-home{

        background-image: url(../images/hero-banner.jpg);
        background-repeat: cover;
        width: 100%;
        height: auto;
        
       
    
    }


    .hero-about{

        background-image: url(../images/about-banner.jpg);
        background-repeat: cover;
        width: 100%;
        height: auto;
        
       
    
    }


    .hero-products{

        background-image: url(../images/product-banner.jpg);
        background-repeat: cover;
        width: 100%;
        height: auto;
        
       
    
    }



    /* Styling the hero banners */


    .hero-home{

        height: 6em;
        width: 100%;
    }

    .hero-home p{

        padding-top: 1.0em;
        font-size: 1.8em;

    }


    .hero-about{

        height: 6em;
        width: 100%;
    }

    .hero-about p{

        padding-top: 1.0em;
        font-size: 1.8em;

    }


    .hero-products{

        height: 6em;
        width: 100%;
    }

    .hero-products p{

        padding-top: 1.0em;
        font-size: 1.8em;

    }


    /* Styling the welcome message */



    .welcome{

        flex-direction: row;
        justify-content: center;
    }



    .welcome section{

        width: 60%;
        padding: 2.0em;

    }


    .welcome img{

        width: 40%;
        height: auto;
        padding: 2.0em;
        align-self: flex-start;
        margin-top: 2.0em;

    }



    .mike{


        flex-direction: row;
        justify-content: center;
        margin-top: 2.0em;

    }


    .mike section{

        width: 50%;
        padding: 2.0em;

    }


    .mike img{

        width: 40%;
        align-self: flex-start;
        padding: 2.0em;
        margin-top: 1.0em;

    }





    


    /* Styling the information section */




    .info{

        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 0.5em;
        padding-bottom: 0.5em;

    }


    .info div{

        margin-right: 5.0em;
        
    }




    .info div section h3{ 

        font-size: 1.4em;
    
    }
    


    .info div img{

        width: 40%;

    }


    /* Styling the pickup section */


    .pickup{

        flex-direction: row;
        justify-content: space-between;
        padding: 2.0em;
        margin-left: 1.8em;
        margin-bottom: 1.2em;
    }




    .pickup img{

        width: 40%;
        height: auto;

    }


    .pickup section{

        width: 50%;

    }
       


     /* Styling the meat products section */


    .products{

        flex-direction: row;
        flex-wrap: wrap;
        flex: 50%;
        justify-content: center;
    }


    .products div{

        margin: 0 auto;
        padding: 1.0em;
    }



     /* Styling the shop local section */


    .shop-local{

        flex-direction: row;
        justify-content: space-between;
        padding: 2.0em;
        margin-left: 1.8em;
        margin-right: 1.8em;
        margin-top: 2.0m;
    }


    .shop-local img{

        width: 50%;
        height: auto;
        padding-right: 1.2em;
    }


    .shop-local section{

        width: 50%;

    }


    .footer-info{

        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 6.0em;
    }



    .footer-info div{


        width: 30%;



    }



    .footer-info div:nth-of-type(1){


        margin-right: 5.0em;



    }


    .footer-info img{

        width: 70%;
        height: auto;
        margin-bottom: 1.5em;

    }


    .products-page{

        flex-direction: row;
        justify-content: space-between;
        padding: 4.0em;
    }


    .products-page img{

        width: 50%;
        height: auto;
        align-self: flex-start;
        padding: 4.0em;
    }



    .products-page section{

        width: 50%;
        padding: 2.0em;
        margin-left: 3.0em;

    }


    .products-page ol{

        font-size: 1.1em;

    }




    .welcome img{

        width: 40%;
        height: auto;
        padding: 2.0em;
        align-self: flex-start;
        margin-top: 2.0em;

    }




    .error{

        background-image: url(../images/error3.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }



    .error h2{


        font-size: 6.0em;
        padding-top: 2.0em;
        padding-bottom: 0.6em;
        text-align: center;
        margin-top: 0.1em;
        
          
    
    }
    
    
    
    .error p{
    
        font-size: 1.6em;
        text-align: center;
        line-height: 1.2em;
        padding-left: 0.8em;
        padding-right: 0.8em;
        
    }
    
    
    
    .error a{
    
        font-size: 1.5em;
        padding: 3.0em;
        text-align: center;
        text-decoration: none;
        margin-top: 12.0em;

        
    }





    @media (min-width: 1280px) {


        /* Styling the logo */


        header img{
    
           
            width: 30%;
            margin-top: 1.0em;
            margin-bottom: 1.0em;
    
        }
    
    
        p{
    
            font-size: 1.2em;
            line-height: 1.8em;
        }

    
    
        .welcome a {
    
            margin-left: 1.0em;
            display: block;
            width: 20%;
        }
    
    
    
    
        /* Styling the hero banners */
    
    
        .hero-home{
    
            height: 6em;
            width: 100%;
        }
    
        .hero-home p{
    
            padding-top: 1.0em;
            font-size: 2.0em;
    
        }


        .hero-about{
    
            height: 6em;
            width: 100%;
        }
    
        .hero-about p{
    
            padding-top: 1.0em;
            font-size: 2.0em;
    
        }
    
    
        /* Styling the welcome message */
    
    
    
        .welcome{
    
            flex-direction: row;
            justify-content: center;
            padding: 4.0em;
        }  
    
    
    
        /* Styling the pickup section */
    
    
        .pickup{
    
            padding: 4.0em;
            
        }
    
    
    
    
        .pickup img{
    
            width: 40%;
            height: auto;
    
        }
    
    
        .pickup section{
    
            width: 50%;
    
        }
           
    
    
         /* Styling the meat products section */
    
    
        .product-background h2{

            font-size: 1.8em;
        }


        .product-background p{

            font-size: 1.4em;
        }
        
    
    
         /* Styling the shop local section */
    
    
        .shop-local{
    
        
            padding: 4.0em;

        }
    
    
        .shop-local img{
    
            width: 50%;
            height: auto;
            padding-right: 2.0em;
            padding-left: 2.0em;
        }
    
    
        .shop-local section{
    
            width: 50%;
    
        }


         /* Styling the products and services page */


        .products-page{

            padding: 4.0em;

        }



         /* Styling the contact page */


        .contact{

            padding: 4.0em;
        }



        .contact section dd{

            font-size: 1.1em;
        }


        .contact section dl{

            font-size: 1.1em;
        }


    

        /* Styling the footer section */
    
        .footer-info{
    
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-left: 7.0em;
    
        }
    
    
    
        .footer-info div{
    
    
            width: 30%;
    
    
    
        }
    
    
    
        .footer-info div:nth-of-type(1){
    
    
            margin-right: 5.0em;
    
    
    
        }
    
    
        .footer-info img{
    
            width: 25%;
            height: auto;
            margin-bottom: 1.5em;
    
        }

        .error{

            background-image: url(../images/error3.jpg);
            background-repeat: no-repeat;
            width: 100%;
            height: auto;
        }
    
    
    
        
        
        
        .error a{
        
            font-size: 1.5em;
            padding: 3.0em;
            text-align: center;
            text-decoration: none;
            margin-top: 19.0em;

    
            
        }
    
        
    
    }



    


    @media (min-width: 1400px) {


        /* Styling the top info */



        .top-info p{

            margin-left: 11.0em;
            margin-right: 11.0em;
    
        }
    
    


        header img{
    
           
            width: 20%;
          
    
        }


        nav ul li{

            padding-right: 6.0em;
            font-size: 1.2em;
            padding-bottom: 0.5em;
        }

    
    
        p{
    
            font-size: 1.2em;
            line-height: 1.8em;
        }

    
    
        
    
    
    
        /* Styling the hero banners */
    
    
        .hero-home{
    
            height: 7em;
            width: 100%;
        }
    
        .hero-home p{
    
            padding-top: 1.0em;
            font-size: 2.2em;
            box-shadow: #3E3E3E;
    
        }


        .hero-about{
    
            height: 7em;
            width: 100%;
        }
    
        .hero-about p{
    
            padding-top: 1.0em;
            font-size: 2.2em;
    
        }


        .hero-products{
    
            height: 7em;
            width: 100%;
        }
    
        .hero-products p{
    
            padding-top: 1.0em;
            font-size: 2.2em;
    
        }
    
    
        /* Styling the welcome message */
    
    
    
        .welcome{
    
            flex-direction: row;
            justify-content: center;
            margin-left: 7.0em;
            margin-right: 7.0em;
        }  


        .welcome section {
    
            padding-left: 4.0em;
            padding-right: 4.0em;
        }


        .welcome img {

            align-self: flex-start;
            width: 35%;
            margin-left: 3.0em;
            
        }
    
    
    
    
        /* Styling the pickup section */
    
    
        .pickup{
    
            padding: 4.0em;
            margin-left: 8.0em;
            margin-right: 8.0em;
            
        }



        .pickup h2{
    
            font-size: 1.8em;
            
        }
    
    
    
    
    
        .pickup img{
    
            width: 35%;
            height: auto;
            align-self: flex-start;
    
        }
    
    
        .pickup section{
    
            width: 50%;
    
        }



        .mike{


            margin-top: 2.0em;
            padding-left: 7.0em;
            padding-right: 7.0em;
    
        }
    
    
        .mike section{
    
            width: 50%;
            padding: 2.0em;
    
        }
    
    
        .mike img{
    
            width: 40%;
            align-self: flex-start;
            padding: 4.0em;
            margin-top: 1.0em;
    
        }
           
    
    
         /* Styling the meat products section */
    
    
        .product-background h2{

            font-size: 2.2em;
        }


        .product-background p{

            font-size: 1.4em;
        }



        .products{

            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 2.0em;
            margin-bottom: 2.0em;
         }
        
        
         .products div{
        
            margin: 0 auto;
            padding-bottom: 4.0em;
            width: 30%;
            
         }
        
        
         .products div h3{
        
            font-size: 1.4em;
            text-align: center;
            color: #F2F3F7;
            padding-top: 1.5em;
         }
        
        
         .products div p{
        
        
            text-align: center;
            
         }
        
        
        
         .products figure img{
        
            width:70%;
            height: auto;
            margin: 0 auto;
         }


         .products figure {
        
            display: block;
            text-align: center;
         }
        

        
    
    
         /* Styling the shop local section */
    
    
        .shop-local{
    
        
            padding: 8.0em;

        }
    
    
        .shop-local img{
    
            width: 50%;
            height: auto;
            padding-right: 1.2em;
            padding-left: 1.2em;
        }
    
    
        .shop-local section{
    
            width: 50%;
            padding: 2.0em;
    
        }


        .shop-local section h2{


            font-size: 1.8em;


        }
    


         /* Styling the products and services page */


        .products-page{

            padding-left: 7.0em;
            padding-right: 7.0em;
            padding-top: 7.0em;

        }



        .products-page section h2{


            font-size: 1.8em;
            margin-bottom: 1.5em;



        }



         /* Styling the contact page */


        .contact{

            margin-left: 7.0em;
            margin-right: 7.0em;
            padding-top: 7.0em;
        }


        .contact img{

            width: 50%;
        }



        


    

        /* Styling the footer section */
    
        .footer-info{
    
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-left: 6.0em;
        }
    
    
    
        .footer-info div{
    
    
            width: 30%;
            padding-left: 7.0em;
    
    
    
        }
    
    
    
        .footer-info div:nth-of-type(1){
    
    
            margin-right: 5.0em;
    
    
    
        }
    
    
        .footer-info img{
    
            width: 60%;
            height: auto;
            margin-bottom: 1.5em;
    
        }



        
        .error{

            background-image: url(../images/error4.jpg);
            background-repeat: no-repeat;
            background-size: 100%;
            height: auto;
        }
    
    
        .error a{
        
            font-size: 2.0em;
            padding: 3.0em;
            text-align: center;
            text-decoration: none;
            margin-top: 1.0em;
            text-shadow: #3E3E3E;

    
            
        }
        
    
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


}