* {
	background-color: #ff0808;
}

body {
	font-family: oswald, arial, sans-serif;
	color: #330000;
	background-color: : #222;

}

@font-face {
    font-family: 'oswald';
    src: url('../fonts/Oswald-VariableFont_wght');
}

h1 {
	text-align-last: center;
	color: #fff;
}

.logo h1 {
	font-size: 64px;
	font-weight: bolder;
}

.logo h2 {
	font-size: 28px;
	font-weight: bold;
}

.logo img {
	width: 50%;
	max-width: 650px;
}

.white{
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color:#990000;
}

p {
	font-size: 16px;
}

.logo {
	text-align: center;
}

.content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 780px;
	margin-top: 10%;
	padding-bottom: 5%;
	text-align: justify;
}

.slim-content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 450px;
	margin-top: 10%;
	padding-bottom: 5%;
	text-align: justify;

}
.content img {
	max-width: 780px;
	width: 100%;
}

.footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;
	text-align: center;
	color: #fff;
}

/* IE 6 */
* html .footer {
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

::-webkit-scrollbar {
display: none;
}