body {
  background-color: #FAF9F6;
}

main {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner-top-section-flora {
  background: linear-gradient(to top, rgba(235, 210, 233, 0.7), rgba(245,239,232,0.7), rgba(213,214,208,0.7), rgba(46, 68, 60, 0.7));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 70vh;
  width: 100%;
  color: #FFFFFF;
}

.project-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background-color: #685B4D;
  color: white;
  max-height: 600px;
}

.left-column {
  display: flex;
  flex-direction: column;
}

.left-column h1 {
  font-family: "the-seasons", sans-serif;
  font-size: 90px;
}

.left-column p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  ;
}

.bold {
  font-weight: bold;
}

.view-prototype-btn {
  display: inline-block;
  background-color: #F0ECE3;
  color: #685B4D;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.view-prototype-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.right-column {
  max-height: 500px;
  padding: 40px;
}

.right-column img {
  max-height: 450px;
  padding: 40px;
}

.project-detail-container {
  margin: 0 auto;
  padding: 40px 143px;
  background-color: #FAF9F6;
}

.project-detail-container h1 {
  font-size: 2em;
  text-align: left;
  font-family: "the-seasons", sans-serif;
}

.project-detail-container h2 {
  font-size: 1.4em;
  text-align: left;
  font-weight: 100;
}

.project-detail-container p {
  font-size: 1em;
  text-align: left;
}

.flora-lofi-container {
  padding-left: 143px;
  padding-right: 143px;
  background-color: #FAF9F6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flora-lofi-container > img {
  width: 100%;
  height: auto;
}

.flora-brand-container {
  background-color: #685B4D;
  padding: 40px 143px;
}

.flora-brand-container h1 {
  font-size: 2em;
  text-align: left;
  font-family: "the-seasons", sans-serif;
  color: #F5EFE8;
}

.flora-brand-container p {
  font-size: 1em;
  text-align: left;
  color: #F5EFE8;
}
.brand-guide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-guide >img {
  width: 100%;
}

.specific-project-btn {
  width: 200px;
  background-color: #685B4D;
  color: #F5EFE8;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.specific-project-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* TABLET */
@media (max-width: 768px) {
  footer {
    padding: 30px;
  }

  .project-container {
    grid-template-columns: 1fr;
  }

  .right-column img {
    padding: 20px;
    width: 100%;
    max-width: 500px;
  }

  .right-column {
    align-items: center;
  }

  .left-column {
    padding-bottom: 20px;
  }


  .project-detail-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .flora-lofi-container {
    padding: 0px;
  }

  .flora-lofi-container img {
    width: 90%;
  }

  .flora-brand-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .flora-brand-container img {
    width: 80%;
  }
}
