.inter-roboto {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.exo-2-exo {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


.hedvig-letters-serif-hedvig {
    font-family: "Hedvig Letters Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

:root {
    --veryDarkBrown: #26170D;
    --white: #EEE5D4;
    --yellow: #F2C985;
}


html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}


* {
    margin: 0;
    padding: 0;
}

p, h1 {
  margin-bottom: 0;
}

.dropdown {
  display: none;
}
.nav-bar {
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: var(--veryDarkBrown);
    color: var(--white);
    z-index: 4;
}

.nav-bar-buttons {
    display: flex;
    padding-right: 100px;
    justify-content: space-between;
    width: 300px;
    
}
.logo {
    font-size: 30px;
    padding-left: 100px;
    letter-spacing: 6px;
}
.nav-bar-button {

    color: var(--white);
    text-decoration: none;
    cursor: default;
    font-size: 25px;
    padding: 0 10px;
    transition: all 200ms ease;
    
}

.nav-bar-button:hover {
    opacity: 80%;
    cursor: pointer;
    
    
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
    
}
header {
    background-image: url('../assets/coffee-background.png');
    background-size: cover;
    background-position: center;
    height: 100vh; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome-box {
    padding-left: 100px;
    font-family: "Hedvig Letters Serif", serif;
    font-size: 50px;
    width: 800px;
    color: var(--white);
}

.welcome {
  font-size: 80px;
}

.main-words {
    font-size: 40px;
    color: var(--yellow);
    font-family: 'Roboto';
    font-weight: 300;
}

.view-menu-button {
   font-size: 30px;
   background-color: transparent;
   color: var(--white);
   border: 2px solid var(--yellow);
   border-radius: 10px;

   font-weight: 300px;
   margin-top: 50px;
   cursor: pointer;

   width: 200px;
   height: 80px;
   
   transition: background-color 200ms ease;
}

.view-menu{
    font-weight: 500;
}
.view-menu-a{
  text-decoration: none;
  color: var(--white)
 
}

.view-menu-button:hover{
    border: 2px solid var(--yellow);
    background-color: var(--veryDarkBrown);
    font-style: bold;
    
    font-weight: 600;
}

main {
    background-color: var(--white);
    line-height: 40px;
    color: var(--veryDarkBrown)
}

#about {
    
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    width: 1200px;
    margin: auto;

    max-width: 100%;
    box-sizing: border-box;
    
}

.about-text {
    padding-right: 40px;
    font-size: 25px;
}

.about-us-title {
    font-family: "Hedvig Letters Serif", serif;
    padding-bottom: 30px;
    font-weight: 500;

    font-size: 60px;
}


#menu {
   
    width: 1200px;
    margin: auto;

    padding-top: 100px;

    max-width: 100%;
    box-sizing: border-box;
    
}

.our-menu {
    display: flex;
    justify-content: center;
    font-family: "Hedvig Letters Serif", serif;
    font-size: 60px;
    font-weight: 500;

}

.menu-buttons {
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
    
}

.menu-button {
    background-color: transparent;
    border: none;
    font-size: 30px;
  
    font-weight: 600;
    /* border-bottom: 1px solid var(--veryDarkBrown); */
}



#menu {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fdf6ed;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    font-family: 'Inter', sans-serif;

    max-width: 100%;
    box-sizing: border-box;

  }
  

.our-menu {
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2rem;
  color: #2f1c13;
}


.menu-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.menu-button {
  padding: 0.75rem 1.5rem;
  background-color: #7b4e2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.menu-button:hover,
.menu-button:focus {
  background-color: #5c3922;
}


#active-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}


.active-option {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  text-align: center;
}

.active-option:hover {
  transform: translateY(-5px);
  z-index: 0;
}


.option-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}


.option-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2f1c13;
  margin: 0.5rem 0;
}


.price {
  color: #7b4e2e;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}


.description {
  font-size: 0.95rem;
  color: #5b4a3d;
}




#find-us-section {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  width: 1200px;
  margin: auto;

  max-width: 100%;
  box-sizing: border-box;
}


.find-us-title {
  font-family: "Hedvig Letters Serif", serif;
  padding-bottom: 30px;
  font-weight: 500;

  font-size: 60px;
}


.find-us-p {
  padding-right: 40px;
  font-size: 25px;
}

.find-us-subtitle {
  font-family: "Hedvig Letters Serif", serif;

  padding-top: 50px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 40px;
  font-weight: 500;


}

.hours {
  padding-bottom: 20px;
}

.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  transition: all 0.3s ease;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.map-wrapper.expanded {
  max-width: 100%;
  height: 500px;
}

.map-wrapper.expanded .map-overlay {
  display: none;
}

.find-us-section {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  transition: all 0.5s ease;

  max-width: 100%;
  box-sizing: border-box;

}

.info-container {
  flex: 1;
}

.map-container {
  flex: 1;
  height: 300px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.map-container.expanded {
  flex: 1 1 100%;
  height: 500px;
}


#footer {
  background-color: var(--veryDarkBrown);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}



.footer-contact, .footer-dev {
  margin: 20px 30px;
}

.footer-title{
  font-size: 30px;
  padding-bottom: 10px;
  font-family: "Hedvig Letters Serif", serif;
}

.footer-p{
  height: 30px;
}

.footer-dev {
  padding-top: 30px;
  padding-bottom: 20px;
  
  font-style: italic;
  padding-right: 20px;
  text-align: center;
}

.dev {
  font-family: "Exo 2", sans-serif;
}

.icon {
  font-size: 30px;
  padding: 10px 5px 0 5px;
  margin-top: 10px;

  color: var(--white);

  transition: all 200ms ease;
}

.dev-name {
  padding-bottom: 10px;
}

.icon:hover {
  opacity: 90%;
}



@media (max-width: 1280px){
  #about {
    display: block;
    text-align: center;
    padding-top: 50px;

  }
  .about-us-p {
    text-align: center;
  }

  .about-image {
    padding-top: 40px;
  }

  #active-menu {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-text {
    padding-right: 0;
  }
  .our-menu {
    font-size: 60px;
  }

  #find-us-section {
    display: block;
    text-align: center;
  }

  .map-wrapper {
    margin: auto;

  }


  .find-us-p {
    padding: 0;
  }

  .find-us-p.hours {
    padding-top: 16px;
  }

  .find-us-text-box {
    margin-bottom: 30px;
  }

}


@media (max-width: 1024px) {
  .menu-button {
    font-size: 26px;
  }

  .about-us-p {
    text-align: left;
    width: 512px;
    margin: auto;
  }

  
}

@media (max-width: 768px) {

  .nav-bar-buttons {
    display: none;
  }

  .dropdown {
    display:contents;
    
  }

  .logo {
    padding-left: 20px;
  }

  .navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
    background-color: var(--veryDarkBrown);
    border: none;
    font-size: 30px;
  }

  



  .dropdown-menu {
    background-color: var(--veryDarkBrown);
    width: 200px;
  }
 
  .dropdown-item {
    color: var(--white);
    font-size: 30px;
  }
  .welcome-box{
    padding-left: 30px;
  }

  .welcome {
    font-size: 60px;
    width: 70vw;
  }

  .main-words {
    font-size: 25px;
    font-weight: 300;

    padding-top: 20px;

  }

  .view-menu-button {
    border-radius: 20px;
    font-size: 22px;
    width: 150px;
  }

  .description {
    line-height: 1.3;
  }

  .option-name{
    height: 80px;
  }

  #active-menu {
    grid-template-columns: repeat(2, 1fr);
  }


  #footer {
    display: block;
  }

  .footer-contact {

    padding-top: 30px;
    text-align: center;
  }

  .footer-dev {
    margin-bottom: 0;
  }

  .active-option:hover {
    transform: translateY(0);
    z-index: 0;
  }

}



@media (max-width: 480px) {
  .about-us-p {
    width: auto;
    padding: 10px 10px 40px 10px;
    font-size: 25px;
    
  }

  .about-us-title {
    padding-bottom: 0;
  }

  .about-image {
    display: none;
  }

  
  .find-us-p {
    text-align: left;
    padding: 0 30px;
  }

  .menu-buttons {
    display: block;
    margin: auto;
    width: 200px;

    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;

  }
  .menu-button {
    font-size: 20px;
    margin: 5px 0;
    width: 160px;
  }

  .option-name {
    height: 40px;
  }

  .option-image {
    margin: 0;

  }
  .option-price {
    margin: 0;
  }

  
  #active-menu {
    gap: 0.5rem;

    
  }

  .find-us-title, .find-us-subtitle {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #menu {
    padding: 50px 5px 20px 5px;
  }

 
}


