/* The main stylesheet for jimhollenbach.com. */

.box {
  display: inline-block;
  border: solid black 1px;
  background-color: rgba(0, 0, 0, .86);
  margin: 16px;
  padding: 16px;
  color: #dddddd;
  font-size: 16px;
  min-width: 10em;
}

.header-box {
  padding: 16px 16px 10px; /* bottom padding handled by button touch areas. */
}

.item {
  display: flex;
  padding: 18px 0 0;
  font-size: 16px;
  line-height: 18px;
}

.item:last-child {
  padding-bottom: 10px;
}

.wide-box {
  width: calc(100% - 66px);
  max-width: 25em;
}

.title-text {
  font-size: 32px;
  font-weight: bold;
}

.header-button-box {
  position: relative;
  left: -4px;
  margin-top: 4px;
}

.content-link {
  color : #bbb;
}

.header-link-icon {
  width:32px;
  height:32px;
  padding: 8px;
  border: 0;
}

.project-image-link {
  float: left;
  line-height: 0;
}

.project-link-icon {
  width:32px;
  height:32px;
  padding: 0px 8px 4px 0;
  border: 0;
}

/* hey there, css reader! */
.hell-yeah-its-a-horizontal-rule {
  margin: 16px 0;
  width: calc(100% - 64px);
}

.spacer {
  width: 1px;
  height: calc(100vh - 192px);
}

.background {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width:100vw;
  height:100vh;
  background: url("../img/first-scene.gif");
  image-rendering: pixelated;
  background-position:center;
  background-size: cover;
}
