@charset "UTF-8";
@font-face {
  font-family: "brandico";
  font-style: normal;
  font-weight: normal;
  src: url("./brandico.woff") format("woff");
}
.brandico-twitter:before {
  content: "\f302";
}
.brandico-twitter-bird:before {
  content: "\f303";
}
.brandico-github-text:before {
  content: "\f307";
}
.brandico-github:before {
  content: "\f308";
}

[class*="brandico-"]:before {
  font-family: "brandico", sans-serif;
  font-size: 40px;
}

.hero {
  text-align: center;
  margin: 0 0 3rem 0;
}
.mv-bar.mv-ui {
  display: none;
}
body {
  background: #8858ad;
  color: #feebdd;
  margin: 0;
  padding-top: 3rem;
}
html {
  margin: 0;
}
a {
  color: #ff8fd1;
}
a:hover {
  color: #ff8fd1;
}
a:active {
  color: #ff8fd1;
}
.description {
  margin: 3rem 0;
}
.links {
  text-align: center;
}

h1 {
  font-size: 10vw;
  font-family: "Modak", cursive;
  font-weight: 300;
  margin-top: 4rem;
}
@media (min-width: 800px) {
  h1 {
    font-size: 5rem;
  }
}
body {
  /* background: #af6996; */
  background: white;
  color: #666;
}

a:link {
  text-decoration: none;
}

canvas {
  height: 360px;
  width: 360px;
}

#app {
  text-align: center;
  padding-top: 8rem;
}

#about {
  opacity: 0;
}

#about.start {
  opacity: 1;
}

#about.start path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 10s ease forwards;
}

#about path.path-first {
  stroke: #822e33;
}

#about path.path-second {
  stroke: #ff8f8a;
  animation-delay: 2s;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

input {
  width: 30rem;
}

select {
  width: 30rem;
}

textarea {
  width: 30rem;
}

img.heading {
  margin-top: 4rem;
}

.works__img {
  max-width: 40rem;
}

.works__item {
  margin-bottom: 0.5rem;
}

.illustration__item {
  max-width: 60%;
  min-width: 300px;
}

.illustration__caption {
  font-weight: 700;
  font-size: 0.8rem;
}
