@CHARSET "UTF-8";

body {
	background-image: url("images/top.svg");
	background-color: #9c0707;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.2em;
	font-size: 1em;
	padding: 0;
	color: black;
}

p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 1em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	text-align: justify;
}

h1 {
	font-size: 3.6em;
	margin-top: 0em;
	margin-bottom: 1.2em;
	line-height: 1.2em;
}

h2 {
	font-size: 2.4em;
	margin-top: 1.2em;
	margin-bottom: 0em;
	line-height: 1.2em;
}

.container {
	width: 1536px;
	margin-left: auto;
	margin-right: auto;
}
.top_section {
	float: left;
	width: 100%;
	height: 128px;
}

.main_section {
	float: left;
	width: 992px;
	padding-left: 16px;
	padding-right: 16px;
}

.title_text {
	color: #9c0707;
	text-align: center;
	font-size: 4em;
	font-family: 'Syncopate', sans-serif;
}



.left_section {
	float: left;
	width: 228px;
	margin-left: 16px;
	margin-right: 0px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: black;
	color: #9c0707;
}

.right_section {
	float: left;
	width: 228px;
	margin-left: 0px;
	margin-right: 16px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: black;
	color: #9c0707;
}

.bottom_section {
	float: left;
	width: 100%;
}



