
/* TEXT */

@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Righteous&display=swap');

.belleza {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.abeezee {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.abeezee-italic {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.text-right {
  float: right;
}

h1.belleza {
  font-size: 5rem;
  text-align: center;
  color: #D2042D;
  margin-top: 0rem;
}

h2.belleza {
  font-size: 2rem;
  text-align: center;
  color: #D2042D;
  margin: 1rem;
  
}

h3.abeezee-italic {
  font-size: 1.5rem;
  text-align: center;
  color: #D2B48C;

}

.deskchairintro {
  font-size: 1rem;
  text-align: center;
  color: #D2B48C;
  
}


:root {
  --primaryColor: #4e312d ;
  --complementaryColor: #887976;
  --brandColor: #D2042D;
}


body{
  /* box-sizing: border-box; */
  background-color: var(--primaryColor);
}

  /* FLEX NAVBAR INDEX */

.flex-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  font-size: 1rem;
  
}


#navbar ul {
  list-style: none;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  padding-top: 11rem;
padding-left: 14rem;

}

#navbar ul li a {
  padding: 1rem;
  align-content: center;
  color: var(--brandColor);
 
}

#navbar .click :hover {
  color: #ea580c;
}

#navbar a {
  text-decoration: none;
}

#navbar .flex-container {
  display: flex;
  flex-direction: row;
  
}


/* ABOUT ADDRESS HOURS INDEX */

.tx-flex{
  display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    padding-top: 1rem;
    text-align: center;
    line-height: 1.5em;
  }


  #about .about-info{
width: 15rem;
color: #887976;
font-size: 1rem;
line-height: 1.5rem ;

  }

  #about .address{
    width: 8rem;
    color: #887976;
    font-size: 1rem;
    line-height: 0.8rem;
    
  }

  #about .hours{
    width: 15rem;
    color: #887976;
    font-size: 1rem;
    line-height: 1.5rem ;
    
  }

  #about ul {
   
    list-style: none;
 
  }

  #about li {

width: fit-content;

  }

  
  /* NAVBAR OTHER MENU */

  #navbarother ul {
    list-style: none;
    font-size: 1.5rem;
  }

  
  #navbarother ul li a {
    padding: 1rem;
    color: #D2042D;
    font-size: 1.5rem;
  }
  
  #navbarother .click :hover {
    color: #ea580c;
  }
  
  #navbarother a {
    text-decoration: none;
  }
  
  #navbarother .flex-container {
    display: flex;
    flex-direction: row;
    padding-top: 0rem;
  }
  
  #navbarother ul{
    display: flex;
    flex-direction: row;
  }

  
  /* Submit Form */

  
  #contact-form .form.floating {
    max-width: 100%;
    
  }

    
    #contact-form label{
    display: inline;
    color: #4e312d;
   
    }

    #contact-form input,
    #contact-form textarea{
    padding: 1rem;
    border: 1px #D2B48C solid;
    width: 80%;
    height: 1rem;
    font-size: 1rem;
    border-radius: 10px; 
    }

    #contactform .messagebox
     textarea {
    height: 3rem;
    }
    
    #contact-form input:focus,
    #contact-form textarea:focus {
    outline: none;
    border-color: #D2B48C;
    /* border-width: ; */
    
    }

    .btn{
      padding: 5px 5px 5px;
      border-radius: 10px;
      font-size: 1rem;
      color: #4e312d;
    }

    /* GRID MENU */

    .grid-container{
      display: grid;
      gap: 1rem 1rem;
      grid-template-columns: repeat(2, 1fr);
      color: #D2B48C;
    }

.menulist1 ul {

list-style: none;
line-height: 1.9rem;
font-size: 1.2rem;
padding-left: 0rem;


}


.costdrinks ul{
  
  list-style: none;
  line-height: 1.9rem;
  font-size: 1.2rem;
padding-left: 0rem;

}


.menulist1img img {

opacity: 0.5;
height: 60dvh;
border-radius: 15px;
}

.menulist2 ul {

  list-style: none;
  line-height: 1.9rem;
  font-size: 1rem;
  /* margin-top: 0; */
  
  }
    
  .platterimg img{

    height: 100dvh;
    border-radius: 15px;
  }

  /* FOOTER Menu workspace */



  #footer .flex-container ul{

    list-style: none;
    color: #D2042D;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    justify-self: end;
    
  }

  .handscoffee img{
  
    border-radius: 15px;
  
  }
  
  .map img{
    border-radius: 15px;
  
  }