/* SLIDESHOW */
body{
  font-family: "Courier New", Courier, monospace;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    } 
    .item:nth-child(1) {
      background: url('../../assets/img/background-1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  min-width: 100%; 
  min-height: 100%;
  width: 50%;
    }

    .item:nth-child(2) {
      background: url('../../assets/img/background-2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  min-width: 100%; 
  min-height: 100%;
  width: 50%;
    }

    .item:nth-child(3) {
      background: url('../../assets/img/background-3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  min-width: 100%; 
  min-height: 100%;
  width: 50%;
    }

    .item:nth-child(4) {
      background: url('../../assets/img/background-4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  min-width: 100%; 
  min-height: 100%;
  width: 50%;
    }

    .item:nth-child(5) {
      background: url('../../assets/img/background-5.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  min-width: 100%; 
  min-height: 100%;
  width: 50%;
    }

/* MISC */
body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=42992);}

body {
	font-family: 'VCR OSD Mono', serif !important; 
	color: white;
	font-style: italic;
    background: black;
    }

body, div
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#center {               
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

A:link {
	color: #FFFFFF; text-decoration: none
}
A:visited {
	color: #FFFFFF; text-decoration: none
}
A:hover {
	text-shadow: 0pt 0pt 0.3em white, 0pt 0pt 0.3em white;
	color: white; text-decoration: none
}

.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar::-webkit-scrollbar {
    width: 2px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.65);
}

#background {
    position: fixed;
    right: 0;
    bottom: -100;
    min-width: 100%; 
    min-height: 100%;
    width: 50%;
}

#icon {
    text-align: center;
    position: absolute;
    top: 83%;
    left: 90%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

#box {
    padding: 15px 90px;
    border: 2px solid black;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.80;
    background-color: #000000;
}

#error {
    padding: 15px 80px;
    border: 2px solid black;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.80;
    background-color: #000000;
}
  
  .comingsoon {
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
    top: 50%;
    left: 50%;
    text-align: center;
  }
  
  hr {
    margin: auto;
    width: 40%;
  }