/* 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: #8c3f14;
    font-size: 1.1em;
    line-height: 1.6em;


    
} 


p,a,cite{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#wrapper cite{

    font-size: 1.0em;
    display: block;
    color: #F2F3F7;
    background-color: #513727;
    padding-top: 0.8em;
    padding-bottom:0.8em;
    padding-right: 1.5em;
    text-align: right;
}

h2,h3{

    font-family: 'Source Serif Pro', 'Palatino Linotype', 'Book Antiqua', serif;
    color:#DB3436;
}


h2{

    font-size: 2.0em;
    text-align: left;
    font-weight: 400;
}


h3{
    font-size: 1.4em;
    text-align: left;
    font-weight: 400;
}


#wrapper{
    margin: 0 auto;
    width: 100%;
    padding: 0em 3.0em 0;
  
    

}


#wrapper + p{

    background-color: #513727;
    color: #F2F3F7;
    
}


/* Styling the header */

header{

    display: flex;
    background-color: #F2F3F7;
    justify-content: space-between;

}


header img{

    margin-top: 2em;
    margin-left: 5em;
    margin-bottom: 2em;


    
}

/* styling the navigation */

nav ul{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    
}


li a{

    display: inline-block;
	color: #DB3436;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
    margin-top: 4em;
    margin-right: 3.0em;
}



/* styling the hero image with the text overlay on home page*/

.hero-home{

    background-image: url(../images/hero-banner.png);
    height: 30em;
    margin-bottom: 5em;
}


.hero-home p{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    font-size: 2.8em;
    color:#F2F3F7;
    padding-top: 4.5em;
    padding-left: 4.0em;
    width: 12.0em;
    line-height: 1.4em;
    
    
}


/* styling the hero image with the text overlay on about page*/

.hero-about{

    background-image: url(../images/about-hero.png);
    height: 30em;
    margin-bottom: 5em;
}


.hero-about p{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    font-size: 2.8em;
    color:#F2F3F7;
    padding-top: 4.5em;
    padding-left: 4.0em;
    width: 12.0em;
    line-height: 1.4em;
    
    
}


/* styling the hero image with the text overlay on product page*/

.hero-products{

    background-image: url(../images/product-hero.png);
    height: 30em;
    margin-bottom: 5em;
}


.hero-products p{

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 600;
    font-size: 2.8em;
    color:#F2F3F7;
    padding-top: 4.5em;
    padding-left: 4.0em;
    width: 12.0em;
    line-height: 1.4em;
    
    
}


#wrapper h2:nth-of-type(1){

    margin-left: 6.5em;
    margin-bottom: 1.0em;
    margin-top: 3.0em;
}






/*styling the welcome section */

#wrapper section:nth-of-type(1){

    display: flex;
    justify-content: center;
    margin-top: 2.0em;
    margin-left: 8.0em;
    margin-right: 8.0em;
    margin-bottom: 3.0em;
}


#wrapper section:nth-of-type(1) article{

    padding-left: 5.0em;
    padding-right: 10.0em;
    margin-top: 2.0em;
    line-height: 1.8em;
   


}

#wrapper section:nth-of-type(1) article p:nth-of-type(1){

    margin-bottom: 2em;


}


#wrapper section:nth-of-type(1) article p:nth-of-type(2){

    margin-bottom: 3.0em;


}


#wrapper section:nth-of-type(1) img{

    padding-right: 5.0em;
    margin-right: 5.0em;
    border-left: #E4AE59 solid 0.1em;
    margin-bottom: 6.0em;
   
    

}


#wrapper section:nth-of-type(1) article a{

    text-decoration: none;
    background-color: #8c3f14; 
    color: #F2F3F7;
    font-size: 1.0em;
    padding: 0.6em;
    border-radius: 0.2em;
    margin-left: 8.0em;
  
}


/*styling the information section */


#wrapper section:nth-of-type(2){

    background-color: #F2F3F7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 2em;

}



#wrapper section:nth-of-type(2) div{

    margin-right: 4.0em;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    display: flex;
    align-items: center;
    


}


#wrapper section:nth-of-type(2) div article{

    margin-left: 1.0em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}


#wrapper section:nth-of-type(2) div article h3{

    margin-bottom: 0.5em;
}


/*styling the shop pickup section */

#wrapper h2:nth-of-type(2){

    margin-left: 22.8em;
    margin-bottom: 1.0em;
    margin-top: 3.0em;
}
    
#wrapper section:nth-of-type(3){ 

    display: flex;
    justify-content: center;
    margin-top: 2.0em;
    margin-left: 8.0em;
    margin-right: 8.0em;
    margin-bottom: 3.0em;
}


#wrapper section:nth-of-type(3) article{

    padding-right: 15.0em;
    padding-left: 5.0em;
    margin-top: 2.0em;
    line-height: 1.8em;


}


#wrapper section:nth-of-type(3) article p{

    margin-bottom: 2em;

}


#wrapper section:nth-of-type(3) article p:nth-of-type(2){

    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
    font-size: 1.5em;
    color: #DB3436;
    margin-bottom: 1.0em;

}


#wrapper section:nth-of-type(3) article p:nth-of-type(3){


    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
    margin-bottom: 1.0em;
    font-size: 1.2em;
    color: #DB3436;


}


#wrapper section:nth-of-type(3) article p:nth-of-type(4){


    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
    font-size: 1.2em;
    color: #DB3436;


}



#wrapper section:nth-of-type(3) img{

 
    margin-left: 5.0em;
    border-left: #E4AE59 solid 0.1em;
    margin-bottom: 3.0em;
    padding-left: 1.0em;
   
    
}


/*styling the meat products section */



#wrapper section:nth-of-type(4){

    background-color: #3E3E3E;
    padding-bottom: 3.0em;
}


#wrapper section:nth-of-type(4) h2{

    color: #F2F3F7;  
    padding-top: 3.0em;  
    margin-left: 19.0em;
}


#wrapper section:nth-of-type(4) h3{

    color: #E4AE59; 
    font-size: 1.3em; 
    font-family: 'Outfit', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
    text-align: center;
   
}


.products{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 8.0em;
    margin-right: 8.0em;
    margin-bottom: 2.0em;
    
}


.products div{

    width: 33.3%;
    padding-top: 2.0em;
    font-family: 'Source Serif Pro', 'Palatino Linotype', 'Book Antiqua', serif;
    font-size: 1.1em; 
    color: #F2F3F7;
    text-align: center;
    margin-top: 3.0em;
}


.products div img{

    margin-bottom: 2em;
}





/*styling the shop local section */


#wrapper section:nth-of-type(5){

    display: flex;
    justify-content: center;
    margin-top: 2.0em;
    margin-left: 8.0em;
    margin-right: 8.0em;
}


#wrapper section:nth-of-type(5) article{

    padding-left: 5.0em;
    padding-right: 4.0em;
    margin-top: 2.0em;
    line-height: 1.8em;
   

}

#wrapper section:nth-of-type(5) img{

    padding-left: 1.0em;
    margin-right: 5.0em;
    border-left: #E4AE59 solid 0.1em;
    margin-bottom: 6.0em;

}

#wrapper h2:nth-of-type(3){

    margin-left: 6.5em;
    margin-top: 4.0em;
}

iframe{

    border: #E4AE59 solid 0.1em;
    margin-bottom: 2.0em;
    margin-left: 3.0em;
}


/*styling the footer section */

footer{

    background-color: #F2F3F7;
}

.footer-info{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 14.0em;
    margin-bottom: 3.0em;
    
}


.footer-info div{

    width: 33.3%;
}


/*styling the footer section 1 */

.footer-info div:nth-of-type(1) {

    font-size: 0.9em;
    margin-top: 5.0em;
    padding-right: 8.0em;

    

}


.footer-info div:nth-of-type(1) p{

 
    margin-top: 2.0em;
    

    
}


.footer-info div:nth-of-type(1) p:nth-of-type(3){


    margin-top: 1.0em;
  

}


/*styling the footer section 2 */


.footer-info div:nth-of-type(2) {

    font-size: 0.9em;
    margin-top: 7.0em;
    padding-right: 8.0em;

    

}

.footer-info div:nth-of-type(2) h3{


    margin-bottom: 1.0em;

}


.footer-info div:nth-of-type(2) p:nth-of-type(2){


    margin-bottom: 2.0em;

}

/*styling the footer section 3 */


.footer-info div:nth-of-type(3) {

    font-size: 0.9em;
    margin-top: 7.0em;
    padding-right: 8.0em;

    

}

.footer-info div:nth-of-type(3) h3{

    margin-bottom: 1.0em;

}


.footer-info div:nth-of-type(3) li a {

    margin-top: 0.3em;

    

}


footer section:nth-of-type(2){

    background-color: #513727; 
    color: #F2F3F7;
    font-size: 0.8em;

}


footer section:nth-of-type(2) p{

    padding-top: 2.0em;
    padding-bottom: 2.0em;
    text-align: center;

}




/*styling about mike section */
 

    
.mike{ 

    display: flex;
    justify-content: center;
    margin-top: 2.0em;
    margin-left: 8.0em;
    margin-right: 8.0em;
    margin-bottom: 3.0em;
}


.mike article{

    padding-right: 15.0em;
    padding-left: 5.0em;
    margin-top: 2.0em;
    line-height: 1.8em;


}


.mike article p{

    margin-bottom: 2em;

}


/* Styling the lists of services*/


ol li{

    font-size: 1.2em;
    color:#DB3436;
    list-style: outside;
    margin-bottom: 0.2em;
   
}




/*styling the contact information section */



.contact img{


    padding-left: 1.0em;
    margin-left: 6.0em;


}


.contact div{

    margin-right: 3.0em;
    margin-top: 2.0em;
}


.contact div h3{

    margin-bottom: 1.0em;
}


.contact div p:nth-of-type(2){

    margin-bottom: 2.0em;
}

.contact div p:nth-of-type(4){

    margin-bottom: 2.0em;
}


.contact div p:nth-of-type(6){

    margin-bottom: 2.0em;
}



/* styling links */

ul a:link{

    color: #DB3436;
}



 ul a:visited{

	color: #DB3436;
}




 ul a:hover{

	color: #E4AE59;
	border-bottom: 1px solid #DB3436;
	
}


ul a:active{

	color: #513727;
	border-bottom: 1px solid #DB3436;
	
}



ul, footer a:active{

	color:#F2F3F7;
}


ul, footer a:focus{

	color: #E4AE59;
}
