
/* CTRL + S */
h1, h2, .spicy-rice-regular {
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-style: normal;
}

.protest-revolution-regular {
  font-family: "Protest Revolution", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


main {
    background-color: #F1E4CB;
    display: flex;
    flex-direction: column;

}

header {
    background-color: #3b0505;
    color: #F1E4CB;
    display:flex;
    flex-direction: row;
    padding-left: 24px;
}

.site-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;

}

.menu-bar{
    filter: brightness(0) saturate(100%) invert(98%) sepia(45%) saturate(956%) hue-rotate(313deg) brightness(93%) contrast(95%);
    align-items: center;
    display: flex;
}

.logo-container{
    display: flex;
    align-items: center;
    gap: 24px;

}
.logo-icon{
    width: 25%;
    height: auto;
    border-radius: 50%;
    background-color: #F1E4CB;
    aspect-ratio: 1/1;
    white-space: nowrap;
}

h1 {
    font-size: 3rem;
    text-align: center; 
}

.title{
    padding-right: 24px;
    font-size: 2rem;
    white-space: nowrap;
}


h2{
    text-align:center;
    padding-top: 16px;
    font-size: 2rem;
}

li {
    list-style-type: none;
    font-size: 24px;
    text-align: end;
}

p{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.hero-section{
    height: 600px;
    background-image: url('images/hero-section1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
}

.hero-section h1{
    font-family: "Protest Revolution" , sans-serif;
    font-size: 4rem;
}

/* testing for tinting image */
.hero-section{
    background-image: url('images/hero-section1.jpg');
    background-color: #bda593; /* tint color */
    background-blend-mode: multiply;
    
}

.hero-section {
    display: flex;
    flex-direction: column;  
    justify-content: center;  
    align-items: center;
    color:#F1E4CB;
    text-shadow: 5px 4px  #3b0505;      
}

.about-us {
    background-color:#743014;
    padding: 24px 32px;
}

.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;

}

.about-image img {
    width: 250px;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
    border: 2px solid #3b0505;
}

.about-content{
    text-align: center;
    text-shadow: 1px 2px  #3b0505;
}

.about-content p{
    padding: 12px 0;
    
}

.about-content h2 {
    text-align: left;
    color:#F1E4CB;
    font-size: 3rem;
}
  

.about-description{
    color:  #F1E4CB;
    text-shadow: 1px 2px  #3b0505;
    padding: 16px;
}

.products-header h2 {
    text-align: left;
    padding-left: 24px;
    font-size: 3rem;
    color: #3b0505;
}

.products-info {
    font-size: 1rem;
    max-width: 600px;   
    margin-top: 8px;
    color:#3b0505;
}

.products{
    text-align: left;
    background-color: #F1E4CB;
    padding: 32px;
    color:#F1E4CB;
}


.lau{
   background-color:  #743014;
    border: 3px solid #442D1C;
    border-radius: 24px;
    padding-bottom: 1rem;
    margin: 24px 24px;
}

.lau h2{
    font-size: 2.5rem;
    text-shadow: 1px 2px  #3b0505;
}

.bao{
    background-color: #743014;;
    border: 3px solid #442D1C;
    border-radius: 24px;
    padding-bottom: 1rem;
    margin: 24px 24px;
}

.bao h2{
    font-size: 2.5rem;
    text-shadow: 1px 2px  #3b0505;
}

.drink{
    background-color: #743014;
    border: 3px solid #442D1C;
    border-radius: 24px;
    padding-bottom: 1rem;
    margin: 24px 24px;
}

.drink h2{
    font-size: 2.5rem;
    text-shadow: 1px 2px  #3b0505;
}

.section-image{
    background-color: #F1E4CB;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    padding-top: 24px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 50%;
}

/* Testing */

.product-button{
    display: block;            
    margin: 16px auto 0 auto;  
    padding: 16px 24px;        
    font-size: 1rem;            
    font-family: "Spicy Rice", serif; 
    background-color: #743014;  
    color:  #F1E4CB; 
    border: none;
    border-radius: 8px;
}

.order-button {
    display: block;            
    margin: 16px auto 0 auto;  
    padding: 16px 24px;        
    font-size: 1rem;            
    font-family: "Spicy Rice", serif; 
    background-color: #F1E4CB;  
    color:   #743014;
    border: none;
    border-radius: 8px;
}

.about-button {
    display: block;            
    margin: 16px auto 0 auto;  
    padding: 16px 24px;        
    font-size: 1rem;            
    font-family: "Spicy Rice", serif; 
    background-color: #F1E4CB;  
    color:  #743014; 
    border: none;
    border-radius: 8px;
   
}

.product-button{
    display: block;            
    margin: 24px;  
    padding: 16px 24px;    
    font-size: 1rem;            
    font-family: "Spicy Rice", serif; 
    background-color: #743014;
    color: #F1E4CB;
    border: none;
    border-radius: 8px;
}

