@import url("https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap");
* {
  box-sizing: border-box;
}

.row {
  padding-left: 30px;
  padding-right: 30px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.offset-1 {
  margin-left: 8.33%;
}

.offset-2 {
  margin-left: 16.66%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33%;
}

.offset-5 {
  margin-left: 41.66%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33%;
}

.offset-8 {
  margin-left: 66.66%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33%;
}

.offset-11 {
  margin-left: 91.66%;
}

.offset-12 {
  margin-left: 100%;
}

@font-face {
  font-family: "Circular Std";
  src: url("../css/fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body {
  background: white;
  color: black;
  font-family: sans-serif;
  margin: 0px;
  overflow-x: hidden;
}

p {
  font-family: "Roboto Mono", monospace;
  line-height: 35px;
  font-size: 20px;
}

h1, h2, h3, h4 {
  font-family: "Circular Std" !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../media/load.gif");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
}

.downloadbtn {
  background-color: #000000;
  border-radius: 28px;
  border: 0px;
  display: inline-flex;
  width: fit-content;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 14px 41px;
  font-family: "Roboto Mono", monospace;
}
.downloadbtn:focus, .downloadbtn:active {
  box-shadow: none;
  outline: none;
}

.navigation {
  position: absolute;
  z-index: 1;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.navigation a {
  color: black;
  text-decoration: none;
}

.project_menu .project_item {
  border-top: 2px solid #ebebeb;
}
.project_menu .project_item h1 {
  margin: 10px;
  font-size: 5em;
  color: transparent;
  -webkit-text-stroke: 2px #ebebeb;
  -webkit-transition: color 0.3s;
  /* Safari */
  transition: color 0.4s;
  font-family: "Circular Std";
}
.project_menu .project_item:last-child {
  border-bottom: 2px solid #ebebeb;
}
.project_menu .project_item:hover h1 {
  color: #ebebeb;
}

.introtext p {
  font-size: 82px;
  line-height: 100px;
  font-weight: 700;
}

.introtextsmall p {
  font-size: 82px;
  line-height: 100px;
  font-weight: 700;
}

.st0 {
  fill: blue !important;
}

.pitch_black {
  background: black;
  height: 100vh;
  overflow: hidden;
}

/*Parallax 3d effect header*/
.parallax_container {
  display: inline-block;
  perspective: 1000px;
  /*   transform-style: preserve-3d; */
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-bottom: -5px;
}

.parallax {
  width: 120vw;
  height: 120vh;
  margin-left: -10vw;
  margin-top: -10vh;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: visible;
  /*   text-align: center; */
  /*   margin: 100px auto; */
  /*   transform: rotateX(20deg) rotateY(-20deg); */
}

.parallax2 {
  left: 12vw;
  position: relative;
}
.parallax2 img {
  height: 70vh;
}

.parallax3 {
  font-size: 90px;
  position: absolute;
  z-index: 1;
  color: black;
  line-height: 150px;
  left: 30vw;
}

.highlight {
  height: 80vh;
  display: flex;
  align-items: center;
  background-image: url("../media/frames_intro.jpg");
  background-size: cover;
  color: #d72786;
}
.highlight h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 60px;
  font-family: "Circular Std Bold";
}
.highlight p {
  font-size: 17px;
  line-height: 29px;
}

.menu {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 40vw;
  max-width: 750px;
  font-family: "Roboto Mono", monospace;
  line-height: 35px;
  font-size: 20px;
}

.intro_frames {
  background-image: url("../media/wallpaper_sonic1.jpg");
  width: auto;
  margin-top: -200px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: flex;
}
.intro_frames h2 {
  font-family: "Circular Std Bold";
  font-size: 80px;
  margin: 0px;
}
.intro_frames .content {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.intro_frames .content h3 {
  background-color: #fcff00;
  width: 290px;
  padding: 13px;
}
.intro_frames img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.project_banner {
  margin-top: 100px;
}
.project_banner .title {
  position: absolute;
  font-size: 110px;
  margin-top: -50px;
  z-index: 1;
}
.project_banner img {
  width: 100%;
  opacity: 0.6;
  transition: 500ms;
}
.project_banner img:hover {
  opacity: 1;
}
.project_banner h2 {
  color: black;
}

@keyframes float {
  0% {
    transform: translatey(-5px) rotate(0deg);
  }
  50% {
    transform: translatey(5px) rotate(-2deg);
  }
  100% {
    transform: translatey(-5px) rotate(0deg);
  }
}
.portfolio_intro {
  display: flex;
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white), url("../media/wallpaper_sonic1.jpg");
}
.portfolio_intro h2 {
  font-size: 90px;
}

.footer {
  background-color: whitesmoke;
}
.footer a {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  color: black;
  text-decoration: none;
  width: fit-content;
}
.footer .col-2 {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  margin-bottom: 40px;
}

.copyright {
  background-color: black;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
}

.project_intro {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_intro h1 {
  display: block;
}
.project_intro span {
  display: block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 44px;
  margin-left: 10px;
}
.project_intro img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.flex {
  display: flex;
  align-items: center;
}

.portfolio_row {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.portfolio_row [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio_row img {
  width: 100%;
}
.portfolio_row p {
  font-family: sans-serif;
  line-height: 29px;
  font-size: 18px;
}
.portfolio_row p img {
  padding-top: 20px;
  padding-bottom: 20px;
}
.portfolio_row h1 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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