* {
  font-family: 'B612 Regular', Arial, Helvetica, sans-serif;
}

.body-container {
  background: #fff;
  margin: auto;
  max-width: 900px;
}

.project-content
{
  border-top: 3px solid black;
}

.header {
  min-height: 60px;
}

h1 {
  margin: 0;
}

a {
  color: #888;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #666;
}

a:active {
  text-decoration: none;
}

h1 a:hover {
  text-decoration: none;
}

.project-collection {
  padding: 3px;
  background: #000;
}

@media only screen and (min-width: 768px) {
  .project-collection {
    column-count: 2;
    column-gap: 4px;
    padding: 3px 3px 0px 3px;
    background: #000;
  }
}

.project-collection a {
  color: #000;
}

.project-collection-link {
  position: relative;
}

.project-collection-link img {
  width: 100%;
}

.project-collection-link img:hover {
  filter: hue-rotate(195deg);
}

.project-collection-link span {
  margin: 10px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (hover: hover) {
  .project-collection-link span {
    visibility: hidden;
  }
}

.project-collection-link:hover span {
  visibility: visible;
}

.project-media {
  position: relative;
  width: 100%;
}

.project-media img {
  object-fit: cover;
  width: 100%;
}

.project-media .embed-container {
  object-fit: cover;
  width: 100%;
}

#overview-container {
  width: 100%;
  height: 150px;
}

.audio {
  margin-bottom: 5px;
}

.audio-controls {
  height: 30px;
}

#currentTime {
  text-align: right;
  float: right;
  font-size: 14px;
}

button::before {
  content: "[";
}

button::after {
  content: "]";
}

button {
  cursor: pointer;
  border: none;
  font-size: 14px;
  background: none;
  padding: 0;
}

audio {
  display: none;
}

.footer {
  text-align: right;
  font-size: 10pt;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
