@font-face {
  font-family: Corpid;
  src: url(Fonts/Corpid%20Caps%20Bold.otf);
}

@font-face {
  font-family: Gbonserrat;
  src: url(Fonts/GbonserratExtra_bold.otf);
}

.Retro {
  opacity: 100%;
  user-select: none;
  -webkit-user-drag: none;
  cursor: url(img/background/cursors/Cursor.svg),
    url(img/background/Pointer.svg), pointer;
}
a:hover,
img[onClick],
div[onclick] {
  cursor: url("img/background/Pointer.svg"),
    url("img/background/cursors/Mouse%20cursor.png"),
    url("img/background/cursors/Finger%20cursor.png"), pointer;
}

body {
  font-family: "Corpid", Georgia, serif;
  background-color: #f5f5f5;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a:hover {
  cursor: url(img/background/Pointer.svg), pointer;
}

body {
  -webkit-user-drag: none;
}

body ::selection {
  color: #18398a;
}

img {
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

* {
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}

#Retro {
  background-color: #000;
  padding: 30px 20px 20px;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

#Retro a {
  display: inline-block;
  padding-left: 0;
}

#Retro img {
  max-width: 280px;
  width: 100%;
  display: block;
}

.title_text {
  color: #999;
  font-size: 13px;
  font-weight: normal;
  margin-top: 8px;
  padding-left: 0;
  font-style: italic;
}

.Retronav {
  background-color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 5px;
  border-bottom: 1px solid #222;
  max-width: 1200px;
  margin: 0 auto;
}

.Retronav a {
  color: #fff;
  text-decoration: none;
  padding: 18px 25px;
  display: inline-block;
  font-family: Gbonserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: opacity 0.2s;
}

.Retronav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: transparent;
  transition: background-color 0.2s, height 0.2s;
}

.Retronav a:nth-child(1)::after {
  background-color: #fff;
}

.Retronav a:nth-child(2)::after {
  background-color: #0066ff;
}

.Retronav a:nth-child(3)::after {
  background-color: #ff0066;
}

.Retronav a:nth-child(4)::after {
  background-color: #00cc66;
}

.Retronav a:nth-child(5)::after {
  background-color: #ff6633;
}

.Retronav a:nth-child(6)::after {
  background-color: #9933ff;
}

.Retronav a:hover {
  opacity: 1;
}

.Retronav a:hover::after {
  height: 8px;
}

.Retronav a.active::after {
  height: 8px;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: #fff;
}

h1 {
  font-family: "Corpid";
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h1 a {
  color: #000;
  text-decoration: none;
  position: relative;
}

h1 a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ff0066;
}

h1 a:hover {
  opacity: 0.7;
}

h2 {
  font-family: "Gbonserrat", Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  padding: 18px 25px;
  margin: 40px 0 25px;
  color: #fff;
  background-color: #ff0066;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

h2[style*="ee5c9a"] {
  background-color: #ee5c9a !important;
}

h2[style*="c83543"] {
  background-color: #c83543 !important;
}

h2[style*="gold"] {
  background-color: #ffcc00 !important;
  color: #000 !important;
}

.columns {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 35px;
  color: #2a2a2a;
  font-family: Georgia, serif;
}

.columns a {
  color: #ff0066;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid #ff0066;
}

.columns a:hover {
  opacity: 0.7;
}

.footer {
  background-color: #000;
  text-align: center;
  padding: 60px 20px 50px;
  margin-top: 80px;
  border-top: 3px solid #ff0066;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer img {
  max-width: 220px;
  width: 100%;
  opacity: 0.9;
  margin-bottom: 30px;
}

.footer a {
  color: #fff !important;
  font-family: "Gbonserrat", Arial, sans-serif;
  font-size: 12px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  margin: 5px 0;
}

.footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

@media (max-width: 768px) {
  #Retro {
    padding: 20px 15px 15px;
  }

  #Retro a {
    padding-left: 0;
  }

  .title_text {
    padding-left: 0;
  }

  .Retronav {
    padding: 0 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .Retronav a {
    padding: 15px 18px;
    font-size: 11px;
    white-space: nowrap;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
    padding: 15px 20px;
  }

  .columns {
    font-size: 16px;
  }

  #wrapper {
    padding: 35px 15px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 18px;
    padding: 12px 15px;
  }

  .Retronav a {
    padding: 12px 15px;
    font-size: 10px;
  }
}

.Retro::-webkit-scrollbar {
  width: 1em;
}

.Retro::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #0000;
}

.Retro::-webkit-scrollbar-thumb {
  background-color: #f5c342;
  outline: 5px solid #0000;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  cursor: url("img/background/Pointer.svg");
}
