@charset "UTF-8";
/* CSS Document */

html, body {
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #a56655;
}

nav {
    color: black;
    text-align: right;
    padding-top: 10px;
    font-size: 25px;
    word-spacing: 50px;
	text-decoration: none;
	padding-right: 20px;
	
}

table {
	width: 100%;
	
}

h1 {
	font-size: 100pt;
	margin: 0px;
	text-indent: 100px;
	
	
	
}

ul a {
	color: black;
}

ul a:hover {
	color:sandybrown;
}

footer {
	text-align: left;
	position: absolute;
	height: auto;
	clear: both;
	text-indent: 50px;
	font-size: 20pt;
}

#eventstitle {
	color: white;
	
}


h2 {
	text-align: right;
	background-color: burlywood;
	font-size: 50pt;
	margin: 0px 50px 0px 50px;
}

h4 {
	text-align: right;
	background-color: burlywood;
	font-size: 30pt;
	margin: 0px 50px 0px 50px;
	text-decoration: underline;
	
	
}

#events {
	text-align: right;
	background-color: burlywood;
	height: 55%;
	margin: 0px 50px 0px 50px;
	line-height: 100px;
	font-size: 15pt;
}

#image {
	float: left;
	margin: 100px;
	position: relative;
	top: -550px;
}

p {
	text-align: right;
	background-color: burlywood;
	font-size: 30pt;
	margin-left: 800px;
	padding-right: 20px;
}

#abouttitle {
	color: white;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wiseau {
	max-width: 100%;
	max-height: 100%;
}

video {
	position: absolute;
	left: 35%;
}

#trailerfooter {
	position: fixed;
	height: 100%;
}

h3 {
	word-spacing: 0pt;
}
