body{
    background-color: #f2f4f2 ;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

h2{
    font-family: 'Monstserrat', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
}


a{
    font-family: 'Roboto', sans-serif;
    color: black;
}

a:visited{
    color: black;
}

a:hover{
    color: #f48635;
}

button{
    text-align: center;
    color: #f2f4f2;
    z-index: 0;
    border: none;
    border-radius: 100px;
    background: #3a2618;
    transition: 150ms ease-out;
    width: 80px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

button:hover{
    text-align: center;
    background: #f2f4f2;
    color: #3a2618;
    border: 1px solid #3a2618;
    scale: 1.1;
}

header{
    z-index: 10;
    margin-left: 0px;
    background-color: #cdc4b9;
    height: auto;
    top: 0;
    width: 100%;
    position: fixed;
    
}

header.scrolled{
    background-color: transparent;
}

nav{
    background-color: #cdc4b9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

#logo{
    width: 60px;
    margin: 5px;
    height: auto;
    aspect-ratio: 1/1;
}

#brand{
    display: flex;
    justify-content: start;
    justify-items: center;
    text-align: center;
    align-items: start;
    align-content: center;

    h1{
        font-size: 40px;
        font-family: 'Poppins' ;
        margin: 5px;
        padding: 0px;
        align-items: center;
    }
}

#brand{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#items{

    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    align-content: space-evenly;
    margin-right: 20px;
    font-size: large;
}

#items .head{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-grow: 1;
    margin-left: 20px;  
    text-decoration: none; 
    font-size: 20px;
    background-size: 0px;
    height: 30px;
    width: 80px;
    border-radius: 7px;
    transition: all 200ms ease-out;

}

#items .head:hover{
    color:  #f2f4f2 ;
    background-color: #3a2618;


}







/* start ours */

#d{
    margin-top: 70px;
    text-align: center;
}

@media(max-width: 700px){
    #d{
        margin-top: 140px;

    }
    #logo{
          width:100px
    }
    #brand h1{
        font-size: 36px;
    }

    
}


h2{
    background-color: #271c12;
    height: 60px;
    top: 0;
    color: #f2f4f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;

} 

  
  .product-item {
    margin-bottom: 20px;
    color: #271c12;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    margin: 20px;
    font-size: 20px  ;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;

  
  }
  
  .product-item.reverse {
    flex-direction: row-reverse;
  }
  
  .product-text {
    flex: 1 1 50%;

    h2{
        margin: 10px;
        text-align: center;
        border-radius: 10px;
    }
    ul{
        padding-inline-start: 15px;
    }
  }
  
  
  .product-image img {
    width: 350px;
    height: auto;
    border: 1px solid #000;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    margin: 10px;
  }





/* end ours */






#foot{
    background-color: dimgray;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

table.tab{
    
    padding: 10px ; 
    margin-bottom: 0px;
    border: 0px;
    display: table;

}

.tab  td{
    border: 0px;   
    padding-left: 20px;
    top: 0px;
    vertical-align: top;
}

form{
    padding-right: 30px;
    background-color: dimgray;
}

input{
    background-color: rgb(144, 144, 144);
    box-sizing: 0;
    border: 1px solid black ;
}

textarea{
    background-color: rgb(144, 144, 144);
    box-sizing: 0;
    border: 1px solid black ;
}

input::placeholder{
    color: #2a2929;
}

textarea::placeholder{
    color: #2a2929;
}

#sub{
    color: black;
    text-align: center;
    width: 100%;
    background-color: #cdc4b9;
    cursor: pointer; 
    letter-spacing: 1px;
}

#sub:hover{
    background-color: #f48635;
    color:rgb(15, 255, 39);
    letter-spacing: 1.5px;

}

#ft {
    background-color: dimgray;
    text-align: right;
    margin-left: 0px;

}

#ft .td{
    top: 0px;
    vertical-align: top;
}

#ft .td1{
    padding-left: 0px;
    
}

footer{
    background-color: dimgray;
    justify-content: center;
}

#fl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
