body {
	background: #84a98c;
	color: #080B0C;
	font-family: "Courier New";
}

.homelogo {
	display: flex;
	justify-content: center;
	padding-top: 230px;
}

.homenav {
	display: flex;
	justify-content: center;
}

.homenav a:link, .homenav a:visited {
	color: #354f52;
	text-decoration: none;
}

.homenav a:hover, .homenav a:active {
	color: #cad2c5;
	text-decoration: underline;
}

.header {
	padding-left: 15px;
}

.header a:link, .header a:visited {
	color: #354f52;
	text-decoration: none;
}

.header a:hover, .header a:active {
	color: #cad2c5;
	text-decoration: underline;
}

.pglogo {
	width: 480px;
	height: 122px;
}

#cv {
	display: block;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
}

#cvindent {
	text-indent: -47px;
}

#directinggallery {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.showgallery {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#showtitle {
	display: flex;
	justify-content: center;
}

.poster {
	object-fit: scale-down;
	max-width: 100%;
	
}

.pstrcrdts {
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: scale-down;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.credits {
	margin-left: 30px;
}

.credits a:link, .credits a:visited {
	color: #cad2c5;
	text-decoration: none
}

.credits a:hover, .credits a:active {
	color: #cad2c5;
	text-decoration: underline
}

.note {
	
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.contact {
	display: block;
	text-align: center;
	padding-right: 50px;
}

.contact a:link, .homenav a:visited {
	color: #354f52;
	text-decoration: none;
}

.contact a:hover, .homenav a:active {
	color: #cad2c5;
	text-decoration: underline;
}

.contimg {
	padding-top: 25px;
}