@font-face {
    font-family: 'FoundryGridnikLight';
    src: url('foundrygridnik-light-webfont.eot');
    src: url('foundrygridnik-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('foundrygridnik-light-webfont.woff') format('woff'),
         url('foundrygridnik-light-webfont.ttf') format('truetype'),
         url('foundrygridnik-light-webfont.svg#FoundryGridnikLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
         
::-moz-selection{ background: #5d8aa6; color:#fff; text-shadow: none; }
::selection { background:#5d8aa6; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #5d8aa6; } 
html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  padding: 1em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

canvas {
  width: 100%;
  height: 100%;
  background: #51514f;
}

div {
  padding: 5% 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  display: block;
  
  border: 5em solid #fff;
  border-top-width: 5em;
  border-bottom-width: 1.3em;
  
  background: white;
  color: #012840;
  
  background: url(../img/header-back.png) repeat-y -1600px 0;
}
h1 {
  width: 320px;
  height: 66px;
  overflow: hidden;
  margin:0;
  padding:0;
  
  font: 4em Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-indent: 403px;
  
  background: url(../img/logo-transp.png);
}

ul {
  background: #fff;
  color: #012840;
  border-left: 5em solid #fff;
  border-right: 5em solid #fff;
  padding: 1em 0 4em;
  list-style: none;
  margin: 0;
  position: relative;
}
a {
  color: #012840;
  transition: all 1s;
  padding: 0 0.2em;
  margin: 0 -0.2em;
}
a:hover {
  background: #51514f;
  color: #fff;
  transition: all 0.25s;
}
strong {
  font-weight: normal;
}
li {
  font: 1.5em "FoundryGridnikLight", "Courier New", monospace;
  width: 0;
  overflow: hidden;
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;;
  white-space: nowrap;
  opacity: 0;
  z-index: 1;
}
.shown, li:hover {
  width: 100%;
  opacity: 1;
  z-index: 2;
  background: #fff;
}
li:hover {
  z-index: 3;
}