/*  Syntax Quick Reference for Jeet
  --------------------------
	column(ratios = 1, offset = 0, cycle = 0, uncycle = 0, gutter = jeet.gutter)
	span(ratio = 1, offset = 0)
	shift(ratios = 0, col_or_span = column, gutter = jeet.gutter)
	unshift()
	edit()
	center(max_width = 1410px, pad = 0)
	stack(pad = 0, align = false)
	unstack()
	align(direction = both)
	cf()

	For more info see:
		Kouto Swiss Doc: http://kouto-swiss.io/
		Jeet Doc: http://jeet.gs

	And of course, look in node_modules for axis-css and jeet
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'athelas-bold';
  src: url("../assets/athelas-bold-webfont.eot");
  src: url("../assets/athelas-bold-webfont.eot?#iefix") format('embedded-opentype'), url("../assets/athelas-bold-webfont.woff2") format('woff2'), url("../assets/athelas-bold-webfont.woff") format('woff'), url("../assets/athelas-bold-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geometria-light';
  src: url("../assets/geometria-light-webfont.eot");
  src: url("../assets/geometria-light-webfont.eot?#iefix") format('embedded-opentype'), url("../assets/geometria-light-webfont.woff2") format('woff2'), url("../assets/geometria-light-webfont.woff") format('woff'), url("../assets/geometria-light-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  background: #000;
}
.wrap {
  width: 100%;
  color: #fff;
  height: 100%;
}
.wrap a {
  color: #ffec00;
}
.container {
  width: 930px;
  padding: 40px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.logo {
  margin: 0 auto;
}
.cover {
  background: url("../assets/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease-in;
}
.cover.hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.cover .logo {
  width: 100%;
  cursor: pointer;
}
.content {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: block;
}
.content h2 {
  font-family: athelas-bold;
  font-size: 31px;
  line-height: 37px;
}
.content p,
.content a {
  font-family: geometria-light;
  font-size: 16px;
  line-height: 26px;
}
.content p {
  margin-bottom: 50px;
}
.content .logo {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin-bottom: 90px;
  padding-top: 40px;
}
@media (max-width: 1000px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content .logo {
    margin-bottom: 30px;
  }
  .content h2 {
    font-family: athelas-bold;
    font-size: 14px;
    line-height: 17px;
  }
  .content p {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .content a {
    font-size: 13px;
    line-height: 20px;
  }
}
/* make keyframes that tell the start state and the end state of our object */
.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
}
.fade-out {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-animation: fadeOut ease-out 1;
  animation: fadeOut ease-out 1;
}
.fade-in,
.fade-out {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.content.fade-in {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
