a:link {
color: white;
text-decoration: none;
}

/* visited link */
a:visited {
color: white;
text-decoration: none;
}

/* mouse over link */
a:hover {
text-decoration: none;
color: darkolivegreen;
}

/* selected link */
a:active {
color: darkolivegreen;
text-decoration: none;
}

.menuheader:hover {
	background-color: aquamarine;
}


#container {
	height: 100%;
	width: auto;
	/*float: center;*/
	margin: auto;
	clear: both;
	background-color: darkslategray;
}

.menuheader {
	height: 30px;
	width: 15%;
	background-color: ghostwhite;
	padding: 30px;
	float: left;
	border-radius: 5px;;
	text-align: center;
}

#main {
background-color: cadetblue;
width: auto;
height: 770px;
/*float: center;*/
clear: both;
}

div {
	color: black;
	margin: 15px;
}

p {
	text-align: left;
	font-size: 30px;
	margin-right: 40%;
	margin-left: 2%;
	margin-top: 2%;
}

img {
	width: 25%;
	height: auto;
	float: right;
	margin-right: 5%;
	margin-bottom: auto;
	margin: 20px;
}

.poster {
	width: 15%;
	margin: 20px;
}

body {
	background-color: black;
}
ul {
	text-align: left;
	font-size: 30px;
	margin-right: 40%;
	margin-left: 2%;
	margin-top: 2%;
}


#iframeCont {
	align-content: center;
	align-items: center;
	background-color: cadetblue;
width: auto;
height: 770px;
/*float: center;*/
clear: both;

}

iframe {
	margin-top: 1%;
}

#project {
	width: 100%;
	height: 75vh;
	border: none;
}

