@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");

:root {
  --main-color: #00ff00;
  --back-color: #0d0d0d;
  --shadow-color: #000000;
}

html {
  background: var(--back-color) url(../assets/binarytile2.webp);
	background-size: 4% auto;
	box-shadow: inset 0 0 5vh black;
	height: 100vh;
}
html body {
  margin: 0;
}
html body:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../assets/splat2.webp);
  background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
html body header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 16vh;
  z-index: 1;
  background: linear-gradient(90deg, transparent, transparent, var(--back-color), var(--back-color));
}
html body header hr {
  position: absolute;
  bottom: -0.25vh;
  border: none;
  height: 0.25vh;
  width: 100%;
  background: linear-gradient(90deg, transparent, transparent, var(--main-color), var(--main-color));
}
html body header nav {
  padding: 3vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body header nav .logo {
  position: relative;
  text-decoration: none;
  height: 10vh;
  width: 10vh;
  background: url(../assets/hyperpassicon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.1s;
}
html body header nav .logo:hover {
  transform: scale(0.95, 0.95);
}
html body header nav .logo:before {
  content: "";
  position: absolute;
  top: -0.5vh;
  left: -0.5vh;
  height: 100%;
  width: 100%;
  border: 0.5vh solid var(--main-color);
  border-radius: 90vh;
  box-shadow: 0 0 1vh var(--main-color), inset 0 0 1vh var(--main-color);
}
html body header nav .links {
  font-family: "Inconsolata", arial;
  font-size: 1.75vh;
}
html body header nav .links a {
  color: lime;
  text-decoration: none;
  padding: 2vh;
  border: 2px solid var(--main-color);
  box-shadow: 0 0 0.25vh var(--main-color), inset 0 0 0.25vh var(--main-color);
  transition: background 0.1s, color 0.1s, box-shadow 0.1s;
}
html body header nav .links a:hover {
  color: #0d0d0d;
  box-shadow: 0 0 1vh var(--main-color);
  background: var(--main-color);
}
html body .visit {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inconsolata", arial;
  font-size: 2vh;
  color: white;
  background: var(--back-color);
  padding: 1vh 2vh 1vh 2vh;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  box-shadow: 0 0 1vh var(--shadow-color);
  text-decoration: none;
  transition: padding 0.1s;
}
html body .visit:hover {
  padding: 1vh 2vh 2vh 2vh;
}
html body .copy {
  position: fixed;
  bottom: 0;
  opacity: 0.1;
  right: 1vh;
  font-family: "Inconsolata", arial;
  font-size: 1vh;
  color: white;
  text-decoration: none;
}
html body main {
  position: relative;
  font-family: "Inconsolata", arial;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 2vh 2vh;
  height: 83vh;
  top: 17vh;
}
html body main section h2 {
  font-size: 2.5vh;
  margin: 0 0 1vh -1vh;
  color: white;
}
html body main section .picture {
  width: 50vh;
  height: 41.75vh;
  margin: 0 auto 0 auto;
  background: url(../assets/application.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0.75vh solid var(--back-color);
  box-shadow: 0 0 5vw var(--main-color), 0 0 1vh var(--main-color);
  transition: transform 1s;
}
@media screen and (max-device-width: 600px) {
  html body main section .picture {
    width: 40vh;
    height: 31.75vh;
  }
}
@media screen and (max-width: 600px) {
  html body main section .picture {
    width: 40vh;
    height: 31.75vh;
  }
}
html body main section .plate {
  width: 50vh;
  position: relative;
  margin: 0 auto 0 auto;
}
@media screen and (max-device-width: 600px) {
  html body main section .plate {
    width: 40vh;
  }
}
@media screen and (max-width: 600px) {
  html body main section .plate {
    width: 40vh;
  }
}
html body main section .plate:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6vh;
  top: -1.5vh;
  background: url(../assets/light.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
html body main section .disc {
  width: 48vh;
  position: relative;
  font-size: 1.5vh;
  margin: 3.74vh auto 0 auto;
  font-family: "Inconsolata", arial;
  color: white;
  border-radius: 1vh;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1vh var(--shadow-color);
  background: var(--back-color);
  padding: 1.25vh;
}
@media screen and (max-device-width: 600px) {
  html body main section .disc {
    width: 40vh;
  }
}
@media screen and (max-width: 600px) {
  html body main section .disc {
    width: 40vh;
  }
}
html body main section .disc span {
  color: lime;
}
html body main section .disc b {
  font-size: 2vh;
}
html body main section .disc:before {
  content: "* except when subpoenaed by law enforcement.";
  color: silver;
  opacity: 0.3;
  position: absolute;
  font-size: 1vh;
  left: 0;
  bottom: -1.5vh;
}
html body main section:nth-child(2) {
  position: relative;
  box-shadow: 0 0 1vh var(--shadow-color);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--back-color);
  width: 40vh;
  border-radius: 1vh;
  padding: 1.5vh;
}
html body main section:nth-child(2):before {
  content: "* prices are subject to change.";
  color: silver;
  opacity: 0.3;
  position: absolute;
  font-size: 1vh;
  left: 0;
  bottom: -1.5vh;
}
html body main section:nth-child(2) ul {
  padding: 1vh;
  margin: 0 0 0 1vh;
  color: white;
  list-style-type: none;
}
html body main section:nth-child(2) ul li {
  text-indent: 2vh;
  font-size: 1.5vh;
  padding: 0.35vh 0 0.35vh 0;
}
html body main section:nth-child(2) ul li:before {
  content: "";
  position: absolute;
  margin-left: -2.5vh;
  margin-top: -0.125vh;
  background: linear-gradient(0deg, rgba(0, 255, 0, 0.25), var(--main-color));
  height: 1.75vh;
  width: 1.75vh;
  border-radius: 1.75vh;
  box-shadow: 0 0 0.5vh var(--main-color), inset 0 0 0.5vh var(--main-color);
}
html body main section:nth-child(2) .container {
  display: flex;
  justify-content: space-between;
  padding: 1vh;
  margin-top: 1vh;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75vh;
}
html body main section:nth-child(2) .container a {
  padding: 1vh 2vh 1vh 2vh;
  font-size: 1.5vh;
  text-decoration: none;
  color: white;
  background: linear-gradient(#1a1a1a, #0d0d0d);
  box-shadow: 0 1vh 1vh rgba(0, 0, 0, 0.25);
  border-radius: 0.25vh;
}
html .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vh 1vh;
}
html .first {
  margin-top: 5vh;
  height: 95vh;
}
html .wrap {
  flex-flow: wrap;
}
html .splat {
  background: url(../assets/splat.webp);
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: center;
}

::-webkit-scrollbar {
  width: 0.75vh;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  cursor: pointer;
  outline: 0;
}