/*
font-family: 'Gloria Hallelujah', cursive;
font-family: 'Amatic SC', cursive;
font-family: 'Poiret One', cursive;
*/

html {
	height : 100%;
	margin: 0 0 0 0;
	padding : 0 0 0 0;

}

body {
	font-family: 'Gloria Hallelujah', cursive;	
	height : 100%;
	background-color : black;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	overflow-x : hidden;
	overflow-y : hidden;
	

}




#bg {
	position : absolute;
	width : 100%;
	height : 100%;
	top : 0;
	background-color : black;
	background-image : url(../images/webhouse.png);
	background-size : 1% 1%;
	background-repeat : no-repeat;
	background-position : center;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	z-index : 0;

}

#bgtrans {
	position : absolute;
	width : 100%;
	height : 100%;
	left : 0;
	top : 0;
	background-image : url(../images/webhouse_trans.png);
	background-size : 100% 100%;
	background-repeat : no-repeat;
	background-position : center;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	z-index : 5;
	visibility: hidden;
}

a {
	text-decoration : none;
	color : white;
}

a:active { 
	color: red;
}

a:visited {
	color : white;
}

a:hover { 
	color: red;
}



#startGo {
	font-size : 3em;
}

#frontPage {
	width : 100%;
	text-align : center;
	color : white;
	background-image : url(../images/blackpx.png);
	position : absolute;
}

#frontHouse {
	width : 33%;
	margin-top : 5%;
}

#frontLogo {
	width : 25%;
	margin-top : 2%;
}

#startLogoDiv {
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	z-index : 99;
	position : relative;
	cursor : pointer;
}

#startLogo {
	margin-left : auto;
	margin-right : auto;
	height : 15%;
	margin-top : 2%;
	float : right;
	margin-right : 1em;
}

#startGo {
	
}

.char {
	position : absolute;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	display : inline-block;
}

#topBar {
	height : 1em;
	width : 100%;
	abackground-color : gray;
	position : absolute;
	z-index : 99;
	opacity : 0.9;
	color : white;
}

#menu {
	width : 100%;
	position : absolute;
	text-align : center;
	z-index : 100;
	display : none;
	background-color : gray;
	line-height : 5em;
	display : none;
    align-items: center;
    justify-content: center;
    height : 8em;
}

#menubar {
	display : block;
}

.menuitem {
	display : inline-block;
	color : white;
	font-size : 3em;
	margin-left : 0.2em;
	margin-right: 0.2em;
	
}

.content {
	border-radius : 1%;
	background-image : url('../images/transpx.png');
	background-repeat : repeat;
	position : relative;
	z-index : 80;
	display : none;
	width : 95%;
	margin-left : auto;
	margin-right : auto;
	margin-top : 1em;
	overflow-y : scroll;
	padding : 1em;
	margin-top : 1em;
	border : 2px white solid;
}

.content h1 {
	color : #aa0000;
	font-size : 3em;	
}

.content h2 {
	color : white;
	font-size : 1.2em;	
}


.content::-webkit-scrollbar {
    width: 1em;
    background-color: #aa0000;
    
}
 
.content::-webkit-scrollbar-track {
      background-color: background-color: #ff0000;;
}
 
.content::-webkit-scrollbar-thumb {
  background-color: #cc0000;
  outline: 1px solid black;
}

.story {
	font-family: 'Poiret One', cursive;
	font-size : 1.2em;
	font-weight : bold;
}




.thumbShell {
	height : 25%;
	width : 50%;
	margin : 0.5em;

	
}

.thumb {
	height : 100%;
	float : left;
	border : 2px white solid;
}


.posterThumbShell {
	margin : 0.5em;
	margin-left : auto;
	margin-right : auto;	
	text-align : center;
}

.posterThumb {
	aheight : 100%;
	max-height : 25em;
	width : 30%;
	max-width : 30%;
	border : 2px white solid;
}


.musicThumb {
	height : 100%;
	float : left;
}

.video {
	margin-left : auto;
	margin-right: auto;
	text-align : center;
}

.sound {
	margin-left : auto;
	margin-right: auto;
	text-align : center;
}

#copy {
	font-size : 0.8em;
	position : relative;
	line-height : 0.2em;
	margin-top : -1.5em;
	
}

#newsflash {
  top : 0;
  opacity : 0.9;
  font-size : 0.75em;
  background-color : gray;
  color : white;
  position : absolute;
  left: 0;
  width: 30%;
  z-index: 10;
  text-align : center;
  float : left;
  padding : 0.2em;
  margin-top : 0.2em;
}

#social {
	margin : 0;
}

.musicstorelogo {
	max-width : 5%;
	margin-left : 0.5em;
	margin-right : 0.5em;
}