/**
 MAIN COLOR: #DF1A45;
 BACKGROUND COLOR: #08111A;
 HEADING: BLACKER DISPLAY BOLD;
 CONTENT: HELVETICA NEUE;
**/
@font-face {
  font-family: "Blacker-Bold";
  src: url("fonts/blacker-display-bold-webfont.woff2") format("woff2"), url("fonts/blacker-display-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("fonts/HelveticaNeue-Light.otf");
}
@font-face {
  font-family: "HelveticaNeue-Regular";
  src: url("fonts/HelveticaNeue-Roman.otf");
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("fonts/HelveticaNeue-Bold.otf");
}
* {
  box-sizing: border-box;
}

body {
  background: #08111A;
  font-family: "HelveticaNeue-Regular", Arial, Helvetica, sans-serif;
  color: #FFF;
}

h1, h2, h3, h4, h5 {
  font-family: "Blacker-Bold", serif;
  color: #DF1A45;
  letter-spacing: 0.05em;
}

h2 {
  font-size: 5em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3em;
  }
}

.h2-link {
  text-transform: uppercase;
  -webkit-transition: linear 0.3s;
  /* Safari */
  transition: linear 0.3s;
}
.h2-link:hover {
  letter-spacing: 0.25em;
}

.shitpage-title {
  text-transform: uppercase;
  font-size: 3em;
  margin: 0;
  opacity: 0.65;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .shitpage-title {
    font-size: 1.8em;
  }
}

.category-title {
  text-transform: uppercase;
  font-size: 1em;
}

p, a, span {
  font-family: "HelveticaNeue-Regular", Arial, Helvetica, sans-serif;
  color: #FFF;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
}

.link-underline {
  color: #DF1A45;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #DF1A45;
  -webkit-transition: linear 0.2s;
  /* Safari */
  transition: linear 0.2s;
}
.link-underline:hover {
  letter-spacing: 0.1em;
}

.shit-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
}
.shit-container .shit-item {
  display: inline-grid;
  text-align: center;
  width: 100%;
}
.shit-container .shit-item .shit-text {
  margin-top: 0;
  width: 400px;
  line-height: 160%;
}
@media screen and (max-width: 560px) {
  .shit-container .shit-item .shit-text {
    width: 320px;
  }
}
.shit-container .shit-item .shit-text-right {
  float: right;
}
@media screen and (max-width: 560px) {
  .shit-container .shit-item {
    padding-left: 1em;
  }
}
.shit-container .shit-item-center {
  grid-column: 2/3;
}
@media screen and (max-width: 560px) {
  .shit-container .shit-item-center {
    grid-column: auto;
  }
}
.shit-container .shit-row {
  display: block;
  width: 100%;
  position: relative;
}
.shit-container .shit-right-content {
  grid-column: 2/-1;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .shit-container {
    display: flex;
    flex-direction: column;
  }
}

.shitty-text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-template-rows: auto 1fr;
}
.shitty-text-grid .shitty-text-item {
  align-self: start;
  justify-content: left;
}
.shitty-text-grid .shitty-text-right {
  align-self: start;
  justify-content: right;
}
@media screen and (max-width: 560px) {
  .shitty-text-grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .shitty-text-grid {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}

.shit-container-row-fit {
  grid-template-rows: auto 1fr;
}

.shit-right {
  align-items: normal;
  justify-items: left;
}

.work-shit {
  margin-bottom: 2em;
  display: block;
}
.work-shit .work-shit-date, .work-shit .work-shit-position, .work-shit .work-shit-company {
  display: block;
  padding: 0.25em 0em;
}
.work-shit .work-shit-date {
  font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.work-shit .work-shit-position {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.work-shit .work-shit-company {
  font-size: 0.9em;
}

.online-shit-container {
  display: block;
}
.online-shit-container .online-shit {
  margin-right: 2em;
  -webkit-transition: linear 0.2s;
  /* Safari */
  transition: linear 0.2s;
}
.online-shit-container .online-shit:hover {
  letter-spacing: 0.2em;
}

.shit-work-link {
  text-transform: uppercase;
}
.shit-work-link h2 {
  -webkit-transition: linear 0.2s;
  /* Safari */
  transition: linear 0.2s;
}
.shit-work-link h2:hover {
  letter-spacing: 0.15em;
}

.shit-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  grid-template-rows: auto 1fr;
}
.shit-showcase-grid .shit-showcase-item-app {
  align-self: start;
  justify-content: left;
}
.shit-showcase-grid .shit-showcase-item-app img {
  margin-bottom: 4rem;
  width: 50%;
  min-width: 280px;
  max-width: 414px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1440px) {
  .shit-showcase-grid .shit-showcase-item-app img {
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .shit-showcase-grid .shit-showcase-item-app img {
    min-width: 280px;
  }
}
@media screen and (max-width: 560px) {
  .shit-showcase-grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .shit-showcase-grid {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}

.shit-showcase-grid-web {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  grid-template-rows: auto 1fr;
}
.shit-showcase-grid-web img {
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .shit-showcase-grid-web img {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .shit-showcase-grid-web {
    display: flex;
    flex-direction: column;
  }
}

.next-project {
  width: 80% !important;
  min-width: 320px;
}

.vertical-divider {
  position: absolute;
  height: 100vh;
  width: 1px;
  background: #394148;
  top: 0%;
}

.vh-84 {
  height: 84vh;
}

.vh-8 {
  height: 8vh;
}

#vd-1 {
  left: 33.33%;
}

#vd-2 {
  left: 66.66%;
}

.shitpage-btn {
  float: left;
  opacity: 0.5;
  -webkit-transition: linear 0.3s;
  /* Safari */
  transition: linear 0.3s;
}
.shitpage-btn:hover {
  opacity: 1;
}

.shitpage-btn-right {
  float: right;
}

.pr-2 {
  padding-right: 2em;
}

.pl-5 {
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  .pl-5 {
    padding-left: 0em;
  }
}

.pt-5 {
  padding-top: 5em;
}

.mt-0 {
  margin-top: 0;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-half {
  margin-bottom: 0.5em;
}

.text-right {
  text-align: right;
}

footer .footer-links {
  font-family: "Blacker-Bold", serif;
  letter-spacing: 0.1em;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: linear 0.3s;
  /* Safari */
  transition: linear 0.3s;
  margin: 0em 3em;
}
footer .footer-links:hover {
  color: #DF1A45;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 560px) {
  footer .footer-links {
    margin: 0em 1em;
  }
}

.pagenotfound h1 {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 10em;
}
.pagenotfound p {
  margin: 0 auto;
}

.glitch {
  font-family: "Blacker-Bold", serif;
  position: relative;
  color: #DF1A45;
  /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
  a typical top,right,bottom,left fashion and creates a mask
  to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
  with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(84px, 9999px, 72px, 0);
    transform: skew(0.03deg);
  }
  5% {
    clip: rect(63px, 9999px, 80px, 0);
    transform: skew(0.78deg);
  }
  10% {
    clip: rect(34px, 9999px, 58px, 0);
    transform: skew(0.3deg);
  }
  15% {
    clip: rect(35px, 9999px, 25px, 0);
    transform: skew(0.06deg);
  }
  20% {
    clip: rect(31px, 9999px, 18px, 0);
    transform: skew(0.98deg);
  }
  25% {
    clip: rect(5px, 9999px, 99px, 0);
    transform: skew(0.16deg);
  }
  30% {
    clip: rect(100px, 9999px, 12px, 0);
    transform: skew(0.35deg);
  }
  35% {
    clip: rect(30px, 9999px, 24px, 0);
    transform: skew(0.07deg);
  }
  40% {
    clip: rect(44px, 9999px, 1px, 0);
    transform: skew(0.67deg);
  }
  45% {
    clip: rect(29px, 9999px, 89px, 0);
    transform: skew(0.08deg);
  }
  50% {
    clip: rect(52px, 9999px, 2px, 0);
    transform: skew(0.64deg);
  }
  55% {
    clip: rect(78px, 9999px, 9px, 0);
    transform: skew(0.84deg);
  }
  60% {
    clip: rect(47px, 9999px, 11px, 0);
    transform: skew(0.44deg);
  }
  65% {
    clip: rect(46px, 9999px, 15px, 0);
    transform: skew(0.33deg);
  }
  70% {
    clip: rect(94px, 9999px, 74px, 0);
    transform: skew(0.33deg);
  }
  75% {
    clip: rect(59px, 9999px, 62px, 0);
    transform: skew(0.32deg);
  }
  80% {
    clip: rect(75px, 9999px, 94px, 0);
    transform: skew(0.73deg);
  }
  85% {
    clip: rect(57px, 9999px, 42px, 0);
    transform: skew(0.86deg);
  }
  90% {
    clip: rect(47px, 9999px, 89px, 0);
    transform: skew(0.47deg);
  }
  95% {
    clip: rect(33px, 9999px, 13px, 0);
    transform: skew(0.61deg);
  }
  100% {
    clip: rect(38px, 9999px, 64px, 0);
    transform: skew(0.16deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(84px, 9999px, 77px, 0);
    transform: skew(0.9deg);
  }
  5% {
    clip: rect(18px, 9999px, 51px, 0);
    transform: skew(0.33deg);
  }
  10% {
    clip: rect(21px, 9999px, 4px, 0);
    transform: skew(0.02deg);
  }
  15% {
    clip: rect(55px, 9999px, 3px, 0);
    transform: skew(0.02deg);
  }
  20% {
    clip: rect(41px, 9999px, 81px, 0);
    transform: skew(0.82deg);
  }
  25% {
    clip: rect(2px, 9999px, 7px, 0);
    transform: skew(0.29deg);
  }
  30% {
    clip: rect(60px, 9999px, 19px, 0);
    transform: skew(0.07deg);
  }
  35% {
    clip: rect(52px, 9999px, 51px, 0);
    transform: skew(0.15deg);
  }
  40% {
    clip: rect(41px, 9999px, 39px, 0);
    transform: skew(0.13deg);
  }
  45% {
    clip: rect(85px, 9999px, 58px, 0);
    transform: skew(0.18deg);
  }
  50% {
    clip: rect(24px, 9999px, 31px, 0);
    transform: skew(0.66deg);
  }
  55% {
    clip: rect(57px, 9999px, 19px, 0);
    transform: skew(0.03deg);
  }
  60% {
    clip: rect(86px, 9999px, 51px, 0);
    transform: skew(0.34deg);
  }
  65% {
    clip: rect(62px, 9999px, 39px, 0);
    transform: skew(0.18deg);
  }
  70% {
    clip: rect(67px, 9999px, 59px, 0);
    transform: skew(0.96deg);
  }
  75% {
    clip: rect(93px, 9999px, 72px, 0);
    transform: skew(0.67deg);
  }
  80% {
    clip: rect(48px, 9999px, 3px, 0);
    transform: skew(0.74deg);
  }
  85% {
    clip: rect(50px, 9999px, 48px, 0);
    transform: skew(0.76deg);
  }
  90% {
    clip: rect(46px, 9999px, 81px, 0);
    transform: skew(0.51deg);
  }
  95% {
    clip: rect(60px, 9999px, 76px, 0);
    transform: skew(0.76deg);
  }
  100% {
    clip: rect(79px, 9999px, 70px, 0);
    transform: skew(0.6deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(0deg);
  }
  10% {
    transform: skew(-3deg);
  }
  20% {
    transform: skew(-1deg);
  }
  30% {
    transform: skew(4deg);
  }
  40% {
    transform: skew(-3deg);
  }
  50% {
    transform: skew(-3deg);
  }
  60% {
    transform: skew(4deg);
  }
  70% {
    transform: skew(-4deg);
  }
  80% {
    transform: skew(0deg);
  }
  90% {
    transform: skew(2deg);
  }
  100% {
    transform: skew(-2deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.m-scene {
  /** Basic styles for an animated element */
  /** An element that fades in */
  /** An element that fades in and slides up */
  /** An element that fades in and slides left */
}
.m-scene .scene_element {
  animation-duration: 1.2s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}
.m-scene .scene_element--fadein {
  animation-name: fadeIn;
}
.m-scene .scene_element--fadeinup {
  animation-name: fadeInUp;
}
.m-scene .scene_element--fadeinleft {
  animation-name: fadeInLeft;
}

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