@import url("../normalize.css");
@import url("../fonts/fonts.css");
:root {
  font-size: 10px;
  color: white;
  fill: white;
}

body, div, ul, li, h1 {
  all: unset;
}

body {
  background: #141414;
}

svg, a {
  color: white;
  fill: white;
  text-decoration: none;
}

.base {
  width: 100vw;
  height: 100vh;
  max-width: 1920px;
}

.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 80% auto;
      grid-template-rows: 80% auto;
  height: 85vh;
}

nav {
  font: 1rem 'gilroyextrabold', sans-serif;
  text-transform: uppercase;
  width: 100vw;
  -webkit-transition: .3s;
  transition: .3s;
}

nav:hover {
  background: #0f0f0f;
}

nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 87.5vw;
  position: relative;
}

nav .menu a {
  display: inline-block;
  padding: 3rem 3rem;
  letter-spacing: .15rem;
  -webkit-transition: .3s;
  transition: .3s;
}

nav .menu a:hover {
  color: #ff5555;
}

.title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.title p {
  font: 1.25rem 'd-dinregular', sans-serif;
  line-height: 2rem;
  letter-spacing: .1rem;
  text-align: center;
  margin: 0 auto;
  width: 40rem;
}

h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 10rem 'gilroyextrabold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.ytchannel {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: center;
      justify-self: center;
}

.ytchannel p {
  font: 1.25rem 'd-dinregular', sans-serif;
  letter-spacing: .1rem;
  margin: 2rem 0;
}

.ytchannel a {
  font: 1.2rem 'gilroyextrabold', sans-serif;
  letter-spacing: .2rem;
  text-decoration: none;
  border-radius: .25rem;
  background: #ff5555;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  height: 6rem;
  width: 15rem;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
}

.ytchannel a:hover {
  background: #ff2a2a;
  color: #800000;
  -webkit-transition: .3s;
  transition: .3s;
}

.ytchannel a:hover > .ty {
  display: none;
}

.ytchannel a .tv {
  display: none;
}

.ytchannel a:hover > .tv {
  display: inherit;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

/*  ========================
    Shaders
    @mixin =======================*/
.shaders {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shaders a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25rem;
  height: 25rem;
  margin: 2rem;
}

.shaders a img {
  height: 25rem;
  height: 25rem;
}

.shaders a span {
  display: none;
}

.shaders a:hover span {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: .25rem;
  letter-spacing: .1rem;
  height: 3rem;
  width: 13rem;
  font: 1rem 'gilroyextrabold', sans-serif;
  text-transform: uppercase;
}

.al-title {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin: 10rem 0;
  width: 100%;
}

.al-title h1 {
  letter-spacing: inherit;
  font-size: 4rem;
}

.al-title p {
  font: 1.25rem 'd-dinregular', sans-serif;
  letter-spacing: .1rem;
}

.al-title #alchemy {
  margin-top: 5rem;
}
/*# sourceMappingURL=main.css.map */