/* Linotype Font
   Neuzeit S LT W01 Book
*/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=6ba7e9f3-80db-4242-a24e-e21b122b85be&fontids=706733");
@font-face {
  font-family:"Neuzeit S LT W01 Book";
  src:url("Fonts/706733/840b8bdf-7d26-449a-9620-8cb6663f18cc.eot?#iefix");
  src:url("Fonts/706733/840b8bdf-7d26-449a-9620-8cb6663f18cc.eot?#iefix") format("eot"),url("Fonts/706733/d741af6b-26f4-4e34-b55d-432ccade3280.woff2") format("woff2"),url("Fonts/706733/77aaeb7b-86f4-47a1-8196-74a660dd0919.woff") format("woff"),url("Fonts/706733/efdf74e6-bfd4-466d-93fd-4f8f4d55b80c.ttf") format("truetype");
}


/* Html reset
   based on http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body {
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: hidden !important;
  color: #fff;
  height: 100%;
}

/* Website styling
   v1.0 | 20180410
   License: none (public domain)
*/

html, body {
  background-color: #000;
  font-family: "Neuzeit S LT W01 Book", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0;
}
h1 {
  white-space: nowrap;
}
h1, h2 {
  font-size: 2.5vw;
  pointer-events: none;
}
h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap !important;
}
a:after {
  content: '';
  height: 1px;
  background: #000;
  display: block;
  margin-top: 1px;
}
a:hover {
  text-decoration: none;
}
a:hover:after {
  content: '';
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 1px;
}
.logo {
  cursor: default;
  user-select: none;
}
#logo-top {
  display: none;
}
#logo-center {
  margin-top: 3px;
}
#logo-center:hover h1 {
  opacity: 0;
}
#logo-center:hover h2 {
  opacity: 1;
}
#logo-center:hover div.blink {
  opacity: 0!important;
  color: rgba(0,0,0,0)!important;
}
#logo-center h2 {
  opacity: 0;
  text-align: center;
  white-space: nowrap;
}
#logo-center div.blink {
  font-size: 75%;
  padding-top: 9px;
}
#links {
  width: 100%;
  height: 100%;
}
#contact {
  position: fixed;
  bottom: 20px;
  height: 20px;
  width: 100vw;
  text-align: center;
}
#contact .tile {
  width: 100%;
  text-align: center;
}

.hidden {
  display: none;
}
.tile.visible-sm, .visible-sm {
  display: none;
}
.tile.hidden-sm, .hidden-sm {
  display: inline-block;
}
.inner {
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  .tile {
    width: 33.33333333333333%;
    height: calc(33.33333333333vh - 13.3px);
    display: inline-block;
    font-size: 1.05vw;
    vertical-align: top;
    text-align: center;
    position: relative;
  }
  .tile .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  @-webkit-keyframes blink {
    50% {
      opacity: 0;
    }
  }
  .blink {
    -webkit-animation: blink 1s step-start infinite;
    -moz-animation: blink 1s step-start infinite;
    animation: blink 1s step-start infinite;
  }
}
@media (min-width: 1900px) {
  .tile {
    font-size: 20px;
  }
  h1, h2 {
    font-size: 47px;
  }
}
@media (max-width: 1199px) {
  .tile {
    font-size: 13px;
  }
  h1, h2 {
    font-size: 30px;
  }
}
@media (max-width: 1080px) {
  h2 {
   font-size: 23px;
 }
}
@media (max-width: 767px) {
  #links {
    height: calc(100vh - 5px);
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    min-height: 600px;
  }
  #links .tile {
    width: 100%;
    text-align: center;
  }
  #logo-top {
    display: block;
  }
  #logo-center {
    display: none !important;
  }
  .tile.visible-sm, .visible-sm {
    display: block !important;
  }
  .tile.hidden-sm, .hidden-sm {
    display: none;
  }
}
