* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  background: url('img/tile.png') #333333;
  font-family: 'Maven Pro', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bar {
  background: repeating-linear-gradient(135deg, rgba(254, 183, 34, 0), rgba(254, 183, 34, 0) 30px, rgba(17, 17, 17, 1) 30px, rgb(17, 17, 17) 60px), linear-gradient(to top, rgb(190, 138, 25), rgba(254, 183, 34, 1));
  height: 30px;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5), inset 0 10px 10px rgba(0, 0, 0, 0.5);
}

.content {
  background: rgba(56, 57, 59, 0.5);
  max-width: 800px;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.07);
  margin: 30px auto 0 auto;
}

header .cover {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  padding-left: 100px;
  background-color: #38393b;
  background-image: url('img/zk-cover-full.jpg');
  background-position: right;
  user-select: none;
}

header .cover img {
  filter: drop-shadow(0 0 10px #000000)
}

nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 35px;
  font-size: 120%;
  height: 35px;
}

footer {
  margin: 20px auto;
  max-width: 800px;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.5);
}

footer .zk-forever:after {
  content: ' 2004–' attr(data-date);
}

footer .zk-forever:hover:after {
  content: 'Drakir: demorec d;)';
}

footer .zk-forever:hover {
  color: rgba(61, 255, 13, 1);
}

nav li {
  display: inline-block;
}

a {
  color: rgb(190, 138, 25);
}

a:hover {
  text-decoration: none;
}

nav a {
  display: inline-block;
  text-decoration: none;
  padding: 0 17px;
}

nav a:hover {
  text-decoration: underline;
  color: rgba(254, 183, 34, 1);
}

main {
  position: relative;
  padding: 60px 30px 25px 30px;
}

main p:not(:last-child) {
  line-height: 120%;
  margin-bottom: 20px;
}

main b {
  font-weight: lighter;
  color: #FFFFFF;
}

main h3:not(:last-child) {
  margin-bottom: 20px;
}

.member-list {
  -webkit-column-width: 120px;
  -moz-column-width: 120px;
  column-width: 120px;
  list-style: none;
  text-align: center;
}

.member-list li {
  line-height: 150%;
}

.media {
  text-align: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px #000;
}

.gallery img {
  width: 100%;
  border-radius: 7px;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  min-height: auto;
  opacity: 1.0;
}

.gallery img:hover {
  filter: brightness(120%);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.gallery .placeholder {
  height: 150px;
}

.gallery .image-container {
  flex-grow: 1;
  flex-basis: 150px;
  margin: 4px;
}
