@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body, html, main {
  height: 100%;
}

.header {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-overlay {
  background: rgba(189, 146, 110, 0.85);
  width: 100%;
  height: 50%;
  display: grid;
  align-items: center;
  padding: 5rem;
  border-radius: 1rem;
  margin: 15rem;
}

.header-items {
  display: inline-block;
}

h1 {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 13rem;
  color: #720b08;
  margin-bottom: 0;
  font-weight: bolder;
}

.sub-heading {
  font-family: 'Great Vibes', cursive;
  font-size: 4rem;
  color: #ded7cf;
  margin-top: 0rem;
}

.nav-menu {
  background-color: #bd926e;
  border: none;
}

.nav-header {
  color: #ded7cf;
  font-family: 'Cinzel Decorative', cursive;
}

.nav-header:hover {
  cursor: pointer;
}

.nav-link {
  color: #0A0F0D;
  font-family: 'Oswald', sans-serif;
}

.nav-link:hover {
  cursor: pointer;
  color: #C6AC8F;
}

.about {
  padding: 5em;
}

.section-header {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}

.about-body {
  font-family: 'Montserrat', sans-serif;
  margin: 2em 5em;
  font-size: large;
}

.about-col {
  padding: 0em 5em;
}

.manor {
  padding: 5em;
  text-align: center;
  background-color: #ded7cf;
}

.about-redwood-manor{
  font-family: 'Montserrat', sans-serif;
  margin: 2em 5em;
  font-size: large;
}

.chalet {
  padding: 5em;
  text-align: center;
}

.about-redwood-chalet{
  font-family: 'Montserrat', sans-serif;
  margin: 2em 5em;
  font-size: large;
}

* {
  box-sizing: border-box;
}

.picture {
  width: max-content;
  height: 15vw;
  padding: 0.35em;
}

.picture:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.gallery-col {
  padding: 0;
}

#gallery-body {
  img {
    height: 75vw;
    object-fit: cover;
  }

  @media (min-width: $bootstrap-sm) {
    height: 35vw;
  }

  @media (min-width: $bootstrap-sm) {
    height: 18vw;
  }

  .carousel-item {
    img {
      height: 60vw;
      object-fit: cover;

      @media (min-width: $bootstrap-sm) {
        height: 350px;
      }
    }
  }
}

* {
  transition: none;
}

.price {
  text-align: center;
  padding: 5em;
  font-family: 'Montserrat', sans-serif;
  background-color: #ded7cf;
}

table, td, th {
  border: 1px solid black;
  padding: 5px;
}

table {
  border-collapse: collapse;
  text-align: left;
  padding: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

th {
  height: 50px;
  text-align: center;
}

.contact {
  padding: 2em;
  text-align: center;
}

.contact-col {
  padding: 1em;
}

.off-header {
  border-bottom: 1px solid #a4996c;
}

.carousel-caption {
  position: absolute;
  right: 0;
  left: initial;
  padding: 8px 16px;
  background-color: #3573b6;
  color: white;
  font-family: Oswald, sans-serif;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: large;
}

.about-subtitle {
  text-align: center;
}

.about-redwood-manor {
  padding-right: 4rem;
}

.about-redwood-chalet {
  padding-left: 4rem;
}

// ----------------- FORM FORMATTING --------------------

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea,
select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button[type="submit"]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

textarea {
  resize: vertical;
}

/* Optional: Style the form header and body */
.page-header {
  text-align: center;
}

.contact-body {
  max-width: 400px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

.footer {
  display: flex;
  position: relative;
  padding-top: 1rem;
  font-family: 'Oswald', sans-serif;
  background-color: #bd926e;
}
