@font-face {
  font-family: Depixelklein;
  src: url('../fonts/depixelklein.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-gray: #d9d9d9;
  --blue: #0944e6;
  --white: #fff;
  --black: #000;
  --orange: #f9a61a;
}

.page-wrapper {
  position: relative;
}

.content-container {
  display: block;
}

.content-container.desktop {
  z-index: 99;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.left-column {
  z-index: 9;
  position: relative;
}

.navbar {
  z-index: 99;
  background-image: linear-gradient(to bottom, var(--light-gray), var(--light-gray));
  width: 100vw;
  height: 91px;
  padding: 20px 0 5px;
  display: block;
  position: fixed;
  box-shadow: 0 4px #949494;
}

.image {
  width: 300px;
}

.system-text {
  background-color: var(--blue);
  color: var(--white);
  align-self: flex-start;
  font-family: Depixelklein, Verdana, sans-serif;
  display: inline-block;
}

.system-text.mobile {
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-column {
  z-index: 999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.tracklist {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tracklist.mobile {
  display: none;
}

.tracks {
  order: 9999;
}

.text-block {
  font-family: Depixelklein, Verdana, sans-serif;
}

.text-block-2 {
  text-align: right;
}

.track {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--blue);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: var(--blue);
  background-image: url('../images/ribbitglobemark.avif'), linear-gradient(#ffffffd9, #ffffffd9), url('../images/background-pond-scum.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.public-works-header {
  z-index: 9;
  color: #000;
  background-color: #0000;
  margin-top: 102px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}

.text-block-3 {
  color: var(--black);
  letter-spacing: 1px;
  max-width: 700px;
  padding-left: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.album-art {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  z-index: 99;
  max-width: 700px;
  margin-left: 10px;
  position: relative;
}

.image-3 {
  z-index: 9;
  align-self: center;
  height: 341px;
  margin-left: -236px;
  transition: all .5s;
  position: relative;
}

.image-3:hover {
  transform: translate(120px);
}

.image-4 {
  border: 1px solid var(--orange);
  max-width: 450px;
  margin-top: 0;
  display: block;
}

.sample-track {
  margin-top: 20px;
}

.play-n-pause {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px;
  display: flex;
}

.play {
  background-color: var(--blue);
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  display: flex;
  box-shadow: 1px 2px 1px #0003;
}

.pause {
  background-color: var(--light-gray);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 2px 2px 1px #0003;
}

.link-bank {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
}

.image-5 {
  max-width: 300px;
  box-shadow: 4px 4px 9px #0003;
}

.links {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: var(--blue);
  letter-spacing: 4px;
  background-color: #fff200;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  display: inline-block;
}

.div-block-3 {
  flex: 0 auto;
  margin-top: 20px;
  position: relative;
}

.ribbit-footer {
  background-color: var(--blue);
  height: 200px;
  margin-top: 0;
  overflow: scroll;
}

.image-6 {
  border: 1px solid var(--orange);
  max-width: 350px;
  margin-top: 0;
}

.image-7 {
  border: 1px solid var(--orange);
  max-width: 400px;
  margin-top: 0;
}

.label {
  background-color: var(--blue);
  color: var(--white);
  align-self: flex-end;
  font-family: Depixelklein, Verdana, sans-serif;
  display: inline-block;
  position: relative;
  left: auto;
}

.text-span {
  font-family: Bitter, serif;
}

.div-block-4 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.div-block-5 {
  border: 2px solid var(--orange);
  background-image: url('../images/ribbit-scope-ezgif.com-optimize.gif');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 150px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}

.link, .link-2 {
  color: var(--white);
  text-decoration: underline;
}

.link-3 {
  color: var(--white);
}

.div-block-6 {
  margin-top: 40px;
  position: relative;
}

.div-block-7 {
  margin-top: 20px;
  position: relative;
}

.text-block-5 {
  color: #fff200;
  font-family: Depixelklein, Verdana, sans-serif;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-8, .public-works-header-mobile {
  display: none;
}

.link-4, .link-5 {
  color: var(--white);
}

.image-9, .image-10 {
  width: 25px;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .content-container.desktop {
    flex-flow: column;
  }

  .navbar {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .right-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    margin-top: 15px;
    display: grid;
  }

  .tracklist {
    flex-flow: column;
  }

  .tracklist.mobile {
    flex-flow: row;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .tracklist.hidden {
    display: none;
  }

  .body {
    background-image: url('../images/ribbitglobemark.avif'), linear-gradient(to bottom, null, null), url('../images/background-pond-scum.avif');
    background-position: 50%, 0 0, 50% 0;
  }

  .public-works-header {
    font-size: 39px;
  }

  .text-block-3 {
    max-width: 500px;
    font-size: 17px;
    line-height: 24px;
  }

  .image-4 {
    max-width: 375px;
  }

  .text-block-4 {
    font-size: 27px;
  }

  .image-6 {
    padding-left: 31px;
  }

  .image-7 {
    max-width: 325px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .system-text {
    font-size: 12px;
    line-height: 15px;
  }

  .system-text.hidden {
    display: inline-block;
  }

  .public-works-header {
    font-size: 27px;
  }

  .text-block-3 {
    max-width: 419px;
    font-size: 16px;
    line-height: 21px;
  }

  .image-2 {
    max-width: 500px;
  }

  .image-3 {
    height: 240px;
    margin-left: -183px;
  }

  .link-bank {
    margin-left: 10px;
  }

  .text-block-4 {
    font-size: 19px;
  }

  .text-block-5 {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .left-column {
    z-index: 999;
  }

  .navbar {
    height: 63px;
    padding-top: 21px;
    position: static;
  }

  .image {
    width: 175px;
  }

  .system-text {
    font-size: 11px;
    line-height: 10px;
    position: relative;
  }

  .system-text.hidden {
    display: none;
  }

  .system-text.mobile {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .system-text.footer {
    font-size: 12px;
    line-height: 16px;
  }

  .right-column {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    display: flex;
  }

  .tracklist.mobile {
    z-index: 99;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 12px;
    inset: 0% 0% auto auto;
  }

  .track {
    line-height: 20px;
  }

  .public-works-header {
    width: 100vw;
    margin-top: 58px;
    line-height: 27px;
    display: none;
  }

  .text-block-3 {
    max-width: 250px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    height: 210px;
    margin-left: -147px;
    padding-left: 0;
    transition-duration: .4s;
  }

  .image-3:hover {
    transform: translate(92px);
  }

  .image-4 {
    max-width: 90vw;
  }

  .link-bank {
    flex-flow: column;
  }

  .links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-3 {
    margin-top: 10px;
  }

  .image-6 {
    max-width: 200px;
    padding-left: 0;
  }

  .image-7 {
    width: 75vw;
    max-width: none;
    padding-left: 0;
  }

  .div-block-5 {
    width: 300px;
    height: 100px;
  }

  .div-block-6 {
    margin-top: 20px;
  }

  .image-8 {
    z-index: 99;
    order: -9999;
    max-width: 250px;
    display: block;
    position: relative;
  }

  .public-works-header-mobile {
    color: var(--black);
    white-space: normal;
    word-break: normal;
    margin-top: 27px;
    margin-bottom: 14px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    display: block;
  }
}


@font-face {
  font-family: 'Depixelklein';
  src: url('../fonts/depixelklein.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}