@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap");
main {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  main {
    max-width: 900px;
  }
}

main > div, p {
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 600px) {
  main > div, p {
    max-width: 900px;
  }
}

body, main, p, div, h1, h2, h3, h4, h5, h6, ul, ol {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

main {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.homepage {
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
}

.content {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

* {
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Domine", serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

.subtitle {
  color: #9e9e9e;
  font-size: 90%;
  margin-top: 0;
  padding-top: 0;
}

code {
  font-family: "Google Sans Code", monospace;
}

li {
  padding-bottom: 0.5rem;
}

.homepage-title {
  text-align: center;
  letter-spacing: 1rem;
  padding: 0.25rem;
  margin: 0;
  margin-left: 5.5rem;
}
@media (min-width: 600px) {
  .homepage-title {
    margin-left: 0.5rem;
  }
}

.hover-grow {
  margin-left: auto;
  margin-right: auto;
}

.hover-grow:hover {
  transform: scale(1.15);
}

.hover-bold {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.hover-bold:hover {
  font-weight: 700;
}

.home-btn {
  position: fixed;
  z-index: 9999;
  display: block;
  line-height: 0;
}

.home-btn img {
  display: block;
  margin: 0;
  outline: none;
  max-width: 5rem;
  height: auto;
}

.home-btn:hover img {
  transform: scale(1.15);
}

.home-btn-hint {
  position: absolute;
  top: 2rem;
  left: 4.5rem;
  color: #eeeeee !important;
  padding: 0.25rem;
  background-color: #111;
  line-height: 1rem;
  opacity: 0;
  transform: translateY(4px) rotate(0deg);
  pointer-events: none;
}

.home-btn:hover .home-btn-hint {
  opacity: 1;
  transform: translateY(0);
}

.textbox, .fun-stuff, .binder-image-textbox, .blue-image-textbox {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.textbox img, .fun-stuff img, .binder-image-textbox img, .blue-image-textbox img {
  max-width: 7.5rem;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .textbox, .fun-stuff, .binder-image-textbox, .blue-image-textbox {
    flex-direction: row;
  }
}

.blue-image-textbox {
  object-fit: fill;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/svg/funky-blue-box.svg");
}
.blue-image-textbox h1 {
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: right;
}
.blue-image-textbox p {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 0;
}
.blue-image-textbox img {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .blue-image-textbox p, .blue-image-textbox h1 {
    margin-right: 0.5rem;
  }
  .blue-image-textbox p {
    margin-bottom: 2rem;
  }
  .blue-image-textbox h1 {
    text-align: left;
  }
  .blue-image-textbox img {
    margin-right: 2rem;
  }
}

.binder-image-textbox {
  object-fit: fill;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  justify-content: space-between;
  align-items: stretch;
  background-image: url("/assets/svg/binder-vertical.svg");
}
.binder-image-textbox .second-binder-page {
  padding: 0;
  padding-top: 1.5rem;
}
.binder-image-textbox .first-binder-page {
  padding: 0;
  padding-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .binder-image-textbox {
    background-image: url("/assets/svg/binder-horizontal.svg");
  }
  .binder-image-textbox .second-binder-page {
    padding: 0;
    padding-left: 1.5rem;
  }
  .binder-image-textbox .first-binder-page {
    padding: 0;
    padding-right: 1.5rem;
  }
}

.first-binder-page,
.second-binder-page {
  margin: 1.5rem;
  flex: 1 1 15rem;
  overflow: scroll;
  max-height: 27rem;
}
.first-binder-page img,
.second-binder-page img {
  max-width: 5rem;
  float: right;
}
.first-binder-page li,
.second-binder-page li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}

.post-sort-btn {
  outline: none;
  border: none;
  background: none;
  font: inherit;
}

.post-sort-btn:hover {
  transform: scale(1.15);
  cursor: pointer;
}

.left-btn, .right-btn {
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}

.left-btn:hover, .right-btn:hover {
  transform: scale(1.35);
}

.left-btn {
  margin-right: 0.5rem;
  background-image: url("/assets/svg/left-btn.svg");
}

.right-btn {
  margin-left: 0.5rem;
  background-image: url("/assets/svg/right-btn.svg");
}

.big-gif {
  max-width: 100% !important;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  outline: 2px;
  outline-color: #111;
}

.fun-stuff {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
  gap: 2rem;
}

.websites-i-like {
  margin: 0.5rem;
  flex: 1;
  background-color: #121150;
  border-radius: 1rem;
}
.websites-i-like h1, .websites-i-like p, .websites-i-like li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #eeeeee;
}
.websites-i-like a:link, .websites-i-like a:visited {
  color: #eeeeee;
}
.websites-i-like li:hover {
  transform: scale(1.05);
}

.gaming-console {
  object-fit: fill;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: grid;
  width: 300px;
  height: 350px;
  margin: auto;
  grid-template-columns: 150px 150px;
  background-image: url("/assets/svg/computer.svg");
}

.games-label {
  transform: translateX(80%) rotate(-90deg);
  font-family: "Google Sans Code", monospace;
  letter-spacing: 0.75rem;
}

.games-list {
  width: 120px;
  height: auto;
  transform: translateY(20%) translateX(5%) rotate(-10deg);
}
.games-list li, .games-list a {
  font-family: "Google Sans Code", monospace;
  font-size: 1rem;
  color: #111;
}
.games-list li:hover {
  transform: scale(1.15);
}

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