@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alata&family=Anta&family=Bungee&family=Contrail+One&family=Dancing+Script:wght@400..700&family=El+Messiri:wght@400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&family=Madimi+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oleo+Script:wght@400;700&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Guerrilla&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Saira+Stencil+One&display=swap');

body {
  background-color:var(--complementaryColor);
  font-family: 'poppins';
}
h4 {
  text-align: center;
  font-family: 'montserrat';
}

:root {
  --bgprimaryColor: #fff9dc;
  --btnLightColor: #ff8282;
  --primaryDarkColor: #000000;
  --complementaryColor: #FFFFFF;
  --complementaryGreenColor: #51786a;
  --brandColor: hsl(0, 0%, 55%);
}

.icon{
  width: 5em;
}

#navbarNav{
  flex-direction: row-reverse;
}


/* Default styles */
#hero-content {
  background: url('./Images/LatteLuxe-hero1.jpg') no-repeat center center/cover;
  height: 600px;
}
#hero-content h1 {
  font-size: 40px;
  font-family: 'Poppins';
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding-top: 250px;
  color:var(--primaryDarkColor);
  margin-left: 50px;
}

#hero-content p {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  color: #000000;
  font-family: 'poppins';
  margin-left: 50px;
}
/* Hero-Menu */
#hero-contact {
  background: url('./Images/wall-texture.jpg') no-repeat center center/cover;
  height: 20dvh;
}

#hero-menu {
  background:white;
  height: 30dvh;
}
#hero-menu h4 {
  margin-left: 30px;
}



.btn {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: fit-content;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 55px;
}
.btn:hover {
  background: #2b2b2b;
  color: #ffffff;
}

.btn2 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: fit-content;
  background: #000000;
  color: #fff9dc;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.btn2:hover {
  background: #000000;
  color: #fff9dc;
}

.container h2 {
  font-family: 'poppins';
  color: #000000;
}

.container p {
  font-family: 'poppins';
  color: #000000;
}

.btn3 {
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}

/* Custom Images */
.card-img-top {
  width: 500px;
  height: 500px;
}
.card-img {
  width: 500px;
  height: 500px;
}
.card-img-menu {
  width: 300px;
  height: 300px;
}

.contact-us {
  margin-bottom: 20px;
}
.contact-details {
  background: url('./Images/wall-texture.jpg') no-repeat center center/cover;
  height: 30dvh;
}

.menu-text h4 {
  font-size: 20px;

}

.col h2 {
  font-size: 25px;
}
.col a {
  font-size: 30px;
  color: white;
  margin-left: 10px;
}



/* Footer Custom */

.footer {
  background-color: hsl(0, 0%, 55%);
  color: #fff;
  padding: 40px 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-bottom: 50px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  margin-right: 40px;
}

.footer-column h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-column p,
.footer-column ul {
  margin-left: 0;
}


.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}








