/*
 * akoenig.github.io
 *
 * Copyright(c) 2014 André König <andre.koenig@posteo.de>
 * MIT Licensed
 *
 */
/**
 * @author André König <andre.koenig@posteo.de>
 *
 */
@font-face {
  font-family: farray;
  src: url("fonts/farray/farray.otf") format("opentype");
}
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('fonts/monosocialfont/icons.eot');
  src: url('fonts/monosocialfont/icons.eot?#iefix') format('embedded-opentype'), url('fonts/monosocialfont/icons.woff') format('woff'), url('fonts/monosocialfont/icons.ttf') format('truetype'), url('fonts/monosocialfont/icons.svg#MonoSocialIconsFont') format('svg');
  src: url('fonts/monosocialfont/icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Light';
  src: url("fonts/opensans/opensans-light.eot");
  src: url("fonts/opensans/opensans-light.eot?#iefix") format("embedded-opentype"), url("fonts/opensans/opensans-light.woff") format("woff"), url("fonts/opensans/opensans-light.ttf") format("truetype"), url("fonts/opensans/opensans-light.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
.landing-layout {
  position: relative;
  top: 15%;
  text-align: center;
}
.article {
  color: #fff;
}
.article h1 {
  font-family: farray, sans-serif;
  font-size: 170%;
  font-weight: 100;
  margin: 30px 0 60px;
}
.article p {
  background: rgba(0, 0, 0, 0.5);
  font-family: 'OpenSans Light', sans-serif;
  font-size: 120%;
  line-height: 1.7em;
  padding: 15px 28%;
}
.article strong {
  color: #8cc84b;
  font-weight: 100;
}
.channels {
  list-style-type: none;
  margin-top: 55px;
  padding-bottom: 45px;
}
.channels > .channel-entry {
  display: inline-block;
  margin-left: 20px;
}
.channels > .channel-entry:first-child {
  margin-left: 0;
}
.channels > .channel-entry > .channel-entry--icon,
.channels > .channel-entry .channel-entry--icon:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.channels > .channel-entry > .channel-entry--icon {
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 220%;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  width: 40px;
}
.fully {
  height: 100%;
  min-height: 100%;
  width: 100%;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
.fully > .fully--image {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
}
.fully.fully-overlayed:after {
  background: rgba(0, 0, 0, 0.65);
  content: '';
  display: block;
  min-height: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hacking {
  background: #fff;
  font-family: 'OpenSans Light', sans-serif;
  font-weight: 100;
  height: 100%;
  opacity: 1;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  transition-duration: 1.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.hacking > .hacking-message {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
.hacking.hacking-done {
  height: 0;
  opacity: 0;
}
.logo {
  background: url(images/mesh.png) no-repeat left top;
  height: 148px;
  margin: 0 auto;
  position: relative;
  width: 365px;
}
.logo > .logo--blip {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 10%;
}
.logo > .logo--blip:hover + .logo--avatar {
  height: 117px;
  margin: -52px auto;
  width: 105px;
}
.logo > .logo--avatar {
  display: block;
  height: 0;
  width: 0;
  margin: 0 auto;
  position: relative;
  top: -50px;
  pointer-events: none;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
