@charset "utf-8";
/* Used in the movies page */

.movietitle {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #630;
	font-size: 1.2em;
	line-height: 1.125em;
	width: 98%;
	border-radius: 6px 6px 0px 0px;
	margin: 1em auto 0.2em;
	padding: 0.3em .5em 0.4em;
}
.moviephotos {
	text-align: center;
}
.moviephotos img {
	border: 1px solid #000;
	margin: 0px 4px 4px;
}
/* ######################## CHANGES FOR MOBILE ######################## */
@media only screen and (max-width: 400px) {

.movietitle {
	font-size: 1.1em;
}
}
