*{
    margin: 0px;
    padding: 0px;

}
body{
    font-family: 'Alegreya';
    font-size: 17px;
    font-weight: 400;
    /* color: #606060; */
}
.clr{
    clear: both;
}
/* nav */
.nav{
    background-color:white;
    overflow: auto;
    font-size: 18px;
}
.nav ul{
 
    list-style-type: none;
    overflow: auto;
    float: right;
    margin-right: 10%;
    
}
.nav li{
    margin: 10px;
    padding: 10px;
    
    float: left;
}
.nav .logo{
    width: 150px;
    float: left;
    margin: 10px 30px;
    margin-left: 10%;
    height: 45px;
}
.nav a{
    text-decoration: none;
    color: black;
}
.home{
    background-image: url(images/drew-coffman-1872.jpg);
background-position:90% 90% ;
}
.about{
    text-align: center;
    padding: 5%;
    color: #fff;
}
.about h1{
    font-size: 56px;
}
.about p{
    font-size: 18px;
    margin: 14px 80px 10px;
}

.story{
    margin: 25px;
    padding: 40px;
    overflow: auto;
}
.story_img{
float: left;
width: 50%;
margin-left: 10%;
}
.story_img img{
    width: 80%;
}
.story_taxt{
    float: left;
    width: 30%;
}
.story_taxt h2{
margin: 0 0 25px;
}
.story_taxt p{
    margin: 0 0 25px;
    font-size: 18px;


}
.line_1{
    background-color: rgba(96, 96, 96, .5);
    height: 2px;
width: 70px; 
margin: 30px 0 30px 0;
}
.bakery{
    background-color: #F8F8F8;
    overflow: auto;
}
.bakery_1{
    text-align: center;
    padding: 50px;
}
.bakery_1 h3{
    font-size: 30px;
    margin: 20px 0 20px 0;
}
.bakery_1 p{
    font-size: 20px;
    margin: 17px 40px 0;

}
.bakery_2{
float: left;
width: 25%;
margin-left: 10%;
}
.bakery h5{
    font-size: 18px;
    margin-bottom: 18px;
    color: #303030;
    margin: 0 0 18px;
}
.bakery p{
    color: #686868;
    margin: 25px 0 25px 0;
}
.bakery_3{
    float: left;
    width: 25%;
    margin: auto;
    


}
.bakery_4{
    float: left;
    width: 25%;


}
.counter{
    background-color:#8e7754 ;
    color: white;
    overflow: auto;
    text-align: center;

}
.counter img{
    margin: 30px 0 20px;
    padding: 25px 0 0px 0;


}
.counter h3{
    margin: 0 0 20px;
    padding: 15px 0 15px 0;
    font-size: 50px;

}
.counter p{
    font-size: 20px;
    margin-bottom: 15px;
    padding: 15px 0 15px 0;
}
.counter_1{
width: 20%;
float: left;
margin-left: 10%;
}
.counter_2{
    width: 20%;
float: left;
}
.counter_3{
    width: 20%;
float: left;
}
.counter_4{
    width: 20%;
float: left;
}











/* details */
.details{
    background-color: #403d38;
    overflow: auto;
    color: #fff;
}


.one{
    width: 20%;
    /* height: 100%; */
    float: left;
    margin-left: 8% ;
    margin-right: 10px;


}
.one p{
    padding-top: 10px;
    padding-bottom: 10px;
}
.two{
    width: 20%;
    /* height: 100%; */
    float: left;
    margin-right: 10px;

}
.details div{
    color: #969696;
    font-size: 16px;
}
.details div h4{
    padding-top: 20px;
}
.details div ul{
    list-style: none;
    padding-top: 20px;
}
.details div li{
    padding-top: 10px;
}
.details div p{
    display:inline-block;
}
.three{
    width: 20%;
    /* height: 100%; */
    float: left;
    margin-right: 10px;

}
.four{
    width: 20%;
    height: 100%;
    float: left;
margin-right: 10px;
background-image:url(images/contact-details-map.png) ;
background-repeat: no-repeat;
background-size: contain;
background-position: 100% 100%;
}
.four ul li img{
    width: 20px;
    float: left;

}
.four  ul li p{
float: left;
}
.four a{
    color: #969696;
    ;
    text-decoration: none;
}
/* line */
.line{
    background-color: rgba(96, 96, 96, .5);
    height: 1px;
    width: 250px;
}
/* footer */
.footer{
    text-align: center;
    background-color: #353330;
    padding-top: 50px;
    padding-bottom: 40px;
    color: #777;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 5px;
  height: 5px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  
}
  
.fa{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  .icon{
      padding: 30px;
  }