
body{
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}
h1 , h2 , h3 , h4{
    font-family: "Alegreya", sans-serif;
    font-weight: 400;
}
.container{
    margin: 0 auto;
    width: 90%;
}
.clear{
    clear: both;
}
a{
    color: inherit;
    text-decoration: none;
}
/* start navbar */
.nav{
    background-color: #4c4246;
    padding: 10px;
}
.nav .logo{
    float: left;
    width: 50%;
    
}
.nav .logo img{
    width: 30%;
}
.nav ul{
    list-style: none;
    color: white;
    padding: 0;
    float: right;
    width: fit-content;
}
.nav ul li{
    float: left;
    margin-right: 20px;
    font-size: 18px;
    
}
/* home section */
#home{
    background-image: url(images/drew-coffman-1872.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: auto;
    color: #ffffff;
}
#home .content{
    text-align: center;
    margin-top: 100px;

}
#home .content p{
    font-size: 24px;
}
#home .content h1{
    font-size: 76px;
}
button{
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    padding: 18px 24px;
    color: white;
    background-color: #8e7754;
    border: solid 2px #8e7754;
    margin: 10px;
}
.button{
    background-color: transparent;
    border: solid #ffffff 2px;
}
/* who section */
#who{
    padding: 10px;
    overflow: auto;
}
#who .img-who{
    width: 45%;
    float: left;
    margin-top: 40px;
    overflow: auto;
}
#who .img-who img{
    width: 100%;
}
#who .content-who{

    width: 45%;
    float: right;
    padding: 40px;
} 
#who .content-who h2{
    font-size: 32px;
    color: rgb(48, 48, 48);
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif;
    
}
#who .content-who p{
    font-size: 17px;
    line-height: 32px;
    word-spacing: 2px;
    color: rgb(104, 104, 104);
}
#who .icons ul{
list-style: none;
color: rgb(104, 104, 104);
font-size: 17px;
line-height: 32px;
vertical-align: middle;
}

#who .icons .icon-img{
    vertical-align: middle;
    margin-inline: 10px;
    width: 25px;
    line-height: 32px;
}
/* our location */
#our-location{
    padding: 10px;
    overflow: auto;
    background-color: #f8f8f8;
}
#our-location .img-our{
    width: 45%;
    float: right;
    margin-top: 40px;
    overflow: auto;
}
#our-location .img-our img{
    width: 100%;
}
#our-location .content-our{
    width: 45%;
    float: left;
    padding: 40px;
}
#our-location .content-our h2{
    font-size: 32px;
    color: rgb(48, 48, 48);
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif;
    line-height: 44px;
}
#our-location .content-our p{
    font-size: 17px;
    line-height: 32px;
    word-spacing: 2px;
    color: rgb(104, 104, 104);
}
/* our baking */
#our-baking h3{
    color: rgb(48, 48, 48);
    text-align: center;
    font-size: 30px;
    line-height: 41px;
    margin-top: 80px;
    overflow: auto;
}
#our-baking p{
    color: rgb(136, 136, 136);
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 80px;
}
div .baking-items .item1{
    width: 31%;
    text-align: center;
    display: inline-block;
    margin: 10px;
}
div .baking-items .item2{
    width: 31%;
    margin: 10px;
    text-align: center;
    display: inline-block;
}
div .baking-items .item3{
    width: 31%;
    margin: 10px;
    text-align: center;
    display: inline-block;
}
div.baking-items img{
    width: 100%;
}
.baking-items h4{
    color: rgb(48, 48, 48);
    text-align: center;
    font-size: 22px;
}
.baking-items p{
    color: rgb(136, 136, 136);
    font-size: 17px;
    line-height: 32px;
    text-align: center;
}
/* contact information */
#contact-info{
    padding: 10px;
    overflow: auto;
    background-color: #f8f8f8;
}
#contact-info .info{
    width: 45%;
    float: left;
    padding: 40px;
}
#contact-info .info h2{
    font-size: 32px;
    color: rgb(48, 48, 48);
}
#contact-info .info p{
    font-size: 17px;
    line-height: 32px;
    word-spacing: 2px;
    color: rgb(104, 104, 104);
}
#contact-info .info ul{
    list-style: none;
    color: rgb(104, 104, 104);
    font-size: 17px;
    line-height: 32px;
    text-align: left;
    vertical-align: middle;
}
#contact-info .info img{
    margin-inline: 10px;
    width: 30px;
    line-height: 32px;
    background-color: #8e7754;
    vertical-align: middle;
}
#contact-info .map{
    width: 45%;
    float: right;
    margin-top: 40px;
    overflow: auto;
}
#contact-info .map img{
    width: 100%;
}
/* about us */
#about-us{
    padding: 10px;
    overflow: auto;
    background-color: #403d38;
}
#about-us .about-us{
    text-align: left;
    float: left;
    width: 18%;
    padding: 20px;
}
#about-us h4{
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 25px;
}
#about-us p{
    color: rgb(150, 150, 150);
    font-size: 16px;
    line-height: 30px;
}
#about-us .special{
    float: left;
    width: 20%;
    padding: 20px;
    text-align: left;
}
#about-us .special .special-list{
    list-style:circle ;
    color: rgb(150, 150, 150);
    font-size: 16px;
    text-decoration-line: underline;
    line-height: 32px;
}
#about-us .hours{
    float: left;
    width: 20%;
    padding: 20px;
    text-align: left;
}
#about-us .hours-list ul{
    list-style:circle ;
    color: rgb(150, 150, 150);
    font-size: 16px;
    text-decoration-line: underline;
    line-height: 32px;
}
#about-us .details{
    width: 27%;
    padding: 20px;
    float: left;
    text-align: left;
}
#about-us .details ul{
list-style: none;
color: rgb(150, 150, 150);
font-size: 17px;
line-height: 32px;
}
#about-us .details .details-icons li{
    margin-inline: 10px;
    width: 20px;
    line-height: 32px;
}
#about-us .details img{
    width: 25px;
    margin-right: 4px;
}
/* bakery */
#bakery{
    background-color: #353330;
    text-align: center;
    padding: 80px;
    overflow: auto;
}
#bakery .bakery-img{
    margin-top: 20px;
}
#bakery p{
    color: rgb(119, 119, 119);
    font-size: 15px;
    line-height: 28px;
}
#bakery .icons-end{
    display: flex;
    justify-content: center;
    gap: 15px;
}
#bakery .icons-end img{
    width: 60px;
}