h1 {text-align: center;
	font-family: sans-serif; 
	color: white;
}
h2 { 
	font-family: sans-serif; 
	font-style: italic;
}

body {
	background-color: black;
}

img{
	float: left;
	width: 150px;
	height: 200px;
}

.topScreen {
	position: fixed;
	top: 0;
	width: 100%;
	height: 125px;
	background-color: black;
	z-index: 2;
}

.page{
	bgcolor: #33ffcc
}

.navBar {
	background-color: #ff1a1a;
	overflow: hidden;
	left: 0px;
	height: 48px;
	position: absolute;
	width: 100%
}

.navBarContent{
}

.menuContent{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.menuContent button{
	color: white;
	background-color: #ff1a1a;
	display: inline-block;
	border: solid thin;
	border-color: black;
	cursor: pointer;
	padding: 17px 125px;
}

.menuContent button:hover{
	background-color: #666666;
}

.mainContent{
	margin-top: 150px;
}

.mainContent h2{
		text-align: center;
}

.searchbox{
	float: left;
	margin: 0 auto;
}

.pagination:hover{
	cursor:pointer;
	background-color: #666666;
}

.pagination{
	text-shadow: 2px 2px black;
	float: left;
	text-align:center;
	background-color: transparent;
	color: white;
	border-style: solid;
	border-color: #ff1a1a;	
}

.buttonDiv{
	width: 100%;
	display: flex;
	justify-content: center;
}

#grid{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-grow: 0;
	width: 100%;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

#list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	flex-grow: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}


.MovieView {
	border: solid #ff1a1a;
	background-color: #cccccc;
	margin: 5px;
}

#userSearch{
	margin-top: 190px;
	position: absolute;
	left: 9%;
	z-index: -2;
}

.overlay{
	position: fixed;
	display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0, 0.5);
    z-index: 4;
}

#overlayDisplay{
	border: solid #ff1a1a;
	background-color: #cccccc;
	width: 80%;
	height: 90%;
	margin: auto 0;
	vertical-align: middle;
	margin-left: auto;
	margin-right:auto;
	overflow: auto;
}
 .actorsInformationDiv{
	position: fixed;
	display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0, 0.5);
    z-index: 5;
 }

.castTemplate{
	display: flex;
	justify-content: space-between;
	
}

.reviewBox{
	background-color: #f2f2f2;+
}

.reviewTemplate{
	display: flex;
	flex-direction: column;
}

.displaySwitch:hover{
	cursor:pointer;
	background-color: #666666;
}

.displaySwitch{
	text-shadow: 2px 2px black;
	background-color: #ff1a1a;
	color: white;
	border-style: solid;
	border-color: #ff1a1a;	
}

.listGrid{
	text-shadow: 2px 2px black;
	background-color: transparent;
	color: white;
	border-style: solid;
	border-color: black;
}

.listGrid:hover{
	background-color: #666666;
}