/*
BREAKPOINTS
*/
/*
COLORS
*/
@font-face {
  font-family: "MADE Outer Sans Light";
  src: url("./fonts/MADEOuterSansLight.woff") format("woff");
}
@font-face {
  font-family: "MADE Outer Sans Bold";
  src: url("./fonts/MADEOuterSansBold.woff") format("woff");
}
@font-face {
  font-family: "MADE Outer Sans Outline Black";
  src: url("./fonts/MADEOuterSansOutlineBlack.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 0.83vw;
}

body {
  background: #0f0f0f;
  color: #fff;
}
body section {
  margin: 0 4rem;
}
body .screen1 {
  margin-bottom: 60vh;
}
body .screen2 {
  margin-bottom: 20vh;
}
@media screen and (max-width: 640px) {
  body .screen1 {
    margin-bottom: 10vh;
  }
  body .screen2 {
    margin-bottom: 0;
  }
}

a {
  color: #fff;
  text-emphasis: none;
}

.name {
  font-family: "MADE Outer Sans Outline Black", sans-serif;
  font-size: 10rem;
  margin-top: 30vh;
  position: relative;
}
@media screen and (max-width: 640px) {
  .name {
    margin-top: -2vh;
    font-size: 17.5rem;
  }
}
.name img#desktop {
  position: absolute;
  left: 0.3rem;
  bottom: -0.2rem;
  width: 105rem;
}
@media screen and (max-width: 640px) {
  .name img#desktop {
    display: none;
  }
}

img#mobile {
  top: 0;
  left: 0;
  width: 100vw;
}
@media screen and (min-width: 640px) {
  img#mobile {
    display: none;
  }
}

.text {
  font-family: "MADE Outer Sans Light", sans-serif;
  font-size: 3rem;
}
.text p {
  margin-bottom: 7rem;
}
@media screen and (max-width: 640px) {
  .text {
    font-size: 6.3rem;
  }
  .text p {
    margin-bottom: 11rem;
  }
}
.text #yellow {
  font-family: "MADE Outer Sans Bold", sans-serif;
  color: #ffbb00;
}
.text #green {
  font-family: "MADE Outer Sans Bold", sans-serif;
  color: #1ddb43;
}
.text #blue {
  color: #4d42dc;
}

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