* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
}

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

body {
  background: #121212;
  color: #e0e0e0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: #4da3ff;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#container {
  padding: 2em;
}

header {
  background: #181818;
  color: #e0e0e0;
  font-size: 1.8em;
  margin-bottom: 1.1em;
}

h1 {
  display: inline-block;
  font-weight: bold;
}

h1 a {
  color: #e0e0e0;
}

footer {
  color: #9aa0a6;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 3em;
}

footer a {
  color: #4da3ff;
}

nav.breadcrumbs {
  border-bottom: 1px solid #2a2a2a;
  font-size: 1.2em;
  margin-bottom: 2em;
  padding: 0em 0em 0.8em 0.1em;
}

nav.breadcrumbs a,
nav span {
  display: inline;
}

nav.breadcrumbs a {
  color: #e0e0e0;
  text-decoration: none;
}

#albums,
#media {
  margin: 0em;
}

#albums a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
}

.caption {
  opacity: 0.7;
  color: #a0a0a0;
}

#albums .summary {
  font-size: 1.2em;
}

#albums h3 {
  font-size: 1.4em;
  margin-bottom: 0.3em;
  color: #f0f0f0;
}

.albumList,
.albumList img {
  cursor: zoom-in;
}

.video-overlay img {
  left: 50%;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 48px;
  filter: brightness(0.9);
}

#lightSlider {
  max-height: 400px;
  min-height: 400px;
}

#lightSlider li {
  height: 100%;
}

#lightSlider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lSSlideOuter {
  margin-bottom: 50px;
}

nav.pagination {
  color: #a0a0a0;
  display: inline-block;
  font-size: 1em;
  margin-top: 2em;
  padding: 0em 0em 0.5em 0em;
}

nav.pagination .page {
  margin-right: 0.2em;
}

nav.pagination .page.current {
  font-weight: bold;
  color: #ffffff;
}

nav.pagination a {
  color: #a0a0a0;
}

#zip {
  color: #a0a0a0;
  margin-bottom: 2em;
}

#zip a {
  color: #4da3ff;
}

a:hover {
  color: #82c2ff;
}

#albums a:hover {
  filter: brightness(1.1);
}
