body,
html {
  padding: 0;
  margin: 0;
  overflow: scroll;
  font-family: "Merriweather", serif; /* Using Merriweather font */
  background: color(display-p3 0.953 0.937 0.914);
}

@media (min-width: 800px) and (orientation: portrait) {
  .content {
    height: 100vh;
    width: 100vw;
    overflow-x: clip;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
  }
}

@media (max-width: 799px) {
  .content {
    height: 100vh;
    width: 100vw;
    overflow-x: auto;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
  }
}

@media only screen and (orientation: landscape) {
  .content {
    width: 100vw;
    overflow-x: clip;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
  }
}

.header {
  padding-top: 5px;
  padding-bottom: 30px;
  align-items: baseline;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  object-fit: scale-down;
  text-align: center;
  border-bottom: 2px solid color(display-p3 0.886 0.498 0.369);
}

.menubar {
}

.menubar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menubar li {
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 8px;
  width: 100px;
  margin: 0;
}

.menubar li a {
  display: block;
  padding: 8px;
  margin-right: 10px;
  background-color: color(display-p3 0.953 0.937 0.914, 1);
  color: color(display-p3 0.886 0.498 0.369);
  text-decoration: none;
  width: 100px;
  text-align: center;
}

.menubar li a:hover {
  padding-left: 4px;
  padding-right: 8px;
  background: color(display-p3 0.886 0.498 0.369);
  color: color(display-p3 0.953 0.937 0.914);
  font-weight: 500;
  width: 100px;
}

.menubar li .here {
  display: block;
  padding: 8px;
  background: color(display-p3 0.886 0.498 0.369);
  color: color(display-p3 0.953 0.937 0.914);
  font-weight: 500;
  width: 100px;
  text-align: center;
}

.contact_body {
  padding: 10px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 16px;
  font-size: 2vw;
  z-index: -1;
  max-width: 1000px;
  min-height: 100px;
}

#contact_flowers {
  width: 100%;
}

#contact_flowers img {
  height: 10vw;
  width: auto;
  float: left;
}

.booklet_download {
  width: 100%;
  text-align: center;
}

h3 {
  font-family: "Falling Sky font";
  color: color(display-p3 0.216 0.263 0.322);
}

.booklet_download a {
  color: color(display-p3 0.886 0.498 0.369);
  text-decoration: none;
}
.booklet_download a:hover {
  color: color(display-p3 0.125 0.302 0.42);
  text-decoration: underline;
}

.footer {
  float: right;
}

.about {
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 40px;
  font-size: 16px;
  font-size: 2vw;
  z-index: -1;
  max-width: 1000px;
}

#about_face {
  float: left;
  margin-right: 30px;
}

#about_face img {
  height: 10vw;
}

#about_plant {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

#about_plant img {
  width: 50vw;
  max-width: 600px;
  height: auto;
}

#page2 {
  background: color(display-p3 0.953 0.937 0.914);
}

#page3 {
  background: color(display-p3 0.243 0.443 0.388);
}

#page4 {
  background: color(display-p3 0.165 0.325 0.318);
}

#page5 {
  background: color(display-p3 0.094 0.22 0.208);
}

#page6 {
  background: color(display-p3 0.333 0.322 0.282);
}

#page7 {
  background: color(display-p3 0.357 0.247 0.239);
}

#page8 {
  background: color(display-p3 0.439 0.255 0.298);
}

#page9 {
  background: color(display-p3 0.549 0.298 0.251);
}

#page10 {
  background: color(display-p3 0.243 0.329 0.455);
}

#page11 {
  background: color(display-p3 0.149 0.255 0.357);
}

#page12 {
  background: color(display-p3 0.067 0.165 0.224);
}

#page13 {
  background: color(display-p3 0.125 0.302 0.42);
}

#page14 {
  background: color(display-p3 0.184 0.208 0.361);
}

#page15 {
  background: color(display-p3 0.365 0.255 0.4);
}

#page16 {
  background: color(display-p3 0.278 0.243 0.447);
}

#page17 {
  background: color(display-p3 0.431 0.263 0.286);
}

#page18 {
  background: color(display-p3 0.29 0.306 0.318);
}

#page19 {
  background: color(display-p3 0.506 0.208 0.259);
}

#page20 {
  background: color(display-p3 0.4 0.294 0.353);
}

#page21 {
  background: color(display-p3 0.384 0.208 0.275);
}

#page22 {
  background: color(display-p3 0.216 0.263 0.322);
}

#page23 {
  background: color(display-p3 0.184 0.298 0.396);
}

#page24 {
  background: color(display-p3 0.102 0.184 0.302);
}

.square {
}

#page2 .square2 img {
  min-height: 400px;
  min-width: 300px;
  width: 90%;
  height: auto;
}

.square img {
  min-height: 400px;
  min-width: 300px;
  width: 90%;
  height: auto;
  max-height: 100vh;
  object-fit: scale-down;
}

.square-wrapper {
  padding-top: 80px;
  scroll-padding: 100px;
  padding-bottom: 400px;
  text-align: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.title {
  background: color(display-p3 0.886 0.498 0.369);
  height: 100vh;
  text-align: center;
  object-fit: scale-down;
  scroll-snap-align: start;
  float: left;
  width: 100%;
}

.end {
  padding-top: -50px;
  height: 100vh;
  padding-bottom: 0px;
  scroll-snap-align: end;
  position: relative;
  background: color(display-p3 0.953 0.937 0.914);
}

.end img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media (prefers-reduced-motion: no-preference) {
  .title {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}

.title-transition {
  opacity: 1;
  transform: none;
}
