#title {
  font-size: 4em;
  font-weight: 400;
  padding: 200px 0 0 0;
}

#title b {
  border-bottom: 4px solid #241e1e;
}

.section {
  margin: 100px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-column-gap: 60px;
  width: 100%;
}

.section h2 {
  font-size: 3em;
}

.section h2 p {
  font-size: .5em;
  padding-top: 30px;
}

.section h2 img {
  padding-top: 60px;
  width: 100%;
}

.section .text {
  font-size: 1em;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section .text h4 {
  font-size: 1.5em;
  padding-bottom: 20px;
}

.section .text p {
  font-size: 1em;
  line-height: 1.5;
  padding-bottom: 20px;
}

.section .text .pics {
  width: 100%;
  padding-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
}

.section .text .pics img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.pictures {
  width: 90vw;
  margin: 0 -5vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.pictures img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.rooms {
  margin: 100px 0;
}

.rooms h2 {
  width: 100%;
  font-size: 3em;
  padding-bottom: 40px;
}

.rooms .text {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.rooms .text img {
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .pictures {
    margin: 0 0;
  }
}

@media screen and (max-width: 1050px) {
  .pictures {
    grid-column-gap: 10px;
    width: 100%;
    margin: 0 0;
  }
  .pictures img {
    height: 200px;
  }
  .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .section h2 {
    width: 100%;
    padding-bottom: 50px;
  }
  .section h2 p {
    font-size: .333em;
    padding-top: 30px;
  }
}

@media screen and (max-width: 850px) {
  #title {
    font-size: 3em;
    padding: 200px 0 50px 0;
  }
  .pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pictures img {
    width: 100%;
    margin-bottom: 20px;
    height: 400px;
  }
  .section .text .pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section .text .pics img {
    margin-top: 30px;
  }
  .rooms .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rooms .text .roomimg p {
    margin-bottom: 40px;
  }
  .rooms .text .roomimg:last-child p {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 450px) {
  .section {
    margin: 60px 0;
  }
  .section h2 {
    font-size: 2.25em;
  }
  .section p {
    font-size: .9em;
  }
}

.accessible-hidden {
  display: none;
}

.toggle-all-button {
  padding: 15px 30px;
  background: #8B4513;
  color: #f2ebeb;
  margin: 20px 0;
  border: 2px solid #241e1e;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.toggle-all-button:hover {
  background: #A0522D;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rules-buttons {
  padding: 10px 20px;
  background: #241e1e;
  color: #f2ebeb;
  margin: 10px 0;
  border: none;
  font-size: 1.1em;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.rules-buttons:hover {
  filter: saturate(2);
}

/* Spacing for rules content sections */
.rules-buttons + div {
  padding: 20px;
  line-height: 1.6;
}

.rules-buttons + div p {
  margin-bottom: 15px;
}

.rules-buttons + div h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 600;
}

.rules-buttons + div h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}

.rules-buttons + div ul,
.rules-buttons + div ol {
  margin-bottom: 15px;
  padding-left: 40px;
}

.rules-buttons + div ul li,
.rules-buttons + div ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.rules-buttons + div img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
/*# sourceMappingURL=about.css.map */