.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8080C0;
	text-align: center;
}
.columntext {
	width: 50%;
	margin: auto;
	display: block;
	padding: 20px;
	border: none;
}
.columnimage {
	max-width: 100%;
	height: auto;
}
.defaultparagraph {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	line-height: normal;
	color: #000000;
	word-spacing: normal;
	white-space: normal;
}
.subtitle-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	font-weight: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: -.5em;
}
.homepage-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.homepage-box {
	width: 50%;
	margin: auto;
	position: relative;
	top: 100px;
	padding: 20px;
	color: dimgray;
	background-color: rgba(255, 255, 255, 0.7);
}
.homepage-box a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
.homepage-box a:hover {
	color: #333333;
	text-decoration: underline;
}
.movie-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
.datestamp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #8080C0;
	position: relative;
/*	top: 5px; */
}
.titlebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #DAC445;
}
.img-background-fullpage {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
/*	background-position: center center !important; */
}
.changelog-column {
	float: left;
    padding: 0px;
	height: auto;
}
.changelog-datecol {
	width: 13%;
}
.changelog-textcol {
	width: 87%;
}
.changelog-row:after {
	content: "";
    display: table;
    clear: both;
}