html, body{
  height: 100%;
}

@font-face {
   font-family:'sairaextracondensed-light';
   font-style: normal;
   font-weight: 300;
   src: local('sairaextracondensed-light'),
   url(/css/fontz/sairaextracondensed-light.woff2) format('woff2'),
   url(/css/fontz/sairaextracondensed-light.woff) format('woff');
}

body {
    font-family: 'sairaextracondensed-light', sans-serif;
    color: #ffffff;
    background-color: #030303;
    background-image: url(../images/gameOver3.jpg);
    background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

h1 {
    position: fixed;
    display: none;
}

footer {
	position: fixed;
	display: block;
    left: 0px;
    bottom: 0px;
    height: 48px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
	}

footer p {
    color: rgba(255, 255, 255, 0.7);
    position: fixed;
    display: block;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    margin-left: 220px;
    margin-bottom: 4px;
    padding-bottom: 0;
    bottom: 0px;
    width: 50%;
	margin-left: 220px;
    line-height: 38px;
}
.copyright {
    font-size: 0.7em;
}

#logoTypo {
	height: 38px;
	width: 150px;
	vertical-align: bottom;
	display: block;
	position: fixed;
	bottom: 5px;
	left: 35px;
	}

#logoBlock {
	height: 38px;
	width: 100px;
	vertical-align: bottom;
	display: block;
	position: fixed;
	bottom: 5px;
	right: 35px;
	}

.flipflop {
  width: 120px;
  height: 120px;
  -webkit-perspective: 120px;
          perspective: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -60px;
}


.flipflop__tile {
  display: block;
  float: left;
  width: 25%;
  height: 25%;
  -webkit-animation-name: flip;
          animation-name: flip;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;    
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 0;
}

.flipflop__tile__1 {
  background-color: #282727;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.flipflop__tile__2 {
  background-color: #151515;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.flipflop__tile__3 {
  background-color: #535252;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.flipflop__tile__4 {
  background-color: #2e2e2e;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.flipflop__tile__5 {
  background-color: #1f1e1e;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.flipflop__tile__6 {
  background-color: #3f3e3e;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.flipflop__tile__7 {
  background-color: #2d2b2b;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.flipflop__tile__8 {
  background-color: #1b1a1a;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.flipflop__tile__9 {
  background-color: #353333;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}


.flipflop__tile__10 {
  background-color: #575757;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}

.flipflop__tile__11 {
  background-color: #90ad1a;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.flipflop__tile__12 {
  background-color: #3f3e3e;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.flipflopLogo {
  width: 120px;
  height: 30px;
  -webkit-perspective: 120px;
          perspective: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:  0px;
  margin-left: -60px;
}

.flipflopLogo__title {
  display: block;
  float: left;
  width: 25%;
  height: 100%;
  -webkit-animation-name: flip;
          animation-name: flip;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 1;
}


.flipflopLogo__title__1 {
  background-image: url("../images/faLogoLoad_01.png");
  -webkit-animation-delay: 1.0s;
          animation-delay: 2.0s;
}

.flipflopLogo__title__2 {
  background-image: url("../images/faLogoLoad_02.png");
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.flipflopLogo__title__3 {
  background-image: url("../images/faLogoLoad_03.png");
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.flipflopLogo__title__4 {
  background-image: url("../images/faLogoLoad_04.png");
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  11% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  11% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

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