@font-face {
  font-family: "HaloHandLetter";
  src: URL("../fonts/halohandletter.ttf") format("truetype");
}

@font-face {
  font-family: "Borel";
  src: URL("../fonts/Borel-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "USPlaywrite";
  src: URL("../fonts/PlaywriteUSModern-VariableFont_wght.ttf")
    format("truetype");
}

@font-face {
  font-family: "Sharpie";
  src: URL("../fonts/Sharpie-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Max";
  src: URL("../fonts/Maxlock.ttf") format("truetype");
}

@font-face {
  font-family: "Redhat";
  src: URL("../fonts/RedHatText-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Kugile";
  src: URL("../fonts/Kugile.ttf") format("truetype");
}

:root {
  --blue: #5c9cd4;
  --pink: #dc91a4;
  --yellow: #e5ba1f;
  --orange: #ea9a4a;
  --green: #8cc43c;
  --red: #d03836;
  --light-red: #efbcbc;
  --purple: #b084cc;
  --grey: #747472;
  --brown: #8e663e;
  --darkbrown: #5f3712;
  --white: #ffffff;
  --black: #000000;
  --beige: #f4d5bb;
  --light-grey: #f4f4f4;
}

html {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../graphics/backgrounds/grid.png");
  cursor: url(../graphics/cursors/brown-outlined.png), auto !important;
}

body {
  display: flex;
  max-width: 1300px;
  font-family: "USPlaywrite";
  position: relative;
}

h1 {
  text-align: center;
  font-size: 45px;
  font-family: "Borel";
  z-index: 99;
  text-transform: capitalize;
  margin-top: 50px;
}

h2 {
  padding: 0 1em;
  margin: 0;
  text-transform: capitalize;
  font-family: "Redhat";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  max-width: 500px;
}

h3 {
  padding: 0.1em 0.5em;
  margin: 0 0.5em 0 0;
  font-weight: 600;
  border-radius: 2px 0 0 0;
  text-transform: capitalize;
  border-right: 2px solid var(--black);
}

h6 {
  font-size: 15px;
  font-family: "Redhat";
  text-transform: capitalize;
  margin: 0;
  padding: 0.2em 0.5em 0 1em;
  color: var(--grey);
}

.learn {
  margin-top: 2em;
  padding: 1em 0;
  background-image: url("../graphics/backgrounds/white-grid.jpg");

  ol {
    list-style-type: square;
    font-size: 14px;
  }
}

.info-box .video-img {
  width: 300px;
  height: 250px;
}

.s-title {
  margin-top: 30px;
  text-transform: uppercase;
  text-decoration: underline 1px var(--brown);
}

.nsfw {
  border: 1px dotted var(--grey);
}

.right-column {
  width: 100%;
  font-size: 13px;
  height: 98vh;
  overflow-x: hidden;
  background-size: 13px;
  position: relative;
  scrollbar-color: var(--brown) var(--white);
}

.updating {
  color: var(--brown);
  text-transform: uppercase;
}

.filters {
  padding: 2em;
  margin: 1em auto 1em auto;
  width: fit-content;
  text-align: center;
  display: flex;
  padding-bottom: 40px;
  position: relative;
  align-items: center;
  background-image: url("../graphics/dividers/black.png");
  background-repeat: repeat-x;
  padding-bottom: 60px;
  background-position: center bottom;
}

.filters div {
  text-transform: lowercase;
  margin: 0 0.4em;
  text-align: center;
  padding: 8px;
  background-color: transparent;
  font-family: "Sharpie";
  text-transform: capitalize;
  font-size: 22px;
  line-height: 15px;
  position: relative;
  display: flex;
}

.filters button {
  background-color: var(--green);
  border: 1px solid transparent;
  border-radius: 5px;
  font-family: "Borel";
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
  padding-top: 10px;
  transition: 0.3s;
}

button:hover {
  color: var(--white);
  cursor: url(../graphics/cursors/pencil.cur), auto !important;
}

input {
  -webkit-appearance: none;
  appearance: none;
  margin-left: 4px;
  background-color: #fff;
  font: inherit;
  color: currentColor;
  width: 0.7em;
  height: 0.7em;
  border: 2px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input::before {
  content: "";
  width: 0.35em;
  height: 0.35em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--black);
}

input:checked::before {
  transform: scale(1);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

button:hover {
  cursor: pointer;
}

button img {
  height: 15px;
  position: absolute;
  top: -8px;
  left: 0;
  display: none;
}

.h1-deco {
  position: absolute;
  top: 50px;
}

.title {
  position: relative;
  width: fit-content;
  margin: auto;
}

.container {
  margin: 5em auto;
  padding: 0 5em;
  max-width: 1200px;
  position: relative;
}

.info {
  flex-direction: column;
  font-family: "Redhat";
  font-size: 14px;

  div {
    width: 100%;
    font-weight: 600;
    color: var(--grey);
    text-transform: uppercase;
  }
}

.info-box {
  display: flex;
}

.info-box img {
  height: 350px;
  width: 250px;
  border: 1px solid var(--light-grey);
}

.title-wrap {
  width: 100%;
}

.title-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
  width: 100%;
  box-shadow: 5px 5px var(--black);
  border-radius: 2px;
  margin-left: -4px;
}

.title-bar img {
  height: 20px;
  width: 20px;
}

.title-info {
  padding: 1em 0 0 0.7em;
}

.media-type {
  background-image: url(../graphics/backgrounds/mag-gray-streaks.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 600;
  text-align: center;
  line-height: 27px;
  border: 1px dotted black;
}

.back {
  position: absolute;
  color: var(--white);
  top: -35px;
  border: 2px solid var(--black);
  border-bottom: none;
  background-color: var(--black);
  text-decoration: none;
  font-family: "RedHat";
  font-size: 17px;
  text-transform: uppercase;
  z-index: 10;
  border-radius: 5px 5px 0 0;
  padding: 0.3em 0.4em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-info div {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
}

.tags {
  text-transform: uppercase;
  font-family: "Redhat";
  flex-wrap: wrap;

  span {
    background-color: var(--light-grey);
    margin: 0 0.3em 0.5em 0.3em;
    color: var(--grey);
    padding: 0.2em 1em 0.2em 1em;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 2px;
  }
}

.triggers {
  padding: 0.5em;
  width: auto;
  border: 2px dotted var(--black);
  background-color: var(--light-grey);
  font-family: "Redhat";
  font-size: 15px;

  ::marker {
    color: var(--grey);
  }
}

.triggers ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.triggers ul li {
  display: flex;
  align-items: center;
  margin-right: 1em;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

i {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(155, 155, 155, 0.1),
    rgba(185, 185, 185, 0.7) 4%,
    rgba(138, 138, 138, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.triggers ul li::before {
  content: url("../graphics/stickers-pixel/296-8.png");
  width: 1em;
  height: 1.2em;
  margin-right: 0.4em;
}

summary {
  font-weight: 600;
  text-transform: capitalize;
}

.review {
  border-left: 8px solid var(--black);
  float: none;
  font-size: 16px;
  padding: 1em 0 0 1em;
  position: relative;
}

.review img {
  /* max-height: 120px; */
}

.border {
  width: 100%;
  height: 10px;
}

.exp-bar-wrap {
  margin-right: 5px;
}

.exp-bar {
  margin: 0 auto;
  width: 250px;
  height: 25px;
  text-align: center;
  background-image: repeating-linear-gradient(
    45deg,
    var(--white) 0,
    var(--white) 3px,
    transparent 0,
    transparent 50%
  );
  background-size: 13px 13px;
  z-index: 99;
  right: 0;
  position: absolute;
  color: transparent;

  span {
    z-index: 70;
    font-size: 17px;
    font-weight: 600;
    font-family: "USPlaywrite";
  }
}

.bg-img {
  max-height: 170px;
}

.TR {
  position: absolute;
  top: 5px;
  right: 40px;
  transform: rotate(15deg);
}

article {
  background-image: url("../graphics/dot-grey.gif");
  background-color: var(--white);
  padding: 2em;
  border: 1px solid gray;
}

.desc {
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

.yellow {
  color: var(--yellow);
  background-color: var(--yellow);
}

.blue {
  color: var(--blue);
  background-color: var(--blue);
}

.red {
  color: var(--red);
  background-color: var(--red);
}

.purple {
  color: var(--purple);
  background-color: var(--purple);
}

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

.orange {
  color: var(--orange);
  background-color: var(--orange);
}

.grey {
  color: var(--grey);
  background-color: var(--grey);
}

.pink {
  background-color: var(--pink);
  color: var(--pink);
}

.review a {
  background-color: var(--darkbrown);
  text-decoration: none;
  padding: 0.2em;
  color: var(--white);
  font-family: "RedHat";
  transition: 0.2s;
  font-weight: 600;
}

.review a:hover {
  background-color: var(--black);
  cursor: url(../graphics/cursors/star.png), auto !important;
}

.small {
  height: 100px;
}

.left {
  float: left;
  margin-right: 10px;
}

.clear {
  clear: both;
}

.callout {
  border: 3px dashed var(--brown);
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
}

.callout2 {
  border: 3px dashed var(--red);
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.callout span {
  border-radius: 5px;
  padding: 5px;
  top: -10px;
  font-weight: 600;
  text-transform: uppercase;
}

.callout a {
  text-decoration: underline wavy var(--green);
  color: var(--brown);
  transition: 0.2s;
  font-weight: 600;
}

.callout a:hover {
  text-decoration: underline wavy var(--green);
  cursor: url(../graphics/cursors/pencil.cur), auto !important;
}

.xl {
  height: 400px;
}

.large {
  height: 350px;
}

.medium {
  height: 150px;
}

.small {
  height: 100px;
}

.flexs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.flexs img {
  border: 2px solid var(--purple);
  margin: 5px;
}

.img-border {
  border: 2px solid var(--purple);
}

b {
  text-transform: uppercase;
}

q {
  text-transform: capitalize;
  display: block;
  margin: 10px 0;
  font-style: italic;
}

p img {
  max-height: 120px;
}

.right {
  float: right;
}

h5 a {
  color: var(--red);
}

.btt {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: var(--black);
  text-decoration: none;
  font-family: "Sharpie";
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.btt img {
  height: 35px;
  width: 38px;
  margin: auto;
}

.btt:hover {
  cursor: url(../graphics/cursors/star.png), auto !important;
}

.ntr {
  display: none;
}
