@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Inter Tight", "Inter", "Helvetica", sans-serif;
  overflow-x: clip;
}

#bg {
  background-color: #3d3d3d;
  background-image: url("carbon-fibre-big.png");
  width: 100%;
  height: 100%;
  position: fixed;
  background-repeat: repeat;
  background-size: 20px;
  z-index: -5;
}

.margined-container {
  width: 49em;
  margin: auto;
  font-size: 1.3em;
}

#plate {
  width: 100%;
  transform: scale(1.08);
  z-index: 5;
  position: absolute;
  top: 0;
}

#rods-container {
  height: 8em;
  width: 100%;
  position: relative;
}

.rod {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%) scale(1, 1);
  width: 120vw;
  height: 2em;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

#rod2 {
  margin-top: 2em;
}

#nav-container nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.3) 0%, rgb(36, 36, 36) 50%, rgb(27, 27, 27) 50%, rgb(20, 20, 20) 100%);
  box-shadow: rgba(0, 0, 0, 0.9) 0px 8px 30px;
  z-index: 2;
}
#nav-container nav ul {
  margin: auto;
  padding: 0;
}
#nav-container nav ul li,
#nav-container nav ul div li {
  list-style-type: none;
  display: inline-block;
  margin-left: 0.5em;
}
#nav-container nav ul li a,
#nav-container nav ul li a:link,
#nav-container nav ul li a:visited,
#nav-container nav ul div li a,
#nav-container nav ul div li a:link,
#nav-container nav ul div li a:visited {
  color: white;
  display: block;
  text-align: center;
  padding: 0.5em 0.2em;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
#nav-container nav ul li a:hover,
#nav-container nav ul li a:link:hover,
#nav-container nav ul li a:visited:hover,
#nav-container nav ul div li a:hover,
#nav-container nav ul div li a:link:hover,
#nav-container nav ul div li a:visited:hover {
  text-shadow: 0px 0px 16px white;
}
#nav-container nav #nav-track {
  margin: 0;
}
#nav-container nav #nav-track a {
  padding-left: 0;
  padding-right: 0;
}

#bg-sep-orb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transform: scale(12, 4) translate(-5px, 7px);
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.show-only-on-small-screens {
  display: none;
}

.linear-gradient {
  background: linear-gradient(to bottom, #222 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
}

.container {
  margin: auto;
  display: flex;
  position: relative;
  width: 69em;
  overflow: visible;
}

#pc-img {
  width: 50%;
  position: relative;
  transform: scale(0.97);
}

.opener-section {
  margin: 0.1em;
}

#opener-texts-wrapper {
  width: 50%;
  color: white;
  align-self: center;
  margin-bottom: 4em;
  position: relative;
  padding: 2em;
}

#this-is-track {
  font-size: 3.9em;
  font-weight: 200;
  letter-spacing: -2px;
  z-index: 3;
  position: relative;
  white-space: nowrap;
  color: white;
}
#this-is-track span {
  font-weight: bold;
  font-style: italic;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
}

#slogan {
  margin-left: 0.4em;
  font-weight: 200;
  letter-spacing: -1px;
  font-size: 2.3em;
  width: 80%;
  text-shadow: 0px 0px 4px black, 0px 0px 4px white;
}

#sp-wrapper {
  height: 5em;
  padding: 1em;
  backdrop-filter: blur(3px);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3), 25%, rgba(0, 0, 0, 0.4), 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.2) 100%);
  background: url("scratchy-shiny.jpg");
  box-shadow: 0px 0px 14px 4px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 60px;
  position: relative;
}
#sp-wrapper .sp {
  font-size: 1em;
  height: 100%;
  color: white;
  font-weight: 400;
}

.heading-wrapper {
  margin-top: 1em;
}

.topic {
  color: #141414;
  position: absolute;
  z-index: 7;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4), 0px 0px 16px rgba(255, 255, 255, 0.2);
  text-align: center;
  width: 100%;
  font-size: 3em;
  top: 0.85em;
  font-weight: bold;
}

.stress {
  color: #66B9E3;
}

#install-wrapper {
  margin-top: 2em;
  width: 100%;
  height: 40em;
  background: linear-gradient(to bottom, #373737, black);
  background-size: 100% 100%;
  background-repeat: repeat;
  box-shadow: inset 0px 8px 16px black;
  position: relative;
}

#install-heading {
  font-size: 5em;
  margin: 0;
  padding: 0;
  top: 0.3em;
  color: #0A0A0A;
}

#platforms-wrapper {
  position: relative;
  height: 22em;
  top: 8em;
  display: flex;
  justify-content: space-between;
}
#platforms-wrapper .platform-block {
  width: 32%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
#platforms-wrapper .platform-block img {
  height: 20em;
  transition: 0.1s;
}
#platforms-wrapper .platform-block .install-texts {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  color: white;
}
#platforms-wrapper .platform-block .install-texts .platform-name {
  font-size: 2em;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.5);
}
#platforms-wrapper .platform-block .install-texts .platform-note {
  font-size: 0.8em;
}
#platforms-wrapper .platform-block .install-texts a {
  background: linear-gradient(to bottom, #818181 0%, #6e6e6e 20%, #535353 55%, #595959 70%, #838383 100%);
  padding: 0.12em 1.5em;
  font-size: 1em;
  opacity: 0.7;
  color: white;
  text-decoration: none;
  box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.1s;
}
#platforms-wrapper .platform-block .install-texts a:hover {
  opacity: 1;
  transition: 0.1s;
}

.platform-block:has(a:hover) img {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.7));
  transition: 0.1s;
}

.feature-wrapper {
  width: 100%;
  height: 6em;
  margin-top: 0.8em;
}
.feature-wrapper .feature-img {
  width: 49%;
  height: 100%;
  background: black;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
}
.feature-wrapper .feature-desc {
  width: calc(49% - 2em);
  height: calc(100% - 1.6em);
  padding: 0.8em 1em;
  background: green;
  float: right;
  background: url("card-bg.jpg");
  background-size: 100% 100%;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: 300;
  font-size: 1.15em;
}
.feature-wrapper .feature-desc span {
  font-weight: bold;
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.3);
}

footer {
  background: linear-gradient(to bottom, #1c1c1c, #4e4e4e);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: grey;
  padding: 0.8em;
}
footer a {
  color: grey;
}
footer a:hover {
  color: #a7a7a7;
}
footer #johnmanjohnston {
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1200px) {
  .feature-wrapper {
    font-size: 0.8em;
  }
  .container {
    font-size: 0.8em;
  }
  .margined-container {
    width: 39em;
  }
  #sp-wrapper {
    gap: 20px;
    height: 4.5em;
  }
  #sp-wrapper .sp {
    font-size: 0.9em;
  }
  .rod {
    top: 21%;
  }
  .topic {
    font-size: 2.4em;
  }
  #install-wrapper {
    font-size: 0.9em;
  }
  #install-wrapper #platforms-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .feature-wrapper {
    font-size: 0.63em;
  }
  .opener-section {
    margin: 0;
  }
  .container {
    font-size: 0.6em;
  }
  .margined-container {
    width: 30em;
  }
  #sp-wrapper {
    gap: 18px;
    height: 3.5em;
  }
  #sp-wrapper .sp {
    font-size: 0.7em;
  }
  #rods-container {
    height: 6em;
  }
  .rod {
    top: 16%;
    transform: translateX(-50%) scale(1, 0.7);
  }
  .topic {
    font-size: 1.9em;
  }
  #platforms-wrapper {
    width: 36em;
  }
  #platforms-wrapper .platform-block {
    font-size: 0.8em;
  }
  #platforms-wrapper .platform-block .install-texts {
    height: 50%;
  }
  #install-wrapper {
    height: 38em;
  }
  footer {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 700px) {
  .container {
    font-size: 0.5em;
  }
  .margined-container {
    font-size: 0.9em;
    width: 35em;
  }
  #rods-container {
    height: 7em;
  }
  .rod {
    top: 18%;
  }
  .topic {
    font-size: 2.1em;
  }
  .feature-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-wrapper .feature-desc {
    font-size: 1.2em;
  }
  #install-wrapper {
    font-size: 0.7em;
    height: 34em;
  }
  #install-wrapper #platforms-wrapper {
    font-size: 1.2em;
    top: 8em;
    width: 40em;
  }
  footer {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 600px) {
  #this-is-track {
    font-size: 3.6em;
  }
  .feature-wrapper {
    height: 20em;
    width: 100%;
    padding-bottom: 2em;
  }
  .feature-wrapper .feature-img {
    width: calc(100% - 2px);
    height: 65%;
    transform: translateY(2px);
    border: 1px solid rgb(50, 50, 50);
    border-bottom: none;
  }
  .feature-wrapper .feature-desc {
    font-size: 1.9em;
    width: calc(100% - 1.4em - 2px);
    height: calc(35% - 1.2em);
    padding: 0.6em 0.7em;
    float: left;
    margin: auto;
    letter-spacing: -0.01em;
    border: 1px solid rgb(50, 50, 50);
    border-top: none;
  }
  #sp-wrapper {
    margin: 16em auto 0 auto;
    backdrop-filter: none;
    box-shadow: none;
    display: block;
    height: 20em;
    background: none;
    padding: 0;
    font-size: 0.9em;
    width: 100%;
  }
  #sp-wrapper .sp {
    font-size: 1.6em;
    height: fit-content;
    padding: 0.7em 1em;
    margin: 0.8em auto;
    backdrop-filter: blur(3px);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3), 25%, rgba(0, 0, 0, 0.4), 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.2) 100%);
    background: url("scratchy-shiny.jpg");
    box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.6);
    outline: 1px solid rgba(255, 255, 255, 0.2);
  }
  .margined-container {
    width: 30em;
  }
  .hide-for-mobile {
    display: none;
  }
  .show-only-on-small-screens {
    display: block;
  }
  #bg {
    background-color: rgb(63, 63, 63);
  }
  .container {
    width: 100%;
    font-size: 0.75em;
  }
  #opener-texts-wrapper {
    align-self: end;
    text-align: center;
    position: absolute;
    width: 80%;
    top: calc(30em + 0px);
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
  }
  #opener-texts-wrapper #slogan {
    width: 10em;
    font-size: 2.7em;
    margin: auto;
  }
  #bg-sep-orb {
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    transform: scale(12, 4) translate(-5px, 0px);
  }
  #pc-img {
    margin: auto;
    width: 38em;
  }
  #nav-container nav ul {
    width: 80%;
  }
  .heading-wrapper {
    margin-top: 8em;
    height: 5em;
  }
  .topic {
    font-size: 2.7em;
    top: 0.4em;
  }
  .rod {
    top: 22%;
  }
  #rod2 {
    margin-top: 1em;
  }
  #install-wrapper {
    height: 75em;
  }
  #install-wrapper #platforms-wrapper {
    top: 10em;
    display: block;
    height: fit-content;
    width: 100%;
  }
  #install-wrapper #platforms-wrapper .platform-block {
    display: block;
    width: 27em;
    margin: auto;
    margin-bottom: -3em;
    font-size: 0.9em;
  }
  #install-wrapper #platforms-wrapper .platform-block img {
    height: 20em;
    margin-top: 1em;
  }
  #install-wrapper #platforms-wrapper .platform-block #linux-img {
    margin-left: 1em;
    transform: scale(1.1);
  }
  #install-wrapper #platforms-wrapper .platform-block .install-texts {
    width: 50%;
    top: 2.5em;
    right: 0;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 470px) {
  .rod {
    top: 14%;
  }
  #plate {
    transform: scale(1);
  }
  .container {
    font-size: 0.65em;
  }
  .margined-container {
    width: 25em;
  }
  #sp-wrapper {
    width: 90%;
    margin-top: 13.4em;
  }
  #sp-wrapper .sp {
    font-size: 1.2em;
  }
  .heading-wrapper {
    margin-top: 2em;
  }
  .topic {
    font-size: 1.9em;
    top: 0.6em;
  }
  .feature-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
  }
  .feature-wrapper .feature-desc {
    font-size: 1.8em;
    height: fit-content;
  }
  .feature-wrapper #img-hosting {
    background-size: 110%;
    background-color: #2E2E2E;
  }
}
@media only screen and (max-width: 400px) {
  .container {
    font-size: 0.58em;
  }
  .margined-container {
    width: 24em;
  }
  #sp-wrapper {
    margin-top: 12.5em;
  }
  .heading-wrapper {
    margin-top: 2.5em;
  }
  .rod {
    top: 13%;
  }
  .topic {
    font-size: 1.8em;
  }
  .feature-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #install-wrapper {
    font-size: 0.6em;
    height: 73em;
  }
}
@media only screen and (max-width: 360px) {
  .container {
    font-size: 0.5em;
  }
  .margined-container {
    width: 20em;
  }
  #sp-wrapper {
    margin-top: 10.8em;
    height: 17em;
  }
  .rod {
    top: 7%;
  }
  .topic {
    font-size: 1.5em;
  }
  #sp-wrapper .sp {
    font-size: 1em;
  }
  .feature-wrapper {
    font-size: 0.5em;
  }
}

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