/*@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=941978c3-80d3-4096-914a-6487bed489b0");*/
@font-face {
  font-family: "Grotesque MT W01";
  src: url("Fonts/65853259-eeb9-4157-a862-98c4ded7c991.eot?#iefix");
  src: url("Fonts/65853259-eeb9-4157-a862-98c4ded7c991.eot?#iefix") format("eot"), url("Fonts/ed50ff75-ce70-44df-a2ca-a52c756dd96f.woff2") format("woff2"), url("Fonts/a9e53c4b-8f83-4ba6-8e3e-18f71102796f.woff") format("woff"), url("Fonts/80c7df44-1dc6-4998-80ef-666fa026c9ea.ttf") format("truetype"), url("Fonts/483c1f7d-0832-4465-9402-521ebc3754e3.svg#483c1f7d-0832-4465-9402-521ebc3754e3") format("svg"); }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: Times New Roman, serif;
  font-size: 16px;
  cursor: url(camera.gif), auto; }

h1, p {
  margin: 0; }

a, a:hover, a:active, a:link, a:visited {
  text-decoration: none;
  color: inherit; }

a:hover {
  color: yellow; }

.uppercase {
  text-transform: uppercase; }

.slides {
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.loading .slides {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none; }
  .slide--active {
    display: block; }

.text {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-shadow: 0 0 8px black;
  opacity: 0.9;
  padding: 16px; }

.text-inner {
  display: inline-block; }

.title {
  line-height: 0.9;
  text-transform: uppercase;
  font-family: 'Arial Black', 'Arial Bold', Arial;
  color: yellow;
  user-select: none;
  -webkit-user-select: none;
  font-size: 40px; }

.construction {
  text-transform: uppercase;
  color: yellow;
  line-height: 1; }

.contact {
  color: white;
  line-height: 1;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.8), 1px 1px 2px rgba(0, 0, 0, 0.8); }

.single {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  cursor: alias;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .single.active {
    display: block;
    opacity: 1; }

.loading-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  opacity: 0;
  display: none;
  width: 32px;
  height: 32px;
  background-image: url(../img/ajax-loader.gif);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3; }
  .loading-spinner--visible {
    display: block; }
  .loading-spinner--active {
    opacity: 1; }

@media screen and (min-width: 600px) {
  .text-inner {
    max-width: 120em; }
  .title {
    font-size: 68px; }
  .construction {
    font-size: 22px; }
  .contact {
    font-size: 14px; } }

@media screen and (min-width: 1000px) {
  .title {
    font-size: 120.6px; }
  .construction {
    font-size: 41.4px; }
  .contact {
    font-size: 25.2px; }
  /*
    .title {
        font-size: 200px;
    }

    .construction {
        font-size: 45px;
    }

    .contact {
        font-size: 28px;
    }
    */ }

@media screen and (min-width: 1400px) {
  .title {
    font-size: 134px; }
  .construction {
    font-size: 46px; }
  .contact {
    font-size: 28px; }
  /* .title {
        font-size: 280px;
    }

    .construction {
        font-size: 63px;
    }

    .contact {
        font-size: 37px;
    } */ }

@media screen and (min-width: 1921px) {
  .title {
    font-size: 167.5px; }
  .construction {
    font-size: 57.5px; }
  .contact {
    font-size: 35px; }
  /* .title {
        font-size: 280px;
    }

    .construction {
        font-size: 63px;
    }

    .contact {
        font-size: 37px;
    } */ }
