body{
    background-color: #6d6330;
    /* background-image:url("images/bakeryimg.jpg"); */
}
div.p{
    color: #ffffff;
}

#head{
    text-align: center;
    color: rgba(0, 0, 0, 0.767);
}

html{
    scroll-behavior: smooth;
   
}

#logo{
    height: 140px;
    width: 200px;
    /* margin-bottom: 10px;
    margin-top: 2px;
    margin-left: 10px; */
    border-radius: 10px;
    border-radius: 10px;
    /* border: 2px solid red; */
}
#container{
    display: flex;
    height: 120px;
    border-radius: 60px;
    /* border: 10px solid rgba(53, 51, 26, 0.877); */
}
#menubar{
    height: 40px;
    width: 30px;
    display: flex;
    color: rgba(0, 0, 0, 0.877);
    display: none;
    justify-content: flex-end;
    float: right;
}

.dropdown-content{
    background-color: #101a35;
    border-radius: 10px;    
}

.links{
    text-decoration: none;
    padding: 15px;
    color: rgba(26, 27, 17, 0.877);
    font-size: 17px;
    transition-property:color;
    transition-duration: 700ms ;
    
}
.links:hover{
    color: rgba(255, 255, 255, 0.975) ;
}
ul{
    list-style: none;
    display: flex;
}

#navbar{
    display: flex;
    margin-top: 45px;
    margin-left: 330px;
}
#search1{
    border: 1px solid rgba(144, 91, 12, 0.877);
    background-color: #53472d;
    color: white;
    padding: 10px;
    height: 10px;
    width: 100px;
    border-radius: 15px;
    margin-top: 10px ;
}
#searchicon{
    position: relative;
    right: 25px;
    color: rgba(190, 164, 124, 0.877) ;
}
#extra{
    text-decoration: none;
    border: 1px solid rgba(144, 91, 12, 0.877);
    border-radius: 15px ;
    padding: 5px;
    color: rgb(255, 255, 255);
    background-color: #74733c;
    height: 19px;
    width: 130px;
    margin-top: 10px;
}
#extra:hover{
    background-color:rgba(144, 91, 12, 0.877) ;
    color: rgb(0, 0, 0);
}



#section{
    border: 1px solid rgb(89, 90, 48);
    background-color: rgba(124, 116, 69, 0.986);
    height: 300px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 400px;
    border-bottom-left-radius: 400px;
    
    
}
#main-content{
    font-family: 'Genos', sans-serif;
    font-size: 50px;
    color: rgba(230, 188, 125, 0.877);
    text-align: center;
}
#normalpara{
    width: 900px;
    margin-left: 300px;
    text-align: center;
    font-size: 23px;
}




#parent{
    display: grid;
    grid-template-columns: repeat(4,300px);
    grid-column-gap: 20px;
    justify-content: space-around;
    margin-top: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 4px solid rgb(133, 122, 62);
    height: 930px;
}
.size{
    height: 300px;
    margin-top: 25px;
    width: 300px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;

    /* border: 1px solid red; */
}   
.text{
    text-align: center;
    color: #000000;
    cursor: pointer;
    font-size: 20px;

}   
.size:hover{
    opacity: 0.6;
    cursor: pointer;
}  
.anchor{
    text-decoration: none;
    border: 1px solid rgba(144, 91, 12, 0.877);
    border-radius: 12px;
    padding: 5px;
    color: rgb(7, 5, 5);
    background-color: #817f10;
    margin-left: 90px ;
} 
.anchor:hover{
    background-color:rgba(87, 58, 16, 0.877) ;
    color: white;
}


/* this is commented by me------------------- */

#section1{
    margin-top: 80px ;
    height: 300px;
    width: 100%;
    
    border: 1px solid rgb(44, 61, 12);
    background-color: rgb(94, 97, 59);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    
}
#query{
    padding-top: 50px;
    color: #cfa549;
    margin-top: 20px;
    text-align:center;
    font-size: 30px;
    
}
#con{
    text-align: center;
    font-size: 18px;
    color: #000000;
}


#contact-id{
    text-decoration: none;
    padding: 10px;
    border: 1px solid rgba(144, 91, 12, 0.877);
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.877); 
    display: inline-block;
    margin-left: 45%;
    background-color:rgba(189, 226, 85, 0.533) ;
}
#contact-id:hover{
    background-color:rgba(144, 91, 12, 0.877) ;
    color: white;
}


/* footer of home page styling */

#footer_section{
    height:300px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    
    background-color: #796839d3;
    /* border-top: 1px solid rgba(110, 46, 46, 0.877);  */
    display: flex;
    width: 100%;

}
.fLinks{    
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.fLinks:hover{
    color: #d8cbb1;
}

#col1>img{
    width: 200px;
    height: 130px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    color: white;
   

}
#col1{
    margin-left: 40px;
    height: 300px;
    width: 100px;
    position: relative;
    top: 50px;
    
}

#col2{
    
    font-size: 15px;
    flex-wrap: wrap;
    height: 150px;
    width: 150px;
    position: relative;
    top: 50px;
    left: 120px;
}
#col3{
    font-size: 15px;
    flex-wrap: wrap;
    height: 200px;
    width: 150px;
    position: relative;
    top: 50px;
    left: 150px;
}
#col4{
    flex-wrap: wrap;
    height: 200px;
    width: 133px;
    position: relative;
    top: 70px;
    left: 240px;
}

#svg1{
    height:10px;
    width:10px; 
    /* display:inline-block; */
}
#svg2{
    padding-top: 20px ;
    height:10px;
    width:10px;
    /* display: inline; */
}
.fcontact:hover{
    cursor: pointer;
    color: #fffaee;
}

.links1{
    padding: 5px;
    height: 60px;
    width: 30px;
}
.links1:hover{
    cursor: pointer;

}
#lastfoot{
    font-size: 17px;
    height: 200px;
    width: 400px;
    position: relative;
    top: 50px;
    left: 350px;
}
#mail-id{
    font-size: 13px;
    border-radius: 30px;
    background-color: #4b4b2c;
    padding: 15px;
    width: 200px;
    height: 10px;
    border:1px solid #251e0f;
    color: #ffffff;
}
#submiticon{
    text-decoration: none;
    background-color: #4d4d29;
    border: 1px solid #000000;
    color: #000000;
    /* padding-left: 15px; */
    height: 45px;
    width: 130px;
    padding: 5px;
    border-radius: 30px;    
}
#submiticon:hover{          
    cursor: pointer;
    background-color: #2a2c18b6;
    color: white;
}


/* JS Purpose */
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(173, 189, 82, 0.733);
}


.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color:#cfa549 ;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 20px;
}
.dropdown-content a:hover {
  color: #e9fcf4 ;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: #251e0f;
  
}