@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  background-color: #222;
  color: #999; }

#gallery-wrapper {
  padding: 0 10px; }

body {
  padding: 0 10% 200px;
  font-family: "Forum", serif;
  font-weight: 100; }
  body.preview {
    overflow: hidden; }

a {
  color: #ddd; }

h1 {
  font-weight: 100;
  font-size: 48px; }
  h1 a {
    color: #eee; }

.header {
  text-align: center;
  padding: 80px 0 60px; }
  .header a {
    text-decoration: none; }
  .header .nav a {
    font-size: 22px;
    color: #ccc;
    display: inline-block;
    margin: 0 10px; }
    .header .nav a.active {
      text-decoration: underline; }

.links {
  text-align: center;
  padding: 100px 0; }
  .links span, .links a {
    margin: 0 10px; }
  .links a {
    text-decoration: none;
    display: inline-block; }

#lightbox #bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #202020;
  opacity: 0.95; }

#lightbox #container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #lightbox #container #img-view {
    max-height: 90vh;
    max-width: 90vw;
    box-shadow: 0 10px 40px #000;
    border: 1px solid #ccc; }

#lightbox i.nav {
  padding: 40px;
  color: #666;
  cursor: pointer; }

#lightbox #close-preview {
  position: fixed;
  top: 0;
  right: 0; }
