*,body{
    font-family: "Ancizar Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 0px;
    padding: 0px;
}
.clr{
    clear: both;
}
header{
    height: 100dvh;
    background-image: url("../img/drew-coffman-1872.jpg");
    background-size: 100% 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);

    
}
/* start home */
.home{
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 7% auto;
}

header .home p{
    font-size: 26px;
}

header .home h1{
    margin: 40px 0px;
    font-size: 5rem;
    font-weight: 300;
}

header .home button{
    border-style: none;
    font-size:26px ;
    margin: 40px 10px;
    color: #fff;
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 5px;

}

header .home .btn1{
    background-color: #8E7754;
}

header .home .btn2{
    border:solid #fff 1px  ;
}
/* end home */

/* start nav */

header nav{
    position: sticky;
}

header nav ul{
    float: right;
    margin-right: 5%;
}

header nav ul li{
    list-style: none;
    float: left; 
    margin: 20px 20px;
}

header nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

header nav img{
    width: 200px;
    margin-left:5% ;
    margin-top: 10px;
}
/* end nav */

/* Start About Section */

.about{
    margin: 7%;
}

.about .about-img{
    width: 45%;
    float: left;
    margin-left: 50px;
}

.about .about-img img{
    width: 100%;
}

.about .about-content{
    width: 40%;
    float: right;
    margin: 30px 50px 20px 0px;

}

.about .about-content ul li ,
.about .about-content p,
.location .location-content p{
    list-style: none;
    color: #716D68;
    line-height: 40px;
}

.about .about-content h2{
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 300;
}

/* End About Section */

/* Start Location Section  */

.location-color{
    background-color: #F8F8F8;
    padding: 20px;
}

.location{
    margin: 7%;

}

.location .location-content h2{
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.location .location-content{
    width: 45%;
    margin: 30px 50px 20px 0px;
    float: left;

}

.location .location-img {
    width: 45%;
    float: right;
    margin-right: 20px;
}

.location .location-img img{
    width: 100%;
}

/* End Location Section  */

/* Start baking section */

.baking{
    text-align: center;
    margin: 7%;

}

.baking h2{
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.baking p{
    list-style: none;
    color: #716D68;
    line-height: 30px;
}

.baking .item{
    width: 29%;
    /* background-color: aqua; */
    padding: 20px;
    float: left;

}
.baking .baking-container{
    margin-left: 20px;
}

.baking .item img{
    width: 100%;
}

.baking .item h3{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 300;
}

/* End baking section */


/* Start Contact section */

.contact-color{
    background-color: #F8F8F8;
    /* padding: 20px; */
}

.contact{
    margin: 7%;   
    margin-left: 9%;
    background-color: #F8F8F8;
margin-bottom: 0px;
}

.contact .contact-content{
    width: 40%;
    float: left;
    margin: 30px 50px 20px 0px;
    
}

.contact .contact-content ul li ,
.contact .contact-content p{
    list-style: none;
    color: #716D68;
    line-height: 40px;
}

.contact .contact-content h2{
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.contact .contact-content h4{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #716D68;
}

.contact .contact-img{
    width: 45%;
    float: right;
    margin-right: 50px;
    padding: 20px;
}

.contact .contact-img img{
    width: 100%;
}

/* End Contact section */


/* Start blog section */

.blog{
    padding: 5%;
    padding-left: 10%;
    background-color: #403D38;
    padding-right: 10%;

}

.blog .item{
    width: 23%;
    padding: 10px;
    float: left;
}

.blog .item h3{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
}

.blog .item p{
    color: #716D68;
    line-height: 30px;
}

.blog .item ul li{
    list-style: none;
    color: #716D68;
    line-height: 40px;
}

.blog .item hr{
    height: 1px;
    background-color:  #716D68;
    border: none;
}

.blog .item ul li img{
    width: 10px;
    margin-right: 10px;
}

.blog-back{
    background-image: url(/img/contact-details-map.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center; 

}

/* End blog section */

/* start footer  */

.footer{
    text-align: center;
    padding-top:30px ;
    padding-bottom:3% ;
    background-color: #353330;

}

.footer p{
    color: #716D68;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* end footer  */