
body {
font-family: 'Space Mono', monospace;
letter-spacing: .1em;
line-height: 1.5;
font-size: .9rem;
}

nav.navbar-dark { background-color: black !important;}
.herbivore { background-color: #425346;}
.kaleidophon { background-color: #da52c3;}
.soundcamp { background-color: #b9b8b8;}


.dotz { background-image: url("../img/dotz.gif");}

a, .separate { color: grey; }
mark { background-color: grey; }

h1 a.navbar-brand {
text-transform: uppercase;
font-weight:100;
color:grey;
line-height: 1.5;
font-size: .9rem;
letter-spacing: .3em;
}

h1 {
text-transform: uppercase;
font-weight:100;
color:grey;
line-height: 1.5;
font-size: .9rem;
letter-spacing: .3em;
}


hr {
  /* reset */
  display: inline-block;
  border: none;

  /* sizing */
  box-sizing: border-box;
  width: 100%;
  height: 0.1em;

  /* dashes */
  background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 80%, transparent 80%); /* space */
  background-size: 0.4em 0.4em; /* dash */
  /* spacing between start/end */
  background-clip: content-box;
  /* anchor ::before/::after */
  position: relative;
}

/* start/end */
hr::before,
hr::after {
position: absolute;
top: -0.5em;
}

img.lazy {
display: block;
}

figure {
position: relative;
display: inline-block;
}

figcaption {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
display: block;
opacity: 0;
transition: 180ms ease all;
}

figure:hover figcaption {
z-index: 1;
opacity: 1;
transform: translateY(100%);
}

.graphix {
display: flex;
flex-direction: column;
align-self: center;
}
