html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  background: #151515;
}

* { box-sizing: border-box; }

/* ---- grid ---- */

.grid {
  width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
  width: 400px;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

#container {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

#info {
  width: 300px;
  padding: 10px;
  font-size: 10pt;
  font-family: Verdana, Geneva, sans-serif;
  /* border-right: 1px solid white; */
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
}

span.copy {
  font-family: Lucida Console, Courier, monospace;
  color: #333;
  font-size: 8pt;
}

a, a:hover, a:active, a:visited {
  color: unset;
  text-decoration: unset;
}

p.about {
  line-height: 14px;
}

#logo {
  width: 100%;
}

#image-grid {
  max-height: 100%;
  overflow-y: auto;
}

#links {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 10px;
}

.link {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.link-img {
  max-width: 100%;
}

.vid {
  display: none;
}

.center-text {
  width: 100%;
  text-align: center;
}

@keyframes play-hexa {
  100% {
    background-position: -18048px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #101010;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #202020;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #252525;
}


.featherlight.cleaner .featherlight-content {
  padding: 0;
  border-bottom:0;
}

.featherlight.cleaner .featherlight-previous {
  background: none;
}

.featherlight.cleaner .featherlight-previous span {
  text-shadow: none;
}

.featherlight.cleaner .featherlight-next {
  background: none;
}

.featherlight.cleaner .featherlight-next span {
  text-shadow: none;
}

.featherlight .featherlight-inner {
  display: block !important;
}

.featherlight video.featherlight-inner {
  height: 95vh;
}

/* hexagon */
.featherlight-loading .featherlight-content {
  width: 64px;
  height: 64px;
  background: url(img/hexa64.png) left center;
  animation: play-hexa 4.40s steps(282) infinite;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}
