.frogWindow {
  display: grid;
  width: 100%;
}
.frogWindow > div {
  height: 100%;
}
.frogWindow > .graphic {
  min-height: 33.3vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.frogWindow > .content > .spaced {
  display: grid;
  grid-gap: 0.2rem;
}
.linked {
  display: flex;
  justify-content: center;
  grid-gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.linked li {
  margin: 0;
  padding: 0;
}
.linked li a {
  display: block;
  padding: 0.4rem 0.6rem;
}
.texted {
  margin: 1.6rem;
}
.texted h1 {
  margin: 0 0 0.8rem;
}
.texted p {
  margin: 0 0 0.4rem;
}
.texted p:last-of-type {
  margin-bottom: 0;
}
.floated {
  float: right;
  margin: 0 0 0.4rem 0.8rem;
}
.bubbled {
  position: relative;
}
.noted {
  display: grid;
  justify-content: center;
  grid-gap: 0.4rem;
  padding: 0.4rem;
}
.noted > * {
  margin: 0;
  width: fit-content;
}
.columned {
  display: grid;
  margin: 1.6rem 0 0;
  grid-template-columns: repeat(2, 1fr);
}
.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inline-flex {
  display: flex;
  grid-gap: 0.4rem;
  list-style: none;
  justify-content: space-between;
}
.inline-flex li {
  width: min-content;
  height: min-content;
  padding: 0.4rem;
}
a.anchor {
  position: absolute;
  visibility: hidden;
}
@media (max-width: 1280px) {
  .bubbled {
    min-height: 67vh;
    overflow: hidden;
  }
  .noted {
    margin-top: 1.2rem;
  }
  .floated {
    width: 20%;
  }
  .mobile-viewport {
    height: 100vh;
  }
  .mobile-viewport.mobile-viewport-spaced {
    margin: 0 1rem;
  }
  .mobile-spaced {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .mobile-spaced.columned {
    display: block;
  }
  .mobile-spaced.inline-flex {
    margin-bottom: 0.8rem;
  }
  .inline-flex {
    flex-wrap: wrap;
    justify-content: space-around;
    grid-gap: 0 0.4rem;
  }
}
@media (min-width: 1280px) {
  .boxViewport {
    min-height: 100vh;
  }
  .boxViewport > .desktop-center-flex {
    min-height: 100vh;
  }
  .boxViewport.windowed .frogWindow {
    min-height: calc(100vh - (1.6rem * 2));
    min-width: calc(100vw - (1.6rem * 2));
    border-radius: 2.4rem;
  }
  .boxViewport.windowed .frogWindow > div {
    border-radius: 2.4rem;
  }
  .frogWindow {
    width: 1280px;
    min-height: calc(100vh - .8rem - (.8rem * 1));
    margin: 0.8rem 0;
    grid-template-columns: 360px auto;
    border-radius: 0.2rem;
  }
  .frogWindow > div {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  .frogWindow > div.graphic {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .frogWindow > div.content {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .frogWindow > .content {
    position: relative;
    padding: 0 2.4rem;
  }
  .frogWindow > .content > .spaced {
    grid-gap: 0.8rem;
  }
  .frogWindow > .graphic > .graphicEnd {
    position: absolute;
    width: 0.4rem;
    height: calc(100% - (.4rem * 2));
    top: 0.4rem;
    right: 0;
    backdrop-filter: blur(0.4rem);
  }
  .desktop-columned {
    display: grid;
    margin: 1.6rem 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .desktop-center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .noted {
    text-align: center;
  }
  .texted {
    margin: 3.6rem;
  }
  .floated {
    opacity: 0.83;
  }
}
