body {
  font: 16px Roboto, Arial;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0;

  /*
    background-image: url(/img/norway.jpg);
    background-position: center ;
    background-size: cover;
    background-attachment: fixed;
    */
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #b8cc2e;
}
a:hover {
  color: #eee330;
}

header {
  padding: 1em;
  /* background: #4957BD; */
  font-family: "Raleway";
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-shadow: 0 1px 2px #000;
}

footer {
  padding: 5px;
  background: #242739;
}

header a {
  color: #fff;
}
header a:hover {
  color: #e9f655;
}

@keyframes bg {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 100px;
  }
}

.header-bg {
  background-image: url(/img/header2-crop.jpg);
  background-position: center 0px;
  background-size: 800px;
  background-attachment: fixed;
  /* animation: bg 5s infinite linear; */
  /*
    background-image: url(/img/cozy10.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    */
  /* background: #4957BD; */
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  margin-left: -1em;
  margin-top: -1em;
  overflow: hidden;
}

.header-bg video {
  width: 100%;
  /* filter: blur(5px); */
  margin-top: -20%;
  opacity: 0.7;
  transform: scale(1.2);
}

.background {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(/img/cozy10.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.7;
  filter: blur(3px);
}

.title {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

.subtitle {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

.subtitle2 {
  color: #ccc;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}

.links {
  display: block;
  font-size: 1.5em;
  padding-top: 0.4em;
  word-spacing: 0.25em;
}
.links a {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  perspective: 10px;
}

.links a:hover {
  transform: rotate(360deg);
  /* animation: spin 1s infinite linear; */
}

.container {
  width: 800px;
  margin: 1em auto;
  background: #181a27;
}

.stuff {
}
.stuff-group {
  clear: both;
}

.thing {
  display: flex;
  padding: 0.5em 1em;
  font-size: 1.2em;
}

.thing:hover {
  background-color: rgba(255, 255, 255, 0.02);
}

.thing.inactive,
.thing.inactive .fa,
.thing.inactive .notice,
.thing.inactive .tech {
  color: #6b788b;
  cursor: default;
}
.thing.inactive .thing-image {
  filter: grayscale(100%);
}

.thing-date {
  color: #454961;
}
.thing-title {
  font-family: "Roboto Condensed";
}

.thing-image {
  opacity: 0.7;
  height: 120px;
  width: 160px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 3px 0;
  transition: 0.2s ease-in-out all;
  flex-shrink: 0;
}

.thing-content {
  padding-left: 0.5em;
}

.thing-desc {
  font-size: 0.9em;
  color: #7e839f;
  margin-top: 2px;
}

.thing-title .fa {
  font-size: 1em;
  vertical-align: 1px;
  margin-right: 2px;
  color: #889628;
}

.thing:hover .thing-image {
  opacity: 1;
}
.thing:hover .thing-desc {
  color: #9baed5;
}

.notice {
  color: #b25656;
}
.tech {
  font-size: 0.8em;
  margin-top: 0.1em;
  color: #496636;
}

ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 800px) {
  .header-bg {
    filter: blur(3px);
    opacity: .9;
  }
  .title {
    font-size: 2.5em;
  }
  .links {
    font-size: 2em;
    word-spacing: 0.5em;
  }
  .thing {
    font-size: 1.1em;
  }
  .container {
    margin: 0;
    width: auto;
  }
  .thing-image {
    height: 60px;
    width: 80px;
  }
}

@keyframes m {
  0% {
    left: -32px;
  }
  10% {
    left: 800px;
  }
  100% {
    left: 800px;
  }
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.m {
  background-image: url(/img/m2.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  bottom: 0px;
  left: -32px;
  position: absolute;
  animation: m 60s linear infinite;
  animation-delay: 5s;
}

.l {
  background-image: url(/img/l1.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  bottom: 0px;
  left: -32px;
  position: absolute;
  animation: m 45s linear infinite;
  animation-delay: 6s;
}

.s {
  background-image: url(/img/s.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  bottom: 0px;
  left: -32px;
  position: absolute;
  animation: m 65s linear infinite;
  animation-delay: 5.5s;
}
