body{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
}

img{
	image-rendering: pixelated;
}

h1, h3{
	color: #246B9E;
}

li{
	color: #EBEA59;
}

hr{
	border: 1px solid #246B9E;
}

.mainTable{
	width: 100%;
	height: 95%;
}

.sideBar{
	/* background-color: #220000;  */
	width: 20%;
}

.faceZone{
	/* background-color: #ff0000; */
}

.faceZone img{
	display: block;
	margin: auto;
}

.faceZone canvas{
	display: block;
	margin: auto;
	background-color: #000000;
}

.sideBar ul{
	list-style:none; 
	padding-left:0;
	margin: 0px;	
}

.sideBar li{
	list-style-type: none; 
	
}

.sideBar li a{
	color: #EBEA59;
	text-decoration: none;
	padding-left:0; 
}

.sideBar li a:hover{
	color: #ffffff;
	text-decoration: none;
	padding-left:0; 
}

.journal p:nth-child(even){
	color: #EBEA59;
}

.journal img{
	height: 200px;
	width: auto;
}

.about li{
	margin-bottom: 10px;
}

.speak{
	text-align: center;
	align: center;
}

/* .speak h1:nth-child(even){ */
	/* color: #EBEA59; */
/* } */

.speak input{
	border: none;
	background: transparent;
	border: 1px solid #fff;
	outline: none;
	color: #EBEA59;
	font-size: 20px;
}

.yellow{
	color: #EBEA59;
}	

#albumRack{
	margin-left: auto;
	margin-right: auto;
}

div.album {
	width: 300px;
	height: 300px;
	text-align: center;
}

.albumContainer {
  position: relative;
}

img.album{
	width: 300px;
	height: 300px;
	text-align: center;
}

.albumOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.albumContainer:hover .albumOverlay {
  opacity: 0.9;
}

.albumText {
  color: white;
  font-size: 20px;
  position: relative;
  margin-top:50%;
  text-align: center;
}


