.header {
	background-color: #bf0215;
	height: 200px;

}

.titlecenter {
	padding-top: 1px;
	width: 95%;
	
}

.sidebar {
	background-color: #960917;
	height: 2425px;
	width: 10%;
	float: left;
	font-family: arial, sans-serif;
	
}

.sidebarbox {
	display: block;
	background-color: red;
	border: 2px solid black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	
}

.moviename {
	font-family: segoe ui, sans-serif;
	font-size: 25px;

}

.newreleasebox {
	height: 80px;
    padding-top: 10px;
	text-align: center;
	font-family: segoe print, sans-serif;
	font-size: 20px;
	
}
	
.posters {
	object-fit: cover;
	width: 333px;
	height: 500px;

}
	
.inline {
	padding-top: 30px;
	float: left;
	width: 100%;
	text-align: center;

	
}

.banner {
	background-color: #f7d916;
	height: 70px;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	font-family: arial black, sans-serif;
	font-size: 25px;
	
}

.newstopright {
	text-align: center;
	width: 60%;
	float: left;
	padding-top: 30px;
	font-size: 10px;
	font-family: arial black, sans-serif;
	
}

.newsbottomright {
	text-align: center;
	width: 60%;
	float: left;
	padding-top: 30px;
	font-size: 10px;
	font-family: arial black, sans-serif;

}

.headlinehero {
	height: 472px;
    padding-top: 30px;
	text-align: center;
	width: 40%;
	float: left;
	font-size: 15px;
	font-family: arial black, sans-serif;
	
}

.newsboxhero {
	object-fit: cover;
	width: 550px;
	height: 350px;

}

.newsbox {
	object-fit: cover;
	width: 350px;
	height: 200px;

}

.newsboxbottom {
	object-fit: cover;
	width: 350px;
	height: 250px;
	
}

.sidebox {
	object-fit: cover;
	width: 150px;
	height: 150px;

}

.bottomnewsbox {
	object-fit: cover;
	width: 300px;
	height: 200px;

}

.footer {
	background-color: gray;
	text-align: center;
	border-color: black;
	border-width: 10px;
	border-style: solid;
	clear: both;
	
}

.titlefont {
	text-align: center;
	font-family: georgia, serif;
	font-size: 100px;
	color: white;
	
}

.starzfont {
	font-family: impact, sans-serif;
	letter-spacing: 3px;

}

.logo {
	width: 10%;
	height: 150px;
	float: left;
	padding-left: 50px;
	padding-top: 50px;
	
}

.floatleft {
	float: left;
	width: 50%;
	font-size: 10px;
	font-family: arial black, sans-serif;

}

.floatright {
	float: right;
	width: 50%;
	font-size: 10px;
	font-family: arial black, sans-serif;

}

.postersinline {
	text-align: center;
	width: 33.33%;
	float: left;
	padding-top: 15px;
	font-size: 10px;
	font-family: arial black, sans-serif;
	
}

.trailersinline {
	text-align: center;
	width: 50%;
	float: left;
	height: 400px;
	padding-top: 40px;
	font-size: 13px;
	font-family: arial black, sans-serif;
	
}

.background {
	background-image: url("../img/kiwihug-zGZYQQVmXw0-unsplash.jpg");
	float: left;

}

.mainright {
	width: 90%;
	float: left;
	height: 1975px;
	padding-top: 50px;

}

.textcenter {
	text-align: center;
	padding-left: 75px;
	padding-right: 75px;
	font-size: 40px;
	font-family: arial, sans-serif;

}

.texttop {
	text-align: center;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 75px;
	padding-bottom: 75px;
	font-size: 40px;
	font-family: "trebuchet MS", sans-serif;
	font-weight: 700;
	
}

.vhs {
	padding-left: 350px;
	padding-top: 150px;

}

.mainright {
	margin-bottom: 400px;

}

a {
	color: black;
	text-decoration: none;
	
}


