body{
    background-color: rgb(73, 73, 67);
}
.background-img {
    background-image: url("https://www.shamrockfoodservice.com/wp-content/uploads/2020/08/CM_Kitchentelligence-Live-Image-1400x780_0820.jpg");
    background-color: #cccccc;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
  }
  

.header{
    font-family: 'Courgette', cursive;
    color: white;
    background-color: rgba(41,40,40,0.7) ;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:2%; 
}
  #title{
      font-size: 40px;
      font-family: 'Courgette', cursive;

  }
  
    

li {
    display: flex;
    text-decoration:none;
    display: inline;
    padding: 10px 30px;
    font-size: 25px;
    
 
 }
    
 #start{
    font-family: 'Courgette', cursive;
    font-size: 30px;
    border:2px solid black;
    background-color: rgb(255, 204, 0);
    box-shadow: 2px 2px 20px rgb(3, 21, 24) ;
    border-radius: 10%;
    padding:40px;
    margin-left: 43%;
    margin-top: 10%;
    transition: 1s ease;
     
 }

#start:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;

}


iframe{
    border:5px solid beige;
}

#about-us{
    margin-left: 30px;
}
 .container h1{
    font-family: 'Courgette', cursive;
    margin-left: 0px;
    color: white;
    font-size: 40px;
 }
 .container p{
     margin-left: 30px;
     margin-right: 30px;
    color:beige;
    font-size: 20px;
    text-indent: 50px;
 }
 

 #clickme{

    width: 100%;
 }
 
.row {
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding: 40px;
    background-color: #b8a745;
    border-right:3px solid rgb(207, 194, 149);
    border-left: 3px solid rgb(207, 194, 149) ;
    border-bottom: 3px solid rgb(207, 194, 149)


}


img{
    transition: 1s ease;
    border: 3px solid black;
    box-shadow: 10px 10px 10px black;
    gap: 100px;
    margin-bottom: 50px;
     
     
}
img:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;

}

#contact{
    display: flex;
    text-decoration:none;
    display: inline;
    padding: 10px 30px;
    font-size: 25px;
}
#begin{
    border-bottom: 1px solid white;
}
.button{
    background-color: rgb(74, 48, 128);
    box-shadow:2px 2px 5px rgb(3, 21, 24);
}
/*added a  fade out animation for the list items when you click x*/

.callout, label{
 
    background-color:rgba(41,40,40,0.7); 
    display: flex;
    align-items: center;
    transition: all 0.4s ease-out;
    opacity: 0;
    opacity: 1;
    
}
.lead{
    font-size: 30px;
    font-family: 'Courgette', cursive;
    
}
    


.menu{
    background-color:none ; 
    display: flex;
    padding:10%;
    align-items: center;
   }

#back-ground{
    height: 2500px;
    background-color:#b8a745 ;


}

.button-cont   {

    display: grid;
    gap:10px; 

 }

 .top-btn:hover{
    background-color: rgb(221, 176, 28);
 }

footer{
    
    transition: 1s ease;
    text-align: center;
    background-color: beige;
}

a:hover{
    background-color: rgb(221, 176, 28);
      
}

