:root {
  --hot-pink: magenta;
  --red: red;
  --white: #fff;
  --purple: #3e3592;
  --flesh: #fbcecd;
  --black: #000;
  --purple2: #5e328c;
  --yellow: #fffe54;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: cooper-black-std, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--hot-pink);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: cooper-black-std, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

p {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.container {
  text-align: center;
  display: block;
}

.navbar {
  height: 62px;
  text-align: center;
  background-color: #000;
  margin-bottom: 20px;
}

.nav-link {
  color: var(--red);
  padding: 7px 10px 0;
  font-family: cooper-black-std, sans-serif;
  font-size: 24px;
  position: relative;
}

.nav-link:hover {
  color: #fff;
}

.navbar-links {
  display: inline-block;
}

.lips {
  padding-top: 8px;
}

.body {
  color: var(--white);
  text-align: center;
  background-color: #000;
  background-image: url('../images/photos-page-2023.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-buttons {
  font-family: cooper-black-std, sans-serif;
  display: inline-block;
}

.button {
  color: #ef9ff9;
  background-color: #000;
  border-radius: 30px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: cooper-black-std, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.button:hover {
  color: #fffe54;
}

.body-2 {
  background-color: var(--purple);
  text-align: center;
}

.image {
  display: none;
}

.footertext-white {
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footerlink {
  color: var(--red);
}

.footerlink:hover {
  color: var(--white);
}

.footer-white-text {
  padding-bottom: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sitemap-button {
  margin-bottom: 10px;
}

.flesh-bkg {
  background-color: var(--flesh);
  text-align: center;
}

.home-art {
  z-index: auto;
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
}

.footertext-white-copy {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footertext-white-copy.black {
  color: #000;
}

.footertext-black {
  color: var(--black);
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footertext-black.black {
  color: #000;
}

.purple-bkg {
  background-color: var(--purple2);
  text-align: center;
  padding-bottom: 20px;
}

.yellow-bkg {
  background-color: var(--yellow);
  text-align: center;
  padding-bottom: 20px;
}

.black-bkg {
  background-color: var(--black);
  text-align: center;
  display: block;
}

.h1 {
  color: var(--hot-pink);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 48px;
}

.h1.centered {
  margin-bottom: 10px;
}

.paragraph {
  margin-bottom: 15px;
}

.page-container {
  text-align: center;
  margin-top: 30px;
}

.paragraph-2 {
  margin-top: 10px;
}

.caption {
  margin-top: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.centered {
  text-align: center;
  margin-bottom: 20px;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.image-2 {
  margin-right: 0;
}

.image-3 {
  padding-left: 10px;
}

.image-4 {
  padding-right: 10px;
}

.right-thumbnail {
  margin-bottom: 20px;
  padding-left: 10px;
}

.left-thumbnail {
  margin-bottom: 20px;
  padding-right: 10px;
}

.h4 {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  display: flex;
}

.video-text-links {
  color: var(--red);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
}

.video-text-links:hover {
  color: var(--white);
  text-decoration: none;
}

.video-blocks {
  text-decoration: none;
}

.h3 {
  color: var(--hot-pink);
  margin-top: 30px;
  font-family: cooper-black-std, sans-serif;
  font-weight: 400;
}

.h2 {
  margin-top: 0;
  font-family: cooper-black-std, sans-serif;
  font-size: 36px;
}

.gallery-thumbnails {
  border: 4px solid #fff;
  border-radius: 6px;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.cell {
  align-items: center;
}

.quick-stack-2 {
  text-align: center;
  margin-bottom: 40px;
}

.cell1 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}

.cell2, .cell3 {
  justify-content: center;
  align-items: center;
}

.cell4 {
  justify-content: center;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.next {
  color: var(--white);
  font-family: cooper-black-std, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.next:hover {
  color: var(--yellow);
}

.next-cell {
  justify-content: center;
  align-items: flex-end;
}

.contactsheet {
  margin-bottom: 10px;
  display: inline-block;
}

.back-cell {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }

  .body {
    text-align: center;
    background-image: url('../images/photos-page-mobile-bkg.png');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .icon {
    color: var(--red);
    font-size: 60px;
  }

  .menu-button {
    height: 62px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-mobile {
    text-align: center;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .icon-2 {
    color: var(--red);
    font-size: 40px;
  }

  .image {
    display: inline-block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
  }

  .body {
    background-position: 50%;
  }

  .button {
    margin-top: 20px;
  }

  .icon {
    font-size: 40px;
  }

  .menu-button {
    padding-top: 3px;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-top: 10px;
  }

  .nav-menu-mobile {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-top: 10px;
    font-size: 36px;
  }

  .right-thumbnail {
    padding-left: 0;
  }

  .left-thumbnail {
    padding-right: 0;
  }

  .h4 {
    font-size: 16px;
  }
}

#w-node-a9f1597f-7831-f70e-534c-a8d8e4f97810-e6329c33 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-df6a1d5f-6d5e-15b8-2bf5-6f198f842df8-f281f346 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f1a2b1d0-2da0-dd07-ece0-458ea1442c8a-1a933e26 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_365afcc0-5b4c-8a83-e909-036cce17b7c4-64385ff8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-6f2010d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

#w-node-a9f1597f-7831-f70e-534c-a8d8e4f97810-5a894204 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-994e8dc4, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-edd31cd0, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-7058dd3e, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-706a23a3, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-e001ed67, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-d9c6c473, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-edd36623, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-fc5cef6d, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-874add7f, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-706a49a6, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-01e73dd6, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-706a5842, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-08f84c90, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-49463dad, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-9ae86106, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-fc5d187f, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-874b0b02, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-4afb32f7, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-c99cce81, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-4afb472c, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-97295520, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-c8308503, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-91b27e32, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-4afb635f, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-70598878, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-91b2992e, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-874b40ee, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-fbc953f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-a9f1597f-7831-f70e-534c-a8d8e4f97810-e6329c33 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-df6a1d5f-6d5e-15b8-2bf5-6f198f842df8-f281f346 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-f1a2b1d0-2da0-dd07-ece0-458ea1442c8a-1a933e26 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_365afcc0-5b4c-8a83-e909-036cce17b7c4-64385ff8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a9f1597f-7831-f70e-534c-a8d8e4f97810-5a894204 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9f1597f-7831-f70e-534c-a8d8e4f97810-e6329c33 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-df6a1d5f-6d5e-15b8-2bf5-6f198f842df8-f281f346 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f1a2b1d0-2da0-dd07-ece0-458ea1442c8a-1a933e26 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_365afcc0-5b4c-8a83-e909-036cce17b7c4-64385ff8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-6f2010d5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a9f1597f-7831-f70e-534c-a8d8e4f97810-5a894204 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-994e8dc4, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-edd31cd0, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-7058dd3e, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-706a23a3, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-e001ed67, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-d9c6c473, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-edd36623, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-fc5cef6d, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-874add7f, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-706a49a6, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-01e73dd6, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-706a5842, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-08f84c90, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-49463dad, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-9ae86106, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-fc5d187f, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-874b0b02, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-4afb32f7, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-c99cce81, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-4afb472c, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-97295520, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-c8308503, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-91b27e32, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-4afb635f, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-70598878, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-91b2992e, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-874b40ee, #w-node-_07805e7d-22c1-8bd7-d922-0f6980cdc694-fbc953f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


