* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 12px;
}
@media (max-width: 580px) {
  html {
    font-size: 9px;
  }
}

body {
  overflow: hidden;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("images/loading.gif") 50% 50% no-repeat #0A0095;
  background-size: 78px 53px;
}

::-moz-selection {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.99);
}

::selection {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.99);
}

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Source Code Pro", monospace !important;
  font-weight: 600;
  cursor: url("images/custom-cursor.svg"), auto;
}

.homepage-fill-height {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.homepage-fill-height > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 580px) {
  .homepage-fill-height.desktop {
    display: none;
  }
}
.homepage-fill-height.mobile {
  display: none;
}
@media (max-width: 580px) {
  .homepage-fill-height.mobile {
    display: flex;
  }
}

@media (max-width: 580px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.content > div {
  padding: 0 0.5% 0 2.5%;
}
@media (max-width: 580px) {
  .content > div {
    padding: 0 0 0 4%;
  }
}
.content > div:nth-child(1) {
  background: #0A0095;
  color: #FFFFFF;
}
.content > div:nth-child(2) {
  background: #10E013;
}
.content > div:nth-child(3) {
  background: #000000;
  color: #10E013;
}
.content > div:nth-child(4) {
  background: #0A0095;
  color: #FFFFFF;
}
.content > div:nth-child(5) {
  background: #10E013;
}
.content > div:nth-child(6) {
  background: #000000;
  color: #10E013;
}
.content > div:nth-child(7) {
  background: #0A0095;
  color: #FFFFFF;
}
.content > div:nth-child(8) {
  background: #10E013;
}
.content > div:nth-child(9) {
  background: #000000;
  color: #10E013;
}
.content > div:nth-child(10) {
  background: #0A0095;
  color: #FFFFFF;
}
.content > div p {
  margin: 0;
  letter-spacing: -1px;
  font-size: calc(4.3vw + 0 * ( (100vw - 420px) / 480));
}
@media (min-width: 1700px) {
  .content > div p {
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 420px) {
  .content > div p {
    font-size: 4.3vw;
  }
}
@media screen and (min-width: 900px) {
  .content > div p {
    font-size: 4.3vw;
  }
}
@media (max-width: 580px) {
  .content > div p {
    font-size: calc(7.25vw + 0 * ( (100vw - 420px) / 480));
  }
}
@media screen and (max-width: 580px) and (max-width: 420px) {
  .content > div p {
    font-size: 7.25vw;
  }
}
@media screen and (max-width: 580px) and (min-width: 900px) {
  .content > div p {
    font-size: 7.25vw;
  }
}
.content > div a {
  text-decoration: none;
  color: #FFFFFF;
}
.content > div a.green {
  color: #10E013;
}
.content > div a.black {
  color: #000000 !important;
}

.profile:hover {
  cursor: url("images/icon-smiley.svg") 38 38, auto !important;
}

.designer {
  color: #10E013 !important;
  cursor: url("images/icon-eye.svg") 72 48, auto !important;
}

.teaching {
  color: #10E013 !important;
  cursor: url("images/icon-internet.svg") 38 38, auto !important;
}

@keyframes designer-move {
  0% {
    color: #10E013;
  }
  50% {
    color: #FFFFFF;
  }
  75% {
    color: #0A0095;
  }
  100% {
    color: #10E013;
  }
}
.email {
  cursor: url("images/icon-mail.svg") 36 32, auto !important;
}

.internet {
  cursor: url("images/icon-home.svg") 30 38, auto !important;
}

.website {
  cursor: url("images/icon-web.svg") 36 32, auto !important;
}
.website.creative {
  color: #10E013 !important;
}

.studio {
  color: #000000 !important;
  cursor: url("images/icon-burst.svg") 36 32, auto !important;
}

.text-color-blue {
  color: #0A0095;
}
.text-color-green {
  color: #10E013;
}
.text-color-black {
  color: #000000;
}

h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}

.middle-column {
  border-left: 1px solid #10E013;
  border-right: 1px solid #10E013;
}

.project {
  font-size: 16px;
}
.project p {
  margin: 12px 0;
  border-bottom: dotted;
}
.project .date {
  text-align: center;
}
.project:hover {
  background: #0A0095;
}
.project:hover .col-6 {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.project-overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #0A0095;
}
.project-overlay .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 20px 24px 0 2px #000000;
}

.body-text-1 {
  color: #000000;
  font-size: 3vw;
  line-height: 4vw;
}

.website-link {
  background: #E5E5E5;
}
.website-link a {
  font-size: 24px;
  color: #000000;
  text-decoration: none;
}
.website-link:hover {
  background: #10E013;
}

table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  font-size: calc(1.8vw + -0.55 * ( (100vw - 420px) / 480));
  line-height: 2.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 420px) {
  table {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 900px) {
  table {
    font-size: 1.25vw;
  }
}
@media (max-width: 580px) {
  table {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    font-size: calc(4.25vw + 0 * ( (100vw - 420px) / 480));
  }
}
@media screen and (max-width: 580px) and (max-width: 420px) {
  table {
    font-size: 4.25vw;
  }
}
@media screen and (max-width: 580px) and (min-width: 900px) {
  table {
    font-size: 4.25vw;
  }
}
@media (max-width: 580px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
table tr {
  padding: 0.35em;
}
@media (max-width: 580px) {
  table tr {
    display: block;
    margin-bottom: 0.625em;
    padding: 0;
  }
}
table tr:first-child:hover {
  background: transparent;
}
table tr:hover {
  background: #0A0095;
  color: #FFFFFF;
}
table tr:hover td {
  background: #0A0095;
}
table tr:hover td::after {
  color: #FFFFFF;
}
table tr th {
  padding-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
table tr th:first-child {
  padding-left: 50px;
  width: 40%;
}
table tr th:nth-child(2) {
  width: 28%;
}
table tr th:nth-child(3) {
  width: 25%;
}
table tr th:last-child {
  padding-right: 50px;
  width: 2%;
  text-align: right;
}
table tr td {
  padding: 0px;
  vertical-align: bottom;
  text-align: left;
  overflow: hidden;
  position: relative;
}
@media (max-width: 580px) {
  table tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
table tr td:first-child {
  padding-left: 50px;
}
@media (max-width: 580px) {
  table tr td:first-child {
    padding-left: 0;
  }
}
table tr td:nth-child(4) {
  padding-right: 50px;
  text-align: right;
}
@media (max-width: 580px) {
  table tr td:nth-child(4) {
    text-align: right;
    padding-right: 0;
  }
}
table tr td:last-child {
  display: none;
}
@media (max-width: 580px) {
  table tr td:last-child {
    padding-right: 0;
    display: block;
  }
}
@media (max-width: 580px) {
  table tr td {
    text-align: right;
    display: block;
    font-size: 0.7em;
    line-height: 1.25em;
  }
}
table tr td::after {
  content: ".............................................................................................";
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-left: 0.2em;
}
table tr td:nth-child(4) {
  overflow: visible;
}
table tr td:nth-child(4)::after {
  content: "";
}

.goback {
  color: #FFFFFF;
  position: fixed;
  display: block !important;
  border: none;
  top: 30px;
  right: 40px;
  font-size: 1.75rem;
  font-weight: 700 !important;
}
.goback:hover {
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 580px) {
  .goback {
    text-align: right;
    width: 100%;
    background: #FFFFFF;
    z-index: 100;
    top: 0;
    right: 0;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #10E013;
    font-size: 1.35rem;
  }
}

.email-cta {
  display: none;
  color: #10E013;
  padding: 0.35em;
  font-size: 4vw;
  line-height: 20px;
  text-decoration: none;
}
.email-cta:hover {
  color: #10E013;
  text-decoration: underline;
}
@media (max-width: 580px) {
  .email-cta {
    display: block;
    padding: 20px 0 35px 0;
  }
}

.border {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #FFFFFF 50%, transparent 50%), linear-gradient(90deg, #FFFFFF 50%, transparent 50%), linear-gradient(0deg, #FFFFFF 50%, transparent 50%), linear-gradient(0deg, #FFFFFF 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
  background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
  border-radius: 1px;
  padding: 10px;
  animation: dash 10s linear infinite;
}
@media (min-width: 1200px) {
  .border {
    padding: 2px 10px;
  }
}

@keyframes dash {
  to {
    background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
  }
}
.heart {
  animation: pulse 1s linear infinite alternate;
  position: relative;
  top: -10px;
}
@media (max-width: 580px) {
  .heart {
    animation: pulseMobile 1s linear infinite alternate;
    top: -5px;
  }
}

@keyframes pulse {
  0% {
    font-size: calc(3.72vw + 0 * ( (100vw - 420px) / 480));
    @media screen and (max-width: 420px) {
      font-size: 3.72vw;
    }
    @media screen and (min-width: 900px) {
      font-size: 3.72vw;
    }
  }
  100% {
    font-size: calc(2.72vw + 0 * ( (100vw - 420px) / 480));
    @media screen and (max-width: 420px) {
      font-size: 2.72vw;
    }
    @media screen and (min-width: 900px) {
      font-size: 2.72vw;
    }
  }
}
@keyframes pulseMobile {
  0% {
    font-size: calc(4.72vw + 0 * ( (100vw - 420px) / 480));
    @media screen and (max-width: 420px) {
      font-size: 4.72vw;
    }
    @media screen and (min-width: 900px) {
      font-size: 4.72vw;
    }
  }
  100% {
    font-size: calc(3.72vw + 0 * ( (100vw - 420px) / 480));
    @media screen and (max-width: 420px) {
      font-size: 3.72vw;
    }
    @media screen and (min-width: 900px) {
      font-size: 3.72vw;
    }
  }
}
.star {
  color: #10E013 !important;
  display: block;
  position: absolute;
  font-size: 5vw;
  mix-blend-mode: difference;
  animation: starRotate 3s linear infinite alternate;
}
@media (max-width: 580px) {
  .star {
    font-size: 13vw;
    animation: starRotateMobile 3s linear infinite alternate;
  }
}

@keyframes starRotate {
  0% {
    left: 9.5%;
    transform: rotate(0);
  }
  100% {
    left: 32%;
    transform: rotate(360deg);
  }
}
@keyframes starRotateMobile {
  0% {
    left: 13%;
    transform: rotate(0);
  }
  100% {
    left: 52%;
    transform: rotate(360deg);
  }
}
.nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden !important;
  cursor: url("images/icon-spraycan2.svg") 18 0, auto !important;
}
.nav-overlay #goback-nav {
  position: absolute;
  background: none;
  border: none;
  top: 30px;
  right: 40px;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 700 !important;
}
@media (max-width: 580px) {
  .nav-overlay #goback-nav {
    font-size: 1.35rem;
    top: 25px;
    right: 25px;
  }
}
.nav-overlay ul {
  margin-top: 1rem;
  list-style-type: none;
  font-size: 7rem;
  font-weight: 400;
  margin-left: 40px;
}
.nav-overlay ul img {
  display: none;
}
@media (max-width: 1020px) {
  .nav-overlay ul {
    font-size: 5rem;
  }
}
@media (max-width: 580px) {
  .nav-overlay ul {
    margin-left: 25px;
    font-size: 3.15rem;
    margin-top: 4rem;
    line-height: 5rem;
  }
}
.nav-overlay a {
  text-decoration: none;
  color: #000000;
}
.nav-overlay .social {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 1.5rem;
  margin-left: -30px;
  font-weight: 400;
}
.nav-overlay .social a {
  margin-left: 30px;
}
@media (max-width: 580px) {
  .nav-overlay .social {
    left: 25px;
  }
}
.nav-overlay .email {
  font-weight: 400;
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 2.5rem;
}
.nav-overlay .email img {
  margin-bottom: -2px;
  width: 30px;
}
@media (max-width: 760px) {
  .nav-overlay .email {
    left: 40px;
    bottom: 80px;
  }
}
@media (max-width: 580px) {
  .nav-overlay .email {
    left: 25px;
  }
}

.show {
  opacity: 1;
  display: block;
}

.click-cta {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Verdana", sans-serif;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  transition: transform 1s;
}
@media (max-width: 580px) {
  .click-cta {
    width: 100px;
    height: 100px;
  }
}
.click-cta .click-txt {
  font-style: italic;
  font-size: 32px;
  transition: opacity 0.1s;
}
@media (max-width: 580px) {
  .click-cta .click-txt {
    font-size: 22px;
  }
}
.click-cta .click-txt.desktop {
  display: block;
}
@media (max-width: 580px) {
  .click-cta .click-txt.desktop {
    display: none;
  }
}
.click-cta .click-txt.mobile {
  display: none;
}
@media (max-width: 580px) {
  .click-cta .click-txt.mobile {
    display: block;
  }
}
.click-cta .click-me {
  background: #000000;
  width: 100px;
  height: 25px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: opacity 0.1s;
}
@media (max-width: 580px) {
  .click-cta .click-me {
    font-size: 14px;
    width: 75px;
    height: 18px;
  }
}

.disappear {
  opacity: 0;
}

.grow {
  transform: scale(50);
}

canvas {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

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