@font-face {
  font-family: 'Garamond-Regular';
  src: url("fonts/garamond.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
body,
a {
  color: #000;
}
.small-caps {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 95%;
}
@font-face {
  font-family: 'Garamond-Regular';
  src: url("fonts/garamond.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.minor {
  text-decoration: none;
}
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
.header-inner {
  display: table;
  width: 100%;
  background-color: #fff;
}
.header-logo,
.header-metadata {
  display: table-cell;
  vertical-align: middle;
}
.header-logo {
  width: 80px;
  height: 80px;
  background-image: url("images/logo.svg");
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-metadata {
  font-family: 'Garamond-Regular', serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 20px 20px 0;
}
.header-metadata > p {
  margin: 5px 0;
}
.header-metadata > p:first-child {
  margin-top: 0;
}
.header-metadata > p:last-child {
  margin-bottom: 0;
}
#timer {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.timer {
  height: 100%;
  background-color: #000;
  -webkit-animation: progress 20s linear;
  -moz-animation: progress 20s linear;
  -o-animation: progress 20s linear;
  -ms-animation: progress 20s linear;
  animation: progress 20s linear;
}
.loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.ellipsis {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ellipsis > span {
  letter-spacing: 2px;
}
.ellipsis > span:nth-child(1) {
  -webkit-animation: fade 1s infinite;
  -moz-animation: fade 1s infinite;
  -o-animation: fade 1s infinite;
  -ms-animation: fade 1s infinite;
  animation: fade 1s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ellipsis > span:nth-child(2) {
  -webkit-animation: fade 1s infinite;
  -moz-animation: fade 1s infinite;
  -o-animation: fade 1s infinite;
  -ms-animation: fade 1s infinite;
  animation: fade 1s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ellipsis > span:nth-child(3) {
  -webkit-animation: fade 1s infinite;
  -moz-animation: fade 1s infinite;
  -o-animation: fade 1s infinite;
  -ms-animation: fade 1s infinite;
  animation: fade 1s infinite;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.wallpaper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  background-position: center center;
}
.tiles {
  display: inline-block;
}
.tile-set {
  white-space: nowrap;
}
@-moz-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
