:root {
  --label-color: #666;
}

*, :after, :before {
  box-sizing: border-box;
}

html {
  font-family: "Mukta", sans-serif;
  font-size: 30px;
}

body {
  background: #fff;
  color: #000;
  height: 100%;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  color: #796c6c;
  border-bottom: 1px solid #000000;
}

.page {
  height: 90%;
}

.link {
  color: #ecf0f1;
  text-decoration: none;
  border-bottom: 1px solid #ecf0f1;
  display: inline-block;
}
.link:hover {
  border-bottom: 1px solid #ecf0f1;
}
.link--name {
  /* */
}

.label {
  display: block;
  color: var(--label-color);
  text-transform: uppercase;
  font-size: 0.4em;
}
.label--section-subline {
  letter-spacing: 0.125rem;
  margin: 0.4em 0;
  font-weight: 200;
}

.section--dark {
  background: black;
  color: #ecf0f1;
}
.section--full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 5vw;
}
.section--imprint {
  color: #666;
  justify-content: flex-end;
  font-weight: 200;
  line-height: 1;
}
.section--intro > h1 {
  font-size: 2rem;
  margin: 0px;
  line-height: 1;
  font-weight: 200;
}

@media (max-width: 515px) {
  html {
    font-size: 18px;
  }

  .--desktop {
    display: none;
  }

  .label {
    font-size: 0.6em;
  }
  .label--explanation {
    display: none;
  }

  .section--contact {
    font-size: 30px;
  }
  .section--imprint {
    font-size: 15px;
  }
}

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