@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Body */
body {
  background-color: #073424;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  min-height: 100vh;
  user-select: none;
  overflow-y: hidden;
  /* Hide Scrollbar */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  width: 0 !important;
}
body *, body *:focus {
  outline: none !important;
}

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.clickableText {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}

.fontIBMPlex {
  font-family: "IBM Plex Serif", serif;
}

.fontMontserrat {
  font-family: "Montserrat", sans-serif;
}

/* Components */
div.loading {
  /* Responsive Breakpoint */
}
div.loading #loading-book {
  height: 100vh;
  width: 100vw;
}
div.loading #loading-book p {
  z-index: 1;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
}
div.loading #loading-book p span {
  font-weight: bold;
}
div.loading #loading-book button {
  display: none;
  z-index: 1;
  position: absolute;
  bottom: 45vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 10rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0.3rem;
  background-color: #72B58D;
  color: #FFFFFF;
  font-weight: 600;
}
div.loading #opening-sequence {
  display: none;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.loading #loading-book p {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  div.loading #loading-book p {
    width: 30vw;
  }
}

div.instructions {
  display: none;
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  background-color: #1D5A4C;
  /* Responsive Breakpoint */
}
div.instructions .padding {
  padding: 5rem 0;
}
div.instructions .instruction-2-outer, div.instructions .instruction-3-outer, div.instructions .instruction-4-outer {
  margin-top: -1.5rem;
}
div.instructions .instruction-1 {
  position: relative;
  z-index: 4;
  margin-left: -150%;
}
div.instructions .instruction-1 .col-3 img {
  max-height: 22vh;
  margin-left: -4rem;
}
div.instructions .instruction-1 .col-9 {
  padding-left: 2rem;
  font-size: 1.125rem;
  text-align: left;
}
div.instructions .instruction-1 .col-9 p {
  opacity: 0;
  transition: opacity 500ms;
}
div.instructions .instruction-2 {
  position: relative;
  z-index: 3;
  margin-left: -150%;
}
div.instructions .instruction-2 .col-3 img {
  max-height: 22vh;
  margin-left: -4rem;
}
div.instructions .instruction-2 .col-9 {
  padding-left: 2rem;
  font-size: 1.125rem;
  text-align: left;
}
div.instructions .instruction-2 .col-9 p {
  opacity: 0;
  transition: opacity 500ms;
}
div.instructions .instruction-3 {
  position: relative;
  z-index: 2;
  margin-left: -150%;
}
div.instructions .instruction-3 .col-3 img {
  max-height: 22vh;
  margin-left: -4rem;
}
div.instructions .instruction-3 .col-9 {
  padding-left: 2rem;
  font-size: 1.125rem;
  text-align: left;
}
div.instructions .instruction-3 .col-9 p {
  opacity: 0;
  transition: opacity 500ms;
}
div.instructions .instruction-4 {
  position: relative;
  z-index: 1;
  margin-left: -150%;
}
div.instructions .instruction-4 .col-3 img {
  max-height: 22vh;
  margin-left: -4rem;
}
div.instructions .instruction-4 .col-9 {
  padding-left: 2rem;
  font-size: 1.125rem;
  text-align: left;
}
div.instructions .instruction-4 .col-9 p {
  opacity: 0;
  transition: opacity 500ms;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.instructions .instruction-1 {
    position: relative;
    z-index: 4;
  }
  div.instructions .instruction-1 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-1 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-2 {
    position: relative;
    z-index: 3;
  }
  div.instructions .instruction-2 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-2 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-3 {
    position: relative;
    z-index: 2;
  }
  div.instructions .instruction-3 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-3 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-4 {
    position: relative;
    z-index: 1;
  }
  div.instructions .instruction-4 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-4 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.instructions .instruction-1 {
    position: relative;
    z-index: 4;
  }
  div.instructions .instruction-1 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-1 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-2 {
    position: relative;
    z-index: 3;
  }
  div.instructions .instruction-2 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-2 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-3 {
    position: relative;
    z-index: 2;
  }
  div.instructions .instruction-3 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-3 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-4 {
    position: relative;
    z-index: 1;
  }
  div.instructions .instruction-4 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-4 .col-9 {
    padding-left: 2rem;
    font-size: 1.125rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  div.instructions .instruction-1 {
    position: relative;
    z-index: 4;
  }
  div.instructions .instruction-1 .col-3 {
    text-align: right;
  }
  div.instructions .instruction-1 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-1 .col-9 {
    padding-left: 1rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-2 {
    position: relative;
    z-index: 3;
  }
  div.instructions .instruction-2 .col-3 {
    text-align: right;
  }
  div.instructions .instruction-2 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-2 .col-9 {
    padding-left: 1rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-3 {
    position: relative;
    z-index: 2;
  }
  div.instructions .instruction-3 .col-3 {
    text-align: right;
  }
  div.instructions .instruction-3 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-3 .col-9 {
    padding-left: 1rem;
    font-size: 1.125rem;
    text-align: left;
  }
  div.instructions .instruction-4 {
    position: relative;
    z-index: 1;
  }
  div.instructions .instruction-4 .col-3 {
    text-align: right;
  }
  div.instructions .instruction-4 .col-3 img {
    max-height: 22vh;
    margin-left: 0;
  }
  div.instructions .instruction-4 .col-9 {
    padding-left: 1rem;
    font-size: 1.125rem;
    text-align: left;
  }
}

div#map {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /* Responsive Breakpoint */
}
div#map .shf-logo {
  position: absolute;
  height: 4rem;
  right: 0;
  bottom: 3rem;
  z-index: 1;
}
div#map .instruction {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  max-height: 10rem;
}
div#map .marker-1 {
  background-image: url("../img/icons/title-1.png"), url("../img/icons/1.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-2 {
  background-image: url("../img/icons/title-2.png"), url("../img/icons/2.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-3 {
  background-image: url("../img/icons/title-3.png"), url("../img/icons/3.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-4 {
  background-image: url("../img/icons/title-4.png"), url("../img/icons/4.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-5 {
  background-image: url("../img/icons/title-5.png"), url("../img/icons/5.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-6 {
  background-image: url("../img/icons/title-6.png"), url("../img/icons/6.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-7 {
  background-image: url("../img/icons/title-7.png"), url("../img/icons/7.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-8 {
  background-image: url("../img/icons/title-8.png"), url("../img/icons/8.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-9 {
  background-image: url("../img/icons/title-9.png"), url("../img/icons/9.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-10 {
  background-image: url("../img/icons/title-10.png"), url("../img/icons/10.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-11 {
  background-image: url("../img/icons/title-11.png"), url("../img/icons/11.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-12 {
  background-image: url("../img/icons/title-12.png"), url("../img/icons/12.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-13 {
  background-image: url("../img/icons/title-13.png"), url("../img/icons/13.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-14 {
  background-image: url("../img/icons/title-14.png"), url("../img/icons/14.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
div#map .marker-15 {
  background-image: url("../img/icons/title-15.png"), url("../img/icons/15.png");
  background-size: 0, contain;
  background-position: top, center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  animation: pulsate 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: padding 0.3s ease-in;
  padding: 0px;
}
@keyframes pulsate {
  0% {
    width: 50px;
    height: 50px;
  }
  30% {
    width: 49px;
    height: 49px;
  }
  50% {
    width: 48px;
    height: 48px;
  }
  70% {
    width: 49px;
    height: 49px;
  }
  100% {
    width: 50px;
    height: 50px;
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
nav.navbar {
  /* Responsive Breakpoint */
}
nav.navbar .navbar-brand img {
  max-height: 3rem;
}
nav.navbar .navbar-toggler:focus {
  box-shadow: none;
}
nav.navbar.menu {
  display: none;
}
div.menu-show {
  display: none;
  position: fixed;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #004837;
  background-image: url("../img/patterns/green.png");
  background-repeat: repeat;
  background-size: 5rem;
  /* Responsive Breakpoint */
}
div.menu-show ul {
  margin-top: 3rem;
  list-style: none;
  padding: 0;
}
div.menu-show ul li {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
div.menu-show ul li.sub-li {
  font-size: 1.5rem;
}
div.menu-show .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
div.menu-show .footer img {
  height: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
div.menu-show .footer .copyright {
  font-size: 1rem;
  margin-bottom: 1rem;
}
div.intro-modal {
  /* Responsive Breakpoint */
}
div.intro-modal .modal-dialog {
  padding: 4rem 1rem 2rem 1rem;
}
div.intro-modal .modal-content {
  overflow: visible;
  border-radius: 1rem;
  border: none;
  background: transparent;
}
div.intro-modal .modal-content .btn-close-custom {
  position: absolute;
  background: transparent;
  border: 0;
  color: white;
  font-size: 1.8rem;
  top: -1.3rem;
  right: -0.5rem;
  z-index: 1;
}
div.intro-modal .modal-content .modal-body {
  background-repeat: repeat;
  background-size: 2.5rem;
  border-radius: 1rem;
  padding: 1rem 1rem 0 1rem;
}
div.intro-modal .modal-content .modal-body .main .title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
div.intro-modal .modal-content .modal-body .main .cover-image {
  margin-bottom: 2rem;
}
div.intro-modal .modal-content .modal-body .content {
  padding: 1rem;
  border-radius: 1rem;
}
div.intro-modal .modal-content .modal-body .content .reading img {
  margin-right: 0.5rem;
  max-height: 1rem;
}
div.intro-modal .modal-content .modal-body .content .reading .read-time {
  font-size: 0.875rem;
}
div.intro-modal .modal-content .modal-body .content .book-title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
div.intro-modal .modal-content .modal-body .content .author, div.intro-modal .modal-content .modal-body .content .year {
  font-size: 1.063rem;
  font-weight: bold;
  margin: 0;
}
div.intro-modal .modal-content .modal-body .content .description {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.125rem;
  margin-top: 1rem;
  line-height: 1.4rem;
}
div.intro-modal .modal-content .modal-footer {
  margin: 1rem auto 0;
  border: 0;
  padding: 0;
}
div.intro-modal .modal-content .modal-footer .btn {
  font-size: 1.375rem !important;
  padding: 0.6rem 1.6rem !important;
  border-radius: 0.5rem;
}
div.intro-modal .modal-content.pink .modal-body {
  background-color: rgba(255, 115, 207, 0.6);
  background-image: url("../img/patterns/pink.png");
}
div.intro-modal .modal-content.pink .modal-body .content {
  background-color: #61294E;
}
div.intro-modal .modal-content.pink .modal-body .content .author, div.intro-modal .modal-content.pink .modal-body .content .year {
  color: rgba(255, 115, 207, 0.6);
}
div.intro-modal .modal-content.pink .modal-footer .btn {
  color: #FFFFFF;
  background-color: #DA56B6;
  border-color: #DA56B6;
}
div.intro-modal .modal-content.yellow .modal-body {
  background-color: rgba(229, 225, 109, 0.6);
  background-image: url("../img/patterns/yellow.png");
}
div.intro-modal .modal-content.yellow .modal-body .content {
  background-color: #6E6A01;
}
div.intro-modal .modal-content.yellow .modal-body .content .author, div.intro-modal .modal-content.yellow .modal-body .content .year {
  color: rgba(229, 225, 109, 0.6);
}
div.intro-modal .modal-content.yellow .modal-footer .btn {
  color: #FFFFFF;
  background-color: #ACA612;
  border-color: #ACA612;
}
div.intro-modal .modal-content.orange .modal-body {
  background-color: #FF8C5A;
  background-image: url("../img/patterns/orange.png");
}
div.intro-modal .modal-content.orange .modal-body .content {
  background-color: #8A250F;
}
div.intro-modal .modal-content.orange .modal-body .content .author, div.intro-modal .modal-content.orange .modal-body .content .year {
  color: #FF8C5A;
}
div.intro-modal .modal-content.orange .modal-footer .btn {
  color: #FFFFFF;
  background-color: #FF5A2E;
  border-color: #FF5A2E;
}
div.intro-modal .modal-content.purple .modal-body {
  background-color: rgba(138, 107, 255, 0.6);
  background-image: url("../img/patterns/purple.png");
}
div.intro-modal .modal-content.purple .modal-body .content {
  background-color: #442797;
}
div.intro-modal .modal-content.purple .modal-body .content .author, div.intro-modal .modal-content.purple .modal-body .content .year {
  color: #9E84FF;
}
div.intro-modal .modal-content.purple .modal-footer .btn {
  color: #FFFFFF;
  background-color: #9B80FF;
  border-color: #9B80FF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.intro-modal .modal-dialog {
    margin-right: 1rem;
  }
  div.intro-modal .modal-body .content .book-title {
    font-size: 1.5rem !important;
  }
  div.intro-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.intro-modal .modal-dialog {
    margin-right: 1rem;
  }
  div.intro-modal .modal-body .content .book-title {
    font-size: 1.5rem !important;
  }
  div.intro-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  div.intro-modal .modal-dialog {
    margin-right: 1rem;
  }
  div.intro-modal .modal-body .content .book-title {
    font-size: 1.5rem !important;
  }
  div.intro-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}

div.intro-2-modal {
  /* Responsive Breakpoint */
}
div.intro-2-modal .modal-dialog {
  padding: 4rem 1rem 2rem 1rem;
}
div.intro-2-modal .modal-content {
  overflow: visible;
  border-radius: 1rem;
  border: none;
  background: transparent;
}
div.intro-2-modal .modal-content .btn-close-custom {
  position: absolute;
  background: transparent;
  border: 0;
  color: white;
  font-size: 1.8rem;
  top: -1.3rem;
  right: -0.5rem;
  z-index: 1;
}
div.intro-2-modal .modal-content .modal-body {
  border-radius: 1rem;
}
div.intro-2-modal .modal-content .modal-body .content {
  padding: 1rem;
  border-radius: 1rem;
}
div.intro-2-modal .modal-content .modal-body .content .description {
  font-size: 1.125rem;
  font-family: "IBM Plex Serif", serif;
  line-height: 1.4rem;
}
div.intro-2-modal .modal-content .modal-body .content .footnote {
  font-family: "IBM Plex Serif", serif;
  line-height: 1.4rem;
}
div.intro-2-modal .modal-content .modal-body .artist {
  font-size: 1.125rem;
}
div.intro-2-modal .modal-content .modal-body .artist .container {
  border-radius: 1rem;
}
div.intro-2-modal .modal-content .modal-body .artist .container .col-4 {
  padding-right: 0;
}
div.intro-2-modal .modal-content .modal-body .artist .container .col-4 img {
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
div.intro-2-modal .modal-content .modal-body .artist .container .col-8 {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
div.intro-2-modal .modal-content .modal-body .artist .container .col-8 .ar img {
  margin-right: 0.3rem;
  max-height: 0.8rem;
}
div.intro-2-modal .modal-content .modal-body .artist .container .col-8 .ar span {
  font-size: 0.875rem;
}
div.intro-2-modal .modal-content .modal-body .artist .container .col-8 .filter-description {
  font-family: "IBM Plex Serif", serif;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 1.5rem;
}
div.intro-2-modal .modal-content .modal-body .artist .container .col-8 .artist-name {
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  bottom: 1rem;
}
div.intro-2-modal .modal-content .modal-footer {
  margin: 1rem auto 0;
  border: 0;
  padding: 0;
}
div.intro-2-modal .modal-content .modal-footer .btn {
  font-size: 1.375rem !important;
  padding: 0.6rem 1.6rem !important;
  border-radius: 0.5rem;
}
div.intro-2-modal .modal-content.pink .modal-body {
  background-color: #61294E;
}
div.intro-2-modal .modal-content.pink .modal-body .content .author, div.intro-2-modal .modal-content.pink .modal-body .content .year {
  color: rgba(255, 115, 207, 0.6);
}
div.intro-2-modal .modal-content.pink .modal-body .content .footnote {
  color: #FFB0E1;
}
div.intro-2-modal .modal-content.pink .modal-body .artist .container {
  background-color: rgba(255, 115, 207, 0.6);
}
div.intro-2-modal .modal-content.pink .modal-footer .btn {
  color: #FFFFFF;
  background-color: #DA56B6;
  border-color: #DA56B6;
}
div.intro-2-modal .modal-content.yellow .modal-body {
  background-color: #6E6A01;
}
div.intro-2-modal .modal-content.yellow .modal-body .content .author, div.intro-2-modal .modal-content.yellow .modal-body .content .year {
  color: rgba(229, 225, 109, 0.6);
}
div.intro-2-modal .modal-content.yellow .modal-body .content .footnote {
  color: #DFDD99;
}
div.intro-2-modal .modal-content.yellow .modal-body .artist .container {
  background-color: rgba(229, 225, 109, 0.6);
}
div.intro-2-modal .modal-content.yellow .modal-footer .btn {
  color: #FFFFFF;
  background-color: #ACA612;
  border-color: #ACA612;
}
div.intro-2-modal .modal-content.orange .modal-body {
  background-color: #8A250F;
}
div.intro-2-modal .modal-content.orange .modal-body .content .author, div.intro-2-modal .modal-content.orange .modal-body .content .year {
  color: #FF8C5A;
}
div.intro-2-modal .modal-content.orange .modal-body .content .footnote {
  color: #FFA68E;
}
div.intro-2-modal .modal-content.orange .modal-body .artist .container {
  background-color: #975141;
}
div.intro-2-modal .modal-content.orange .modal-footer .btn {
  color: #FFFFFF;
  background-color: #FF5A2E;
  border-color: #FF5A2E;
}
div.intro-2-modal .modal-content.purple .modal-body {
  background-color: #442797;
}
div.intro-2-modal .modal-content.purple .modal-body .content .author, div.intro-2-modal .modal-content.purple .modal-body .content .year {
  color: rgba(138, 107, 255, 0.6);
}
div.intro-2-modal .modal-content.purple .modal-body .content .footnote {
  color: #C3B4FF;
}
div.intro-2-modal .modal-content.purple .modal-body .artist .container {
  background-color: rgba(138, 107, 255, 0.6);
}
div.intro-2-modal .modal-content.purple .modal-footer .btn {
  color: #FFFFFF;
  background-color: #9B80FF;
  border-color: #9B80FF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.intro-2-modal .modal-dialog {
    margin-right: 1rem;
  }
  div.intro-2-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.intro-2-modal .modal-dialog {
    margin-right: 1rem;
  }
  div.intro-2-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  div.intro-2-modal .modal-dialog {
    margin-right: 1rem;
  }
  div.intro-2-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}

div.story-modal {
  /* Responsive Breakpoint */
}
div.story-modal .modal-dialog {
  padding: 4rem 1rem 2rem 1rem;
}
div.story-modal .modal-content {
  overflow: visible;
  border-radius: 1rem 1rem 0 0;
  border: none;
  background: transparent;
}
div.story-modal .modal-content .modal-body {
  border-radius: 1rem 1rem 0 0;
  background: rgba(255, 255, 255, 0.8);
}
div.story-modal .modal-content .modal-body .story-title {
  font-size: 0.875rem;
  font-weight: 700;
}
div.story-modal .modal-content .modal-body .story-title .story-title-span {
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
}
div.story-modal .modal-content .modal-body .story-title svg {
  margin-right: 0.2rem;
  max-height: 1rem;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "IBM Plex Serif", serif;
  color: #000000;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-textxx {
  text-align: center;
  color: #A62B7C;
  font-size: 26px;
  font-weight: 700;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-text-spaced {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 44px;
  font-kerning: 60;
  letter-spacing: 10px;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 35%;
  border-radius: 10px;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-circle {
  position: relative;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-circle-bg {
  width: 100%;
  height: 512px;
  background-size: 100% 100%;
  display: block;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-circle .story-circle-text {
  position: absolute;
  top: 21%;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  padding-left: 59px;
  width: 80%;
  margin: auto;
  color: white;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-scroll {
  width: 30px;
  margin: auto;
}
div.story-modal .modal-content .modal-body .story-content .story-content-inner .story-finish {
  width: 162px;
  margin: auto;
}
div.story-modal .modal-content .modal-footer {
  border: 0;
  padding: 0;
}
div.story-modal .modal-content .modal-footer .story-progress-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin: 0;
  border-radius: 0 0 1rem 1rem;
}
div.story-modal .modal-content .modal-footer .story-progress-wrapper .story-progress {
  width: 100%;
  height: 8px;
  border-radius: 1rem;
}
div.story-modal .modal-content .modal-footer .story-progress-wrapper .story-progress .story-progress-inner {
  width: 0;
  height: 100%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
div.story-modal .modal-content .modal-footer .btn {
  display: block;
  margin: 20px auto;
  font-size: 1.375rem !important;
  padding: 0.6rem 1.6rem !important;
  border-radius: 0.5rem;
}
div.story-modal .modal-content.pink .modal-body .title-icon path, div.story-modal .modal-content.pink .modal-body .story-finish path {
  fill: #61294E;
}
div.story-modal .modal-content.pink .modal-body .story-scroll path {
  stroke: #61294E;
}
div.story-modal .modal-content.pink .modal-body .story-title {
  color: #61294E;
}
div.story-modal .modal-content.pink .modal-body .story-content .story-content-inner .story-textxx {
  color: #61294E;
}
div.story-modal .modal-content.pink .modal-body .story-content .story-content-inner .story-circle-bg {
  background-image: url("/assets/img/story-circle-bg.png");
}
div.story-modal .modal-content.pink .modal-footer .story-progress-wrapper .story-progress {
  background: #61294E;
}
div.story-modal .modal-content.pink .modal-footer .story-progress-wrapper .story-progress .story-progress-inner {
  background: #FCE4F3;
}
div.story-modal .modal-content.pink .modal-footer .btn {
  color: #FFFFFF;
  background-color: #DA56B6;
  border-color: #DA56B6;
}
div.story-modal .modal-content.yellow .modal-body .title-icon path, div.story-modal .modal-content.yellow .modal-body .story-finish path {
  fill: #6E6A01;
}
div.story-modal .modal-content.yellow .modal-body .story-scroll path {
  stroke: #6E6A01;
}
div.story-modal .modal-content.yellow .modal-body .story-title {
  color: #6E6A01;
}
div.story-modal .modal-content.yellow .modal-body .story-content .story-content-inner .story-textxx {
  color: #6E6A01;
}
div.story-modal .modal-content.yellow .modal-body .story-content .story-content-inner .story-circle-bg {
  background-image: url("/assets/img/story-circle-bg-yellow.png");
}
div.story-modal .modal-content.yellow .modal-footer .story-progress-wrapper .story-progress {
  background: #6E6A01;
}
div.story-modal .modal-content.yellow .modal-footer .story-progress-wrapper .story-progress .story-progress-inner {
  background: #FEFFC8;
}
div.story-modal .modal-content.yellow .modal-footer .btn {
  color: #FFFFFF;
  background-color: #ACA612;
  border-color: #ACA612;
}
div.story-modal .modal-content.orange .modal-body .title-icon path, div.story-modal .modal-content.orange .modal-body .story-finish path {
  fill: #8A250F;
}
div.story-modal .modal-content.orange .modal-body .story-scroll path {
  stroke: #8A250F;
}
div.story-modal .modal-content.orange .modal-body .story-title {
  color: #8A250F;
}
div.story-modal .modal-content.orange .modal-body .story-content .story-content-inner .story-textxx {
  color: #8A250F;
}
div.story-modal .modal-content.orange .modal-body .story-content .story-content-inner .story-circle-bg {
  background-image: url("/assets/img/story-circle-bg-orange.png");
}
div.story-modal .modal-content.orange .modal-footer .story-progress-wrapper .story-progress {
  background: #7E2F1D;
}
div.story-modal .modal-content.orange .modal-footer .story-progress-wrapper .story-progress .story-progress-inner {
  background: #FF8666;
}
div.story-modal .modal-content.orange .modal-footer .btn {
  color: #FFFFFF;
  background-color: #FF5A2E;
  border-color: #FF5A2E;
}
div.story-modal .modal-content.purple .modal-body .title-icon path, div.story-modal .modal-content.purple .modal-body .story-finish path {
  fill: #442797;
}
div.story-modal .modal-content.purple .modal-body .story-scroll path {
  stroke: #442797;
}
div.story-modal .modal-content.purple .modal-body .story-title {
  color: #442797;
}
div.story-modal .modal-content.purple .modal-body .story-content .story-content-inner .story-textxx {
  color: #442797;
}
div.story-modal .modal-content.purple .modal-body .story-content .story-content-inner .story-circle-bg {
  background-image: url("/assets/img/story-circle-bg-purple.png");
}
div.story-modal .modal-content.purple .modal-footer .story-progress-wrapper .story-progress {
  background: #442797;
}
div.story-modal .modal-content.purple .modal-footer .story-progress-wrapper .story-progress .story-progress-inner {
  background: #9B80FF;
}
div.story-modal .modal-content.purple .modal-footer .btn {
  color: #FFFFFF;
  background-color: #9B80FF;
  border-color: #9B80FF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.story-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.story-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  div.story-modal .modal-footer .btn {
    font-size: 1.375rem !important;
    padding: 0.6rem 1.6rem !important;
  }
}

div.quiz-modal {
  /* Responsive Breakpoint */
}
div.quiz-modal .modal-dialog {
  padding: 4rem 1rem 2rem 1rem;
}
div.quiz-modal .modal-content {
  overflow: visible;
  border-radius: 1rem;
  border: none;
  background: transparent;
}
div.quiz-modal .modal-content .btn-close-custom {
  position: absolute;
  background: transparent;
  border: 0;
  color: white;
  font-size: 1.8rem;
  top: -1.3rem;
  right: -0.5rem;
  z-index: 1;
}
div.quiz-modal .modal-content .modal-body {
  background: rgba(240, 238, 238, 0.8);
  border-radius: 1rem;
}
div.quiz-modal .modal-content .modal-body .quiz-title {
  font-size: 0.875rem;
}
div.quiz-modal .modal-content .modal-body .quiz-title svg {
  margin-right: 0.2rem;
  max-height: 1.2rem;
}
div.quiz-modal .modal-content .modal-body .quiz-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
div.quiz-modal .modal-content .modal-body .quiz-options {
  margin: 3rem 0;
}
div.quiz-modal .modal-content .modal-body .quiz-options .quiz-option {
  width: 100%;
  padding: 1rem 0.8rem;
  border-radius: 15px;
  background: white;
  color: #232323;
}
div.quiz-modal .modal-content .modal-body .quiz-options .quiz-option .option-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
div.quiz-modal .modal-content .modal-body .quiz-options .quiz-option.option-correct {
  color: black;
}
div.quiz-modal .modal-content .modal-body .quiz-options .quiz-option.option-wrong {
  background: #BDBDBD;
}
div.quiz-modal .modal-content.pink .modal-body .quiz-title {
  color: #61294E;
}
div.quiz-modal .modal-content.pink .modal-body .quiz-title .quiz-icon path {
  fill: #61294E;
}
div.quiz-modal .modal-content.pink .modal-body .quiz-subtitle {
  color: #61294E;
}
div.quiz-modal .modal-content.pink .modal-body .option-correct {
  background-color: #DA56B6;
  color: white;
}
div.quiz-modal .modal-content.yellow .modal-body .quiz-title {
  color: #6E6A01;
}
div.quiz-modal .modal-content.yellow .modal-body .quiz-title .quiz-icon path {
  fill: #6E6A01;
}
div.quiz-modal .modal-content.yellow .modal-body .quiz-subtitle {
  color: #6E6A01;
}
div.quiz-modal .modal-content.yellow .modal-body .option-correct {
  background-color: #FBFF40;
}
div.quiz-modal .modal-content.orange .modal-body .quiz-title {
  color: #8A250F;
}
div.quiz-modal .modal-content.orange .modal-body .quiz-title .quiz-icon path {
  fill: #8A250F;
}
div.quiz-modal .modal-content.orange .modal-body .quiz-subtitle {
  color: #8A250F;
}
div.quiz-modal .modal-content.orange .modal-body .option-correct {
  background-color: #FF5A2E;
  color: white;
}
div.quiz-modal .modal-content.purple .modal-body .quiz-title {
  color: #442797;
}
div.quiz-modal .modal-content.purple .modal-body .quiz-title .quiz-icon path {
  fill: #442797;
}
div.quiz-modal .modal-content.purple .modal-body .quiz-subtitle {
  color: #442797;
}
div.quiz-modal .modal-content.purple .modal-body .option-correct {
  background-color: #8566FF;
  color: white;
}
div.filter-modal {
  /* Responsive Breakpoint */
}
div.filter-modal .modal-dialog {
  padding: 4rem 1rem 2rem 1rem;
}
div.filter-modal .modal-content {
  overflow: visible;
  border-radius: 1rem;
  border: none;
  background: transparent;
}
div.filter-modal .modal-content .btn-close-custom {
  position: absolute;
  background: transparent;
  border: 0;
  color: white;
  font-size: 1.8rem;
  top: -1.3rem;
  right: -0.5rem;
  z-index: 1;
}
div.filter-modal .modal-content .modal-body {
  border-radius: 1rem;
}
div.filter-modal .modal-content .modal-body h1 {
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
}
div.filter-modal .modal-content .modal-body img {
  border-radius: 1rem;
  height: 27rem;
  width: 100%;
  margin-bottom: 0.5rem;
  object-fit: cover;
  object-position: center;
}
div.filter-modal .modal-content .modal-body .qr-img {
  object-fit: contain;
  max-height: 8rem;
}
div.filter-modal .modal-content .modal-body .qr-text {
  font-size: 0.8rem;
}
div.filter-modal .modal-content .modal-footer {
  margin: 1rem auto 0;
  border: 0;
  padding: 0;
}
div.filter-modal .modal-content .modal-footer .btn {
  font-size: 1.375rem !important;
  padding: 0.6rem 1.6rem !important;
  border-radius: 0.5rem;
}
div.filter-modal .modal-content.pink .modal-body {
  background-color: #61294E;
}
div.filter-modal .modal-content.pink .modal-body .content {
  background-color: #61294E;
}
div.filter-modal .modal-content.pink .modal-body .content .author, div.filter-modal .modal-content.pink .modal-body .content .year {
  color: rgba(255, 115, 207, 0.6);
}
div.filter-modal .modal-content.pink .modal-footer .btn {
  color: #FFFFFF;
  background-color: #DA56B6;
  border-color: #DA56B6;
}
div.filter-modal .modal-content.yellow .modal-body {
  background-color: #585622;
}
div.filter-modal .modal-content.yellow .modal-body .content {
  background-color: #6E6A01;
}
div.filter-modal .modal-content.yellow .modal-body .content .author, div.filter-modal .modal-content.yellow .modal-body .content .year {
  color: rgba(229, 225, 109, 0.6);
}
div.filter-modal .modal-content.yellow .modal-footer .btn {
  color: #FFFFFF;
  background-color: #ACA612;
  border-color: #ACA612;
}
div.filter-modal .modal-content.orange .modal-body {
  background-color: #7E2F1D;
}
div.filter-modal .modal-content.orange .modal-body .content {
  background-color: #8A250F;
}
div.filter-modal .modal-content.orange .modal-body .content .author, div.filter-modal .modal-content.orange .modal-body .content .year {
  color: #FF8C5A;
}
div.filter-modal .modal-content.orange .modal-footer .btn {
  color: #FFFFFF;
  background-color: #FF5A2E;
  border-color: #FF5A2E;
}
div.filter-modal .modal-content.purple .modal-body {
  background-color: #442E83;
}
div.filter-modal .modal-content.purple .modal-body .content {
  background-color: #442797;
}
div.filter-modal .modal-content.purple .modal-body .content .author, div.filter-modal .modal-content.purple .modal-body .content .year {
  color: rgba(138, 107, 255, 0.6);
}
div.filter-modal .modal-content.purple .modal-footer .btn {
  color: #FFFFFF;
  background-color: #9B80FF;
  border-color: #9B80FF;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.filter-modal h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.filter-modal h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  div.filter-modal h1 {
    font-size: 2rem;
  }
}

div.explore {
  min-height: 28rem;
  background-color: #1D5A4C;
  background-image: url("../img/explore-image-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  /* Responsive Breakpoint */
}
div.explore p {
  font-size: 2rem;
  font-weight: 700;
}
div.explore .btn {
  width: 10rem;
  padding: 1rem 1rem;
  border: 0;
  border-radius: 0.3rem;
  background-color: #72B58D;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.explore {
    background-image: url("../img/explore-image-desktop.svg");
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.explore {
    background-image: url("../img/explore-image-desktop.svg");
  }
}
@media (min-width: 1200px) {
  div.explore {
    background-image: url("../img/explore-image-desktop.svg");
  }
}

div.logos {
  background-color: #073424;
  padding-top: 1rem;
  /* Responsive Breakpoint */
}
div.logos .logo {
  margin-bottom: 1rem;
}
div.logos .logo img {
  max-height: 5rem;
  margin: 1rem 0;
}
div.logos .logo p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
div.logos img {
  max-height: 5rem;
}
div.logos .tusitala {
  margin-top: 2rem;
  padding-top: 1rem;
}
div.logos .tusitala .social-icons {
  margin: 1.5rem 0;
}
div.logos .tusitala .social-icons img {
  margin-right: 0.3rem;
}
div.about {
  background-color: #1D5A4C;
  /* Responsive Breakpoint */
}
div.about .title h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
div.about .title img {
  max-height: 5rem;
  margin: 1rem 0;
}
div.about .description {
  margin-top: 1rem;
}
div.about .description p {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
}
div.about .description p a {
  font-weight: bold;
  text-decoration: underline;
}
div.about .tusitala {
  margin-top: 1rem;
}
div.about .tusitala h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
div.about .tusitala img {
  max-height: 5rem;
  margin: 1rem 0;
}
div.about .links ul {
  list-style: none;
  padding: 0;
}
div.about .links ul li {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.813;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  margin: 0.5rem 0;
}
div.artists {
  background-color: #1D5A4C;
  /* Responsive Breakpoint */
}
div.artists .title h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
div.artists .nav-link {
  background: #073424;
  border: 1px solid #004837;
  color: white;
}
div.artists .nav-link.active {
  background: #388B86;
  border: 1px solid #004837;
  color: white;
}
div.artists .excerpts, div.artists .illustrators {
  margin: 2rem 0;
  background-color: white;
  border-radius: 1rem;
  color: black;
  padding: 2rem 1rem;
}
div.artists .illustrators {
  display: none;
}
div.bibliography {
  background-color: #1D5A4C;
  /* Responsive Breakpoint */
}
div.bibliography .title h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
div.bibliography ol li {
  font-family: "IBM Plex Serif", serif;
  margin: 2rem 0;
}
div.locations {
  display: none;
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  background-color: #004837;
  background-image: url("../img/patterns/green.png");
  background-repeat: repeat;
  background-size: 4rem;
  z-index: 3;
  border-top-left-radius: 1.313rem;
  border-top-right-radius: 1.313rem;
  transition: all 2s;
  top: 85vh;
  /* Responsive Breakpoint */
}
div.locations i {
  color: #72B5A5;
  font-size: 2rem;
  cursor: pointer;
}
div.locations .view-attraction {
  font-size: 1.125rem;
  font-weight: 400;
}
div.locations .tap-attraction {
  font-size: 1.125rem;
  font-weight: 400;
  color: #72B5A5;
}
div.locations img {
  max-height: 4rem;
  max-width: 5rem;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
div.locations p {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  div.locations {
    top: 94vh;
  }
}
/* Responsive Breakpoint */

/*# sourceMappingURL=style.css.map */
