@font-face {
	font-family: 'Miss Scarlett'; 
	src: local('Miss Scarlett'),
		url(/assets/components/ertheme/fonts/missscarlettplain.ttf); 
}

body {
	background-color: #000;
	color: #fff;
	font-family: 'Brygada 1918', serif;
	font-size: 18px;
}

h1 {
    margin-bottom: 30px;
}

::selection {
background: #cf1329;
}

.header {
	color: #fff;
	margin-top: 70px;
}

.header h1 {
    font-family: "Miss Scarlett";
    font-size: 48px;
}

.header h2 {
    font-family: "Miss Scarlett";
    font-size: 38px;
}

.logo {
	height: 300px;
	margin-top: 30px;
}

.nav {
	margin-top: 30px;
	margin-bottom: 50px;
}

a {
    color: #fff;
}

a:hover {
    color: #cf1329;
}

.latest_news {
	border: 1px solid #cf1329;
	padding: 15px;
    position: relative;
    height: 100%;
}

.table {
    color: #fff;
    border-color: #333;
}

.event b {
    color: #cf1329;
    font-size: 24px;
}

.event i {
    color: #888;
}

.event p {
    margin-top: 7px;
}