@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Philosopher');

* {
  box-sizing: border-box;
  text-decoration: none;
}

a, a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
  color: rgba(246, 246, 246, 0.9);
}

body, html {
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background-image: url("../images/chi.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  padding: 0;
  font: 90%/1 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}

a:hover {
  text-decoration: none;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.colorOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -50;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
}

:last-child {
  margin-bottom: 0;
}

.clr {
  clear: both
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none
}

p {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 16px;
  padding: 5px 25px 5px 25px;
  line-height: 2.0em;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 72% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 48.56% 55.85%, 89.49% 0.41%, 72% 100%, 0% 100%);
}

.mainGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 100vh;
  overflow-y: hidden;
}

.vidpage {
  grid-column: 1 / -1;
  width: 560px;
  justify-self: center;
  align-self: center;
}
/*
.homebtn {
  position: relative;
  left: 30px;
  border: 3px solid #73AD21;
  z-index: 1;
} */

.homebtn a {
  position: fixed;
  left: 30px;
  top: 30px;
  border: 3px solid #73AD21;
  z-index: 100;
  color: black;
  font-size: 1.8rem;
  padding: 0.5em;
}

#rust {
  grid-column: 1/2;
  grid-row: 1/1;
  background-color: rgba(245, 51, 51, 0.68);
  transform-origin: 0% 0%;
  transform: perspective(800px) rotatey(0deg);
  transition: transform .5s linear 0s;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 10;
  /* -webkit-clip-path: polygon(25% 0%, 100% 0%, 72% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 72% 100%, 0% 100%); */
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}

#rust a {
  grid-column: 1/2;
  font-family: "fantasy";
  font-size: 2rem;
  color: black;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#smack {
  grid-column: 2/3;
  grid-row: 1/1;
  background-color: rgba(0, 209, 102, 0.68);
  transform-origin: 50% 50%;
  transform: perspective(800px) rotatey(0deg);
  transition: transform .5s linear 0s;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}

#smack a {
  grid-column: 1/2;
  font-family: "fantasy";
  font-size: 2rem;
  color: black;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#glorious {
  grid-column: 3/4;
  grid-row: 1/1;
  background-color: rgba(1, 47, 242, 0.68);
  transform-origin: 50% 50%;
  transform: perspective(800px) rotatey(0deg);
  transition: transform .5s linear 0s;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}

#glorious a {
  grid-column: 1/2;
  font-family: "fantasy";
  font-size: 2rem;
  color: black;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#sshh {
  grid-column: 1/4;
  grid-row: 1/1;
  background-color: yellow;
  transform-origin: 50% 50%;
  transform: perspective(800px) rotatey(0deg);
  transition: transform .5s linear 0s;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 1;
}

#sshh2 {
  grid-column: 1/4;
  grid-row: 1/1;
  background-color: yellow transform-origin: 50% 50%;
  transform: perspective(800px) rotatey(0deg);
  transition: transform .5s linear 0s;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: -1;
}

#copyBake {
  opacity: 1;
  grid-column: 1/-1;
  grid-row: 1;
  background-color: none;
  color: #000000;
  transform-origin: 50% 50%;
  transform: perspective(800px) rotatey(0deg);
  transition: transform .5s linear 0s;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 2;
}

#copyBake2 {
  opacity: 0;
  grid-column: 1/4;
  grid-row: 1/1;
  background-color: none;
  color: black;
  transform-origin: 50% 50%;
  transform: perspective(800px) rotatey(0deg);
  transition: transform .5s linear 0s;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 2;
}

#copyBake2 p {
  opacity: 0;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 26px;
  padding: 5px 25px 5px 25px;
  line-height: 2.0em;
}

.cp {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 72% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 72% 100%, 0% 100%);
}

#moreOne grid-column: 1/2;
grid-row: 1/1;
height: 150px;
background-color: red;
transform-origin: 50% 50%;
transform: perspective(800px) rotatey(0deg);
/*   transition: transform .5s linear 0s; */
-webkit-box-shadow: 3px 3px 5px 6px #ccc;
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow: 3px 3px 5px 6px #ccc;
/* Firefox 3.5 - 3.6 */
box-shadow: 3px 3px 5px 6px #ccc;
/* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
z-index: 8;
-webkit-clip-path: polygon(25% 0%, 100% 0%, 72% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0%, 72% 100%, 0% 100%);
}

#moreTwo {
  grid-column: 1/2;
  grid-row: 1/1;
  margin-top: 200px;
  height: 150px;
  background-color: red;
  transform-origin: 50% 50%;
  transform: perspective(800px) rotatey(0deg);
  /*   transition: transform .5s linear 0s; */
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 6;
}

/* fONT STYLING */
h1 {
  margin-top: 0;
  padding: 0;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  position: relative;
  z-index: 10;
}

h1.deepshadow {
  color: rgba(126, 196, 250, 0.70);
  letter-spacing: .1em;
  /* text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9); */
  text-shadow: 0 3px 0 #1a1a1a, 0 2px 0 #1a1a1a, 0 1px 0 #1a1a1a;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

h1.deepshadowtemp:hover {
  color: #999999;
  box-shadow: 0 1px 4px rgba(41, 0, 161, 1.00), 0 0 20px rgba(255, 253, 253, 0.1) inset;
  /* background-color: rgba(51,51,51,0.9);  */
  background-color: rgba(41, 0, 161, 0.5);
}

h1.elegantshadow {
  color: #131313;
  background-color: #e7e5e4;
  letter-spacing: .15em;
}

h1 span {
  position: absolute;
  top: 10vh;
}

h1.elegantshadow:hover {
  box-shadow: 0 1px 4px rgba(41, 0, 161, 1.00), 0 0 20px rgba(255, 253, 253, 0.1) inset;
  color: #ffffff;
  background: rgba(41, 0, 161, 1.00);
  -webkit-transition: background-color 5000ms linear;
  -ms-transition: background-color 5000ms linear;
  transition: background-color 5000ms linear;
  -webkit-transition: color 1000ms linear;
  -ms-transition: color 1000ms linear;
  transition: color 1000ms linear;
}

h3 {
  color: #000000;
  /* text-shadow: 0 -1px 0 rgba(255,255,255,0.5)  ; */
}

/* end fONT STYLING */
/* Media Queries */

@media (max-width: 488px) {

  .homebtn a {
    position: fixed;
    left: 10px;
    top: 10px;
    border: 1px solid #73AD21;
    z-index: 100;
    color: black;
    font-size: 1.4rem;
    padding: 0.5em;
  }

}

@media (max-width: 360px) {

  .homebtn a {
    position: fixed;
    left: 2px;
    top: 2px;
    border: 1px solid #73AD21;
    z-index: 100;
    color: black;
    font-size: 1.2rem;
    padding: 0.2em;
  }

}
