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

:root {
  --window-blue: #1a65f7;
  --white: #fff;
  --dark-green: #5fc40f;
  --green: #a8ff00;
  --hot-pink: #ff007a;
}

.screen-wrapper {
  background-color: var(--window-blue);
  width: 100vw;
  height: 100vh;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.scrolling-header-track {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  display: flex;
  overflow: hidden;
}

.text-block {
  color: var(--white);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Pixelify Sans, sans-serif;
  font-size: 18px;
}

.screen {
  border-style: solid;
  border-width: 4px 2px 2px 4px;
  border-color: black var(--white) var(--white) black;
  background-image: url('../images/rainbow-background.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 95vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: scroll;
}

.window {
  z-index: 99;
  background-color: var(--dark-green);
  border: 2px solid #000;
  border-radius: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.window.sex-ed {
  inset: auto auto 5% 0%;
}

.window.photography {
  inset: 0% 0% auto auto;
}

.window.decorative {
  z-index: 0;
  inset: 17% auto auto 10%;
}

.window.decorative._2 {
  position: absolute;
  inset: auto -116px -61px auto;
}

.window.decorative._3 {
  inset: -38px -177px auto auto;
}

.window.decorative._4 {
  inset: 0% auto auto 36%;
}

.window.decorative._5 {
  z-index: 999;
  margin-top: 36px;
  position: relative;
  inset: 0% auto auto 0;
}

.window.decorative._6 {
  inset: -46px auto auto -195px;
}

.window.decorative._7 {
  inset: auto auto -78px -87px;
}

.window.decorative._8 {
  inset: auto auto -121px -225px;
}

.window.decorative._9 {
  inset: auto -275px 46px auto;
}

.window.profile {
  inset: 9% auto auto 42%;
}

.window-info {
  background-color: var(--green);
  border: 3px solid #000;
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  text-decoration: none;
  position: relative;
  bottom: 10px;
  left: 10px;
}

.window-info.decor {
  padding-top: 10px;
  bottom: 5px;
  left: 5px;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--hot-pink);
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.div-block.sex-ed {
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block.photography {
  background-image: linear-gradient(#f31bb936, #f31bb936), url('../images/photo-cover.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block.decor {
  background-image: url('../images/no-signal-stand-by.gif');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.div-block.decor._2 {
  background-color: var(--window-blue);
  background-image: url('../images/02-24-45-328_512.gif');
  width: 200px;
  height: 150px;
}

.div-block.decor._3 {
  background-image: url('../images/kitty-cat.avif');
  width: 350px;
  height: 300px;
}

.div-block.decor._4 {
  background-image: url('../images/ginger-pic.avif');
  background-size: cover;
  width: 300px;
}

.div-block.decor._5 {
  background-image: url('../images/SGC-13.avif');
  background-position: 50% 89%;
  background-size: auto;
  width: 800px;
  height: 600px;
  position: relative;
}

.div-block.decor._6 {
  background-image: url('../images/IMG_8805-2.JPG');
  background-position: 50%;
}

.div-block.decor._7 {
  width: 350px;
}

.div-block.decor._8 {
  background-image: url('../images/SGC-4.avif');
  background-position: 93%;
  background-size: 370px;
}

.div-block.decor._9 {
  background-image: url('../images/SGC-9.avif');
  background-position: 61%;
  background-size: 475px;
  width: 300px;
  height: 400px;
  position: relative;
}

.div-block.profile {
  background-image: url('../images/ginger-pic.avif');
  background-position: 50%;
  background-size: cover;
  width: 275px;
  height: 250px;
}

.image {
  width: 65px;
}

.image-2 {
  width: 75px;
}

.image-3 {
  width: 100px;
}

.image-4 {
  width: 125px;
}

.text-block-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Pixelify Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 250px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 150px;
}

.image-7 {
  width: 230px;
}

.logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-8 {
  z-index: 99;
  width: 39vw;
  position: relative;
}

.text-block-3 {
  color: var(--hot-pink);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--window-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

.decorative-windows {
  width: 90%;
  height: 87%;
  margin-top: 40px;
  padding-right: 0;
  position: relative;
}

.image-9 {
  width: 100px;
  position: static;
  bottom: -28px;
}

.image-10 {
  position: absolute;
  inset: 20px auto auto 25px;
}

.image-11 {
  width: 200px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero-container {
  position: relative;
}

.content-container {
  max-width: 900px;
  margin-top: 60px;
  position: relative;
}

.welcome-window {
  z-index: 99;
  background-color: var(--dark-green);
  border: 2px solid #000;
  border-radius: 3px;
  position: relative;
}

.welcome-window-interior {
  background-color: var(--green);
  border: 2px solid #000;
  border-radius: 3px;
  flex-flow: column;
  width: 625px;
  height: auto;
  display: flex;
  position: relative;
  bottom: 10px;
  left: 10px;
}

.welcome-window-interior.links {
  width: 750px;
}

.window-title {
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-4 {
  font-family: Depixelklein, Arial, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.div-block-4 {
  background-image: url('../images/bouncy-stars.gif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  flex: 1;
  height: 30px;
}

.div-block-5 {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--white) var(--white);
  background-color: var(--hot-pink);
  flex: 1;
  margin: 0 10px 10px;
  padding: 10px;
}

.text-block-5 {
  color: var(--white);
  font-family: Depixelklein, Arial, sans-serif;
  font-size: 36px;
  line-height: 47px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffc711, #90ff4f 26%, #86ffcf 49%, #b5d0ff 69%, #f3e2ff 88%, #ff8386);
  -webkit-background-clip: text;
  background-clip: text;
}

.newsletter-widget {
  z-index: 99;
  background-image: linear-gradient(#efefef, #efefef);
  border: 1px solid #000;
  margin-top: 40px;
  padding: 10px;
  position: relative;
  right: -153px;
}

.newsletter-interior {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--white) var(--white);
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/sparklysky-ezgif.com-optimize.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.newsletter-icon {
  max-width: 100px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--green);
  letter-spacing: 2px;
  font-family: Depixelklein, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.text-block-7 {
  color: var(--green);
  text-align: center;
  letter-spacing: 2px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
}

.div-block-7 {
  z-index: 99;
  margin-top: 48px;
  position: relative;
}

.div-block-7.links {
  left: -2px;
}

.image-12 {
  z-index: 9;
  width: 120px;
  position: absolute;
  inset: auto auto -37px 45px;
  transform: rotate(-15deg);
}

.newsletter-wrapper {
  position: relative;
}

.text-block-8 {
  color: var(--white);
  font-family: Depixelklein, Arial, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.link {
  color: var(--green);
}

.link-div {
  background-image: url('../images/sparkle-crown.gif');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.link-2 {
  color: var(--white);
  font-family: Depixelklein, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.links-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.image-13 {
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 300px;
}

.div-block-10 {
  aspect-ratio: auto;
  position: absolute;
  inset: 0% 3px auto auto;
}

.div-block-10.left {
  inset: 10px auto auto 16px;
}

.text-block-9 {
  color: var(--window-blue);
  font-family: Depixelklein, Arial, sans-serif;
  font-size: 8px;
}

.text-block-9.pink {
  color: var(--hot-pink);
}

.text-block-9.green {
  color: var(--green);
}

.text-block-10 {
  position: absolute;
  inset: auto auto -3px 0%;
}

.text-block-11 {
  color: var(--green);
  text-align: center;
  margin-top: 60px;
  font-family: Depixelklein, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .window.decorative {
    left: 21%;
  }

  .window.decorative._3 {
    right: -118px;
  }

  .window.decorative._5 {
    z-index: 9;
    top: 0%;
  }

  .window.decorative._6 {
    inset: 0% auto auto -29%;
  }

  .window.decorative._9 {
    right: -225px;
  }

  .window.decorative._1 {
    display: none;
  }

  .div-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block.decor._3 {
    width: 300px;
    height: 250px;
  }

  .div-block.decor._5 {
    background-position: 50% 79%;
    width: 600px;
    height: 500px;
  }

  .div-block.decor._7 {
    width: 250px;
    height: 200px;
  }

  .image-3 {
    position: relative;
    bottom: 27px;
    left: 65px;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    order: -1;
    width: 200px;
  }

  .newsletter-widget {
    right: -39px;
  }

  .image-12 {
    left: -71px;
  }
}

@media screen and (max-width: 767px) {
  .screen {
    height: 100vh;
  }

  .window.photography {
    top: 23%;
  }

  .window.decorative._2 {
    bottom: -138px;
  }

  .window.decorative._3 {
    right: -135px;
  }

  .window.decorative._5 {
    inset: 0% auto auto 0%;
  }

  .window.decorative._6 {
    left: -24%;
  }

  .window.decorative._7 {
    bottom: -171px;
  }

  .window.decorative._9 {
    bottom: 256px;
  }

  .div-block {
    padding-bottom: 0;
  }

  .div-block.photography {
    width: 200px;
    height: 200px;
    padding-bottom: 20px;
  }

  .div-block.decor._5 {
    background-size: 600px;
    width: 500px;
    height: 300px;
  }

  .div-block.decor._6 {
    object-fit: cover;
    width: 150px;
    height: 200px;
  }

  .image-3 {
    width: 124px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .image-11 {
    z-index: 999;
  }

  .welcome-window {
    max-height: none;
  }

  .welcome-window-interior, .welcome-window-interior.links {
    width: 475px;
  }

  .newsletter-widget {
    right: 0;
  }

  .newsletter-interior {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .newsletter-icon {
    object-fit: cover;
    max-width: 79px;
  }

  .text-block-6 {
    font-size: 25px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .div-block-7 {
    flex: none;
  }

  .div-block-7.links {
    margin-top: 27px;
  }

  .text-block-8 {
    line-height: 25px;
  }

  .link-2 {
    font-size: 23px;
  }

  .div-block-9 {
    flex: none;
    margin-top: 35px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .screen-wrapper {
    height: auto;
  }

  .screen {
    height: auto;
    overflow: hidden;
  }

  .window.photography {
    top: 17%;
  }

  .window.decorative {
    top: 20%;
    left: -16%;
  }

  .window.decorative._3 {
    z-index: 9;
    display: none;
    bottom: 30%;
    right: 1%;
  }

  .window.decorative._5 {
    left: -2%;
  }

  .window.decorative._6 {
    inset: -9% 82% auto auto;
  }

  .window.decorative._8 {
    bottom: -158px;
    left: -54px;
  }

  .window.decorative._9 {
    inset: auto -10% -20% auto;
  }

  .div-block.decor._3 {
    width: 230px;
    height: 150px;
  }

  .div-block.decor._5 {
    background-size: 508px;
    width: 350px;
    max-width: 325px;
    height: 250px;
  }

  .div-block.decor._6 {
    align-items: stretch;
  }

  .div-block.decor._8 {
    width: 200px;
    height: 150px;
  }

  .div-block.decor._9 {
    width: 200px;
    height: 250px;
  }

  .image-8 {
    width: 80vw;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    z-index: 999;
  }

  .welcome-window-interior {
    width: 375px;
    max-width: 325px;
    bottom: 5px;
    left: 5px;
  }

  .welcome-window-interior.links {
    width: 350px;
  }

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

  .newsletter-widget {
    margin-top: 20px;
  }

  .newsletter-interior {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-6 {
    text-align: center;
  }

  .div-block-7.links {
    margin-top: 116px;
  }

  .link-div {
    padding-left: 40px;
  }

  .links-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-13 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 84%;
    height: 298px;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .div-block-10 {
    inset: auto auto 0% 0%;
  }
}


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