body {
  background-image: url(bg_space1.png);
  background-attachment: fixed;
  font-weight: 300;
}
.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('bg_space1.png');
  background-size: cover;
  background-position: center;
  text-rendering: optimizeLegibility;
}
.background:after {
  content: '';
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255,255,255,.2);
}
.wrapper {
  display: none;
}

.wrapper img{
  position: absolute; 
}

#pageContent{
	margin-left: 150px; 
	width: 800px; 
	font: 16px/1.6 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

#mainRight{
	float: right; 
	display: block; 
	width: 20%; 
	text-align: center; 
	align-content: center;

}

#mainRight a{
	margin-top: 20px; 

}



#mPlayer {
	float: left; 
	position: absolute;
	top: 0px; 
	margin-left: 80px; 
	width: 650px; 
	height: 100px;
	z-index: 2000; 
}


#lsNav {
	float: right; 
	position: fixed; 
	clear: both; 
	background-color: #20b7f0; 
	opacity: 1.0; 
	top: 0px; 
	left: 0px; 
	width: 80px; 
	min-height: 300px;
	z-index: 2001; 
}

#lsNav .activePage{
	background-color: #e90e8c;
}

#lsNav a{
	display: inline-block; 
	font-size: 20; 
	text-decoration: none; 
	color: white; 
	width: 100%; 
	text-align: center; 
}

#lsNav a:hover{
	background-color: #e90e8c; 
}

#lsNav a:active{
	
	background-color: white; 
}

#lsHomeNav {
	float: right; 
	position: fixed; 
	clear: both; 
	background-color: #20b7f0; 
	opacity: 1.0; 
	top: 0px; 
	left: 0px; 
	width: 150px; 
	min-height: 300px;
	z-index: 2001; 
}

#lsHomeNav .activePage{
	background-color: #e90e8c;
}

#lsHomeNav a{
	display: inline-block; 
	font-size: 20; 
	text-decoration: none; 
	padding-top: 15px; 
	color: white; 
	width: 100%; 
	text-align: center; 
}

#lsHomeNav a:hover{
	background-color: #e90e8c; 
}

#lsHomeNav a:active{
	
	background-color: white; 
}

#lsHomeFoot {
	float: right; 
	position: fixed; 
	clear: both; 
	opacity: 1.0; 
	bottom: 0px; 
	left: 0px; 
	width: 200px; 
	z-index: 2001; 
	font: 12px/1.2 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.trackPop {
	float: left;
	position: fixed;
	background-color: #e90e8c;
	left: 80px; 
	height: 40px; 
	min-width: 100px;
	z-index: 2005; 
	-webkit-transition: opacity 800ms; 
	-moz-transition: opacity 800ms; 
	-o-transition: opacity 800ms; 
	transition: opacity 800ms; 
}
.trackPop h6{
	text-decoration-color: white; 
	text-transform: uppercase; 
	margin: 8px 8px; 
	
}

.navHomeLink {
	height: 60px; 
	width: 100%;
}

#trackNav1{
	opacity: 0.0; 
	top: 90px; 
}
#navLink1 a:hover + #trackNav1{
	opacity: 1.0;  
}


#trackNav2 {
	opacity: 0.0;; 
	top: 130px; 
	z-index: 2005
}
#navLink2 a:hover + #trackNav2{
	opacity: 1.0;  
}

#trackNav3 {
	opacity: 0.0; 
	top: 170px; 
	z-index: 2005
}
#navLink3 a:hover + #trackNav3{
	opacity: 1.0;  
}

#trackNav4 {
	opacity: 0.0;
	top: 210px; 
	z-index: 2005
}
#navLink4 a:hover + #trackNav4{
	opacity: 1.0;  
}

#trackNav5 {
	opacity: 0.0;
	top: 250px; 
	z-index: 2005
}
#navLink5 a:hover + #trackNav5{
	opacity: 1.0;  
}

#trackNav6 {
	opacity: 0.0; 
	top: 290px; 
	z-index: 2005
}
#navLink6 a:hover + #trackNav6{
	opacity: 1.0;  
}

#trackNav7 {
	opacity: 0.0; 
	top: 330px; 
	z-index: 2005
}
#navLink7 a:hover + #trackNav7{
	opacity: 1.0;  
}

#trackNav8 {opacity: 0.0; top: 370px; z-index: 2005}
#navLink8 a:hover + #trackNav8{opacity: 1.0;  }


.captionbox{
  position: fixed;
  color: black;
  background-color: white; 
  padding: 10px 10px 10px 10px;
  max-width: 22%;
  opacity: 0;
  z-index: 400; 
}


/* 4. Handling resize and small devices
--------------------------------------- */
.error {
  display: none;
  position: fixed;
  width: 80%;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  top: 30%;
  left: 10%;
}
.page-error .error {
  display: block;
}
.page-error .container {
  display: none;
}
@media all and (max-width: 1000px) {
  .container {
    display: none;
  }
  .error {
    display: block;
    font-size: 22px;
  }
}
