/**
 * styles.scss: main stylesheet of kulturtechniker.org. 
 * 
 * Created:     2018-01-26 11:33 by Christian Berndt
 * Modified:    2018-01-26 15:01 by Christian Berndt
 * Version:     1.0.0
 */
html {
  height: 100%;
}

body {
  background-color: rgba(0, 0, 0, 0.01);
  color: rgba(0, 0, 0, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  height: 100%;
  margin: 0;
  text-align: center;
}
body main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main.cover h1 {
  font-size: 2.5rem;
  margin-top: -2.5rem;
}
body main.cover h1 .kultur {
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-right: 0.075rem;
}
body main.cover h1 .techniker {
  font-weight: 200;
}
body footer {
  bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
}
body footer .inner {
  padding: 2rem;
}

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