body {
	background: repeating-linear-gradient(
		45deg,
		#000,
		#000 3px,
		#09090f 3px,
		#09090f 4px
		);
	background-attachment: fixed;
	font-size: 1.4em;
	color: #aaaaaa;
	font-family: "EnigmaticUnicodeRegular";
}

footer {
	position: absolute;
	bottom: 0 !important;
	left: 0;
	width: 100%;
}

#mountains {
	position: relative;
	background: url("mountainsTile.png");
	background-repeat: repeat-x;
	background-size: auto 15vw;
	z-index: 10 !important;
	bottom: auto;
	width: 100%;
	height: 15vw;
}

@media(min-width: 1140px) {
	#mountains {
		height: 171px;
		background-size: auto 171px;
	}
}


#platform {
	position: relative;
	background: linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,0)), url("platformBottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 10;
	bottom: 0;
	width: 100%;
	height: auto;
}

#platform > img {
	width: 100%;
	height: auto;
	visibility: hidden;
	display: block;
}

	#bg {
		pointer-events: none !important;
		position: fixed;
		left: 0;
		top: 0;
		width: 125vw;
		height: 100vh;
		z-index: 1 !important;
		overflow: hidden;
		transform-style: flat;
	}

	#outerSpace { 
		animation: 20s sp infinite linear; 
		opacity: .2;
		z-index: 1 !important;
	}

	#space {
		perspective: 200px;
		animation: 20s innersp infinite linear;
		overflow: hidden;
		opacity: .3;
		z-index: 1 !important;
	}

	#outerSpace, #space {
		transform-style: flat;
		background: url("stuff.png");
		background-repeat: repeat;
		width: 150%;
		height: 120%;
		position: fixed;
		overflow: hidden;
	}

	@keyframes innersp {
  		from {
  		  transform: translateX(0px) translateY(-64px); rotate(45deg);
		 }

  		to {
  		 transform: translateX(-256px) translateY(-64px); rotate(45deg);
		  }
	}

	@keyframes sp {
  		from {
  		  transform: translateX(0px) translateY(0px);
		 }

  		to {
  		 transform: translateX(-128px) translateY(0px);
		  }
	}


#logo {
	font-family: "YanoneKaffeesatzLight";
	color: #0070DD !important;
	font-size: 0.6em;
	transition: linear .25s;
}

#logo:hover {
	text-decoration: none;
	color: #71d5ff !important;
}

.navbar-toggle {
	border-radius: 0;
	border:none;
	padding:0;
	/*margin:0;*/
	background: none !important;
}

.navbar-toggle:hover {
	background: none !important;
}

.icon-bar {
	background-color: #aaaaff !important;
	transition: linear .25s;
}
.navbar-toggle:hover .icon-bar {
	background-color: #ffffff !important;
}

.navbar-toggle .icon-bar {
	transition: all .25s ease-out;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
	transform: rotate(45deg) translateX(5px) translateY(-3px);
	width: 12px;	
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
	transform: rotate(90deg);
	width: 16px;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
	transform: rotate(135deg) translateX(-6px) translateY(9px);
	width: 12px;
}

.fade {
	opacity: .5;
}

/*login index2.html cucc*/

.center2 {
	text-align: center !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000000 inset;
    -webkit-text-fill-color: #aaaaff !important;
}

input {
	background: #000;
	color: #aaaaff;
	border: solid 1px white;
	margin: -1px;
}

button {
	margin:-1px;
	float: none !important;
	border-radius: 0 !important;
	padding: inherit !important;

}

.btn-default {
	margin: 4px;
	background-color: #000;
	color: #aaaaff;

	transition: linear .0625s;
}

.btn-default:hover {
	background-color: #000 !important;
	color: #ffffff !important;
}

.btn-default:active {
	background-color: #000 !important;
	color: #71d5ff !important;
}

.maxwidth {
	width: 100%;
}


/**/

.col-centered{
	float: none;
	margin: 0 auto;
}

@media(max-width: 991px) {
  .titleinfo p {
    display: inline-block;
  }

  .titleinfo p:after {
    content: " |";
    margin-right: 4px;
  }
  .titleinfo p:last-child:after {
  	content: "";
  	margin-right: 4px;
  }

  h2 {
  	margin-bottom: 0 !important;
  }
  h1 {
  	line-height: 32px !important;
  	margin-top: -1px !important;
  }
}

@media(max-width: 1200px) {
	.titleinfo {
		padding-left: 0 !important;
	}
}

@media(min-width: 1200px) {
	.titleinfo p, .titleinfo p > span {
		display: inline !important;
	}
	.titleinfo p:after {
		content: "\a";
		white-space: pre;
	}
}


.titleinfo p {
	font-size: 0.8em;
	margin-bottom: 0 !important;
}

.titleinfo {
	text-align: right;
}

h1 {
	margin-top: -8px;
	margin-bottom: 0;
	margin-right: 16px;
	margin-left: 16px;

	height: 32px;
	line-height: 30px;
}

h2 {
	font-size: 1.1em;
	text-align: center;
	color: #ffffff;
	border: solid 1px rgba(255,255,255,.75);
	background: rgba(255,255,255,.2);
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0;
	/*color: #aaaaaa;*/
	font-family: "EnigmaticUnicodeRegular";
}

.innerContent {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: justify;
}

/*.navbar-nav > li > a, h1 {
	padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 28px;
}*/

.navbar-nav > li > a, h1 {
	padding-top:0px !important; 
    padding-bottom:0 !important;
    height: 24px !important;
}

a, a:visited {
	color: #aaaaff !important;
	transition: linear .0625s;

}

a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

/*.navbar {
	background-color: rgba(0,0,0,.75);
	min-height: 28px !important;
	margin-bottom: 0;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	z-index: 1 !important;
}*/
.navbar {
	background-color: rgba(0,0,0,.75);
	min-height: 20px !important;
	margin-bottom: 0;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	z-index: 1 !important;
}

li a {
	line-height: 26px !important;
	/*margin: 0 !important;*/
	padding-top: 0 !important;
}

#content {
	margin-top: 30px;
	z-index: 3 !important;
}

 @font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('../fonts/yanonekaffeesatz-light.eot');
    src: url('../fonts/yanonekaffeesatz-light.eot') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-light.woff2') format('woff2'),
         url('../fonts/yanonekaffeesatz-light.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-light.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-light.svg#YanoneKaffeesatzLight') format('svg');
} 

@font-face {
    font-family: 'EnigmaticUnicodeRegular';
    src: url('../fonts/enigmau_2.eot');
    src: url('../fonts/enigmau_2.eot') format('embedded-opentype'),
         url('../fonts/enigmau_2.woff2') format('woff2'),
         url('../fonts/enigmau_2.woff') format('woff'),
         url('../fonts/enigmau_2.ttf') format('truetype'),
         url('../fonts/enigmau_2.svg#EnigmaticUnicodeRegular') format('svg');
}
