body {
    font-family: 'Roboto', sans-serif;
  }
  
  h1, h2, h3, h4, h5 {
    font-family: 'Yeseva One', cursive;
  }
  
  #start {
    height: 100%;
    width: 100%;
    background: white;
    z-index: 2;
  }
  
  #start div {
    bottom: 0;
    background: #9E1F63;
    color: white;
    border-radius: 10px;
    padding: 1rem 1rem;
    border: 1px solid #9E1F63;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
  }
  
  #start div:hover {
    cursor: pointer;
  }
  
  /*
      SPLASH SCREEN
  */
  #splashscreen {
    height: 100%;
    width: 100%;
    background: white;
    z-index: 2;
    opacity: 1;
  }
  
  svg {
    position: absolute;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  
  svg * {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  
  #logo {
    height: 100%;
    width: 100%;
  }
  
  #logo path {
    stroke-linecap: "round";
  }
  
  #logo * {
    -webkit-transform-origin: 201px 363px;
            transform-origin: 201px 363px;
  }
  
  #title_fill, #title_stroke {
    right: 18%;
    bottom: 12%;
    width: 30em;
    height: 30em;
  }
  
  #title_fill path, #title_stroke path {
    transform-box: fill-box;
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  
  #title_stroke .st0 {
    stroke: #9E1F63;
    fill: none;
  }
  
  #title_stroke .st1 {
    fill: none;
  }
  
  #title_stroke .st2 {
    stroke: #3C55A5;
    fill: none;
  }
  
  #title_stroke path {
    stroke-width: 2px;
  }
  
  #title_fill .st0 {
    stroke: none;
    fill: #9E1F63;
  }
  
  #title_fill .st1 {
    fill: none;
  }
  
  #title_fill .st2 {
    fill: #3C55A5;
  }
  
  #logo .st0 {
    fill: #3D56A6;
  }
  
  #logo .st1 {
    fill: none;
    stroke: #3D56A6;
    stroke-width: 8;
    stroke-miterlimit: 10;
  }
  
  #logo .st2 {
    fill: none;
    stroke: #9F2064;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  
  #logo #river {
    stroke-dasharray: 1140;
    stroke-dashoffset: 1140;
  }
  
  #logo #enterButton {
    -webkit-transform: translateY(-200vh);
            transform: translateY(-200vh);
  }
  
  #logo .ripple {
    opacity: 1;
  }
  
  #map, #navAndContent {
    opacity: 1;
  }
  
  @media only screen and (max-device-width: 480px) {
    #title_fill, #title_stroke {
      right: 10%;
      bottom: 10%;
      width: 10em;
      height: 25em;
    }
  }
  
  /*
      FOOTER
  */
  .fixed-bottom {
    z-index: 1;
  }
  
  /*
      CONTENT
  */
  #contentContainer {
    z-index: 3000;
  }
  
  .artwork {
    background: white;
    overflow-x: hidden;
    border-radius: 10px;
    max-height: 75vh;
  }
  
  .artwork a {
    color: black;
    border-radius: 5px;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255, 0, 0, 0.4);
    /* Safari */
    text-decoration-color: rgba(255, 0, 0, 0.4);
  }
  
  .artwork a:hover {
    -webkit-text-decoration-color: red;
    /* Safari */
    text-decoration-color: red;
  }
  
  .artwork .artworkImg {
    height: 40%;
  }
  
  .artwork .artworkImg img {
    width: 100%;
  }
  
  .artwork .artworkAddress {
    padding: 0rem 3rem;
  }
  
  .artwork .artworkAddress address span {
    display: block;
  }
  
  .artwork .artworkText {
    padding: 0rem 3rem;
    height: 50%;
    overflow-y: auto;
  }
  
  .artwork .artworkText .artworkTitle h2 {
    font-size: 32pt;
    margin-bottom: 1rem;
  }
  
  .artwork .artworkText .artworkTitle h3 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 20pt;
  }
  
  .artwork .artworkText .artworkTitle h4 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 14pt;
  }
  
  .artwork .artworkText .artworkTitle h4 p {
    margin: 0;
  }
  
  .artwork .artworkText::-webkit-scrollbar {
    width: 20px;
  }
  
  .artwork .artworkText::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
  }
  
  .artwork .artworkText::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #9E1F63;
  }
  
  .artwork .closingButton {
    bottom: 0;
    background: #9E1F63;
    color: white;
    border-radius: 10px;
    padding: 1rem 1rem;
    border: 1px solid #9E1F63;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
  }
  
  .artwork .closingButton:hover {
    cursor: pointer;
    background: white;
    color: #9E1F63;
  }
  
  .artwork img {
    width: 100%;
    margin-bottom: 32px;
  }
  
  .info {
    background: white;
    overflow-x: hidden;
    border-radius: 10px;
    max-height: 93vh;
  }
  
  .info a {
    color: black;
    border-bottom: 2px solid #9E1F63;
    -webkit-transition: border-bottom 0.1s;
    transition: border-bottom 0.1s;
    text-decoration: none;
  }
  
  .info a:hover {
    border-bottom: 5px solid #9E1F63;
  }
  
  .info a:visited {
    color: black;
  }
  
  .info .infoImg {
    height: 40%;
  }
  
  .info .infoImg img {
    width: 100%;
  }
  
  .info .infoPart {
    width: 100%;
    padding: 0rem 3rem;
    overflow-y: auto;
  }
  
  .info .infoPart h2 {
    font-size: 32pt;
    margin-bottom: 1rem;
  }
  
  .info .infoPart .artistURL span {
    margin-right: 1em;
  }
  
  .info .infoPart::-webkit-scrollbar {
    width: 20px;
  }
  
  .info .infoPart::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
  }
  
  .info .infoPart::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #9E1F63;
  }
  
  .info .artistImg {
    height: 40%;
  }
  
  .info .artistImg img {
    width: 100%;
  }
  
  .info .infoText {
    padding: 0rem 3rem;
    height: 50%;
    overflow-y: auto;
  }
  
  .info .infoText strong {
    display: block;
  }
  
  .info .infoText .infoTitle h2 {
    font-size: 32pt;
    margin-bottom: 1rem;
  }
  
  .info .infoText .infoTitle h3 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 20pt;
  }
  
  .info .infoText .infoTitle h4 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 14pt;
  }
  
  .info .infoText::-webkit-scrollbar {
    width: 20px;
  }
  
  .info .infoText::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
  }
  
  .info .infoText::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #9E1F63;
  }
  
  .info .closingButton {
    bottom: 0;
    background: #9E1F63;
    color: white;
    border-radius: 10px;
    padding: 1rem 1rem;
    border: 1px solid #9E1F63;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
  }
  
  .info .closingButton:hover {
    cursor: pointer;
    background: white;
    color: #9E1F63;
  }
  
  .info img {
    width: 100%;
    margin-bottom: 32px;
  }
  
  .fullOpacity {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  .halfOpacity {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  .navbar {
    z-index: 3001;
  }
  
  .navButton, .langButton, .interactButton {
    background: #3F3F3F;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background 0.05s;
    transition: background 0.05s;
  }
  
  .navButton:hover, .langButton:hover, .interactButton:hover {
    background: #797979;
  }
  
  .navContainer {
    background: #9E1F63;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  
  .navContainer div {
    padding: 0.5em 3em 0.5em 6em;
  }
  
  .langContainer {
    position: absolute;
    right: 0;
    overflow: hidden;
    border-bottom-left-radius: 10px;
  }
  
  .langContainer div {
    padding: 0.5em 1em;
  }
  
  .langContainer .interactButton img {
    height: 1.5em;
  }
  
  .activeButton, .activeButton:hover {
    background: #9E1F63;
  }
  
  .artworkMarker {
    height: 45px;
    width: 45px;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    max-width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto;
  }
  
  .artworkMarker:hover .artworkSVGContainer svg path {
    opacity: 1;
  }
  
  .userSVGContainer {
    display: block;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 150px;
    height: 150px;
  }
  
  .userSVGContainer svg path {
    stroke-width: 8px;
    stroke: #9E1F63;
    fill: none;
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  .userSVGContainer svg circle {
    stroke: none;
    fill: #3C55A5;
  }
  
  .artworkSVGContainer {
    display: block;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 150px;
    height: 150px;
  }
  
  .artworkSVGContainer svg path {
    stroke-width: 8px;
    stroke: #3C55A5;
    fill: none;
    opacity: 0.25;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  
  .artworkSVGContainer svg circle {
    stroke: none;
    fill: #9E1F63;
  }
  
  @media (max-width: 767px) {
    .navbar {
      background-color: #3F3F3F;
    }
    .navbar-toggler:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    #languageContainer {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .navbar-toggler {
      margin: 0.5em;
    }
    .info, .artwork {
      max-height: calc(100vh - 60px);
      margin-top: 0;
      border: 0;
      z-index: 2999;
    }
    .langContainer {
      padding: 0.6em 0em;
    }
    .langContainer div {
      padding: 0.5em 0.7em;
    }
  }
  /*# sourceMappingURL=style.css.map */
  /*
       FILE ARCHIVED ON 16:02:14 Jul 12, 2021 AND RETRIEVED FROM THE
       INTERNET ARCHIVE ON 09:35:24 May 17, 2024.
       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  
       ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
       SECTION 108(a)(3)).
  */
  /*
  playback timings (ms):
    captures_list: 0.661
    exclusion.robots: 0.186
    exclusion.robots.policy: 0.175
    esindex: 0.008
    cdx.remote: 15.573
    LoadShardBlock: 146.551 (3)
    PetaboxLoader3.datanode: 74.483 (4)
    PetaboxLoader3.resolve: 135.079 (2)
    load_resource: 409.417
  */