@charset "utf-8";

/* We reset everything. Let there be light. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin-bottom: 0 !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
	color: #fff;
	background: url("../images/bg.jpg") repeat top left;
}
a{
	color:inherit;
	font:inherit;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin: 0 0 10px;
}

p {
	line-height: 1.4;
	margin: 0 0 10px;
	color: #dddddd;
	margin: 0 0 2rem;
}

h1 {
	font-size: 2em;
	font-weight: 100;
	text-transform: uppercase;
}

h2 {
	font-size: 1.8em;
	font-weight: 700;
	color: #ED1C24;
	text-transform: uppercase;
	margin: 1rem 0;
}

h3 {
	font-size: 1.2em;
	font-weight: 400;
	font-style:  italic;
}

h4 {
	font-size: 1.3em;
	font-style: italic;
	color: #ED1C24;
}

h5 {
	font-size: 1em;
	font-weight: 700;
}

h6 {
	font-size: 1.3em;
	font-weight: 700;
}

img {
	max-width: 100%;
}

.wrapper {
	width:1200px;
	margin:0 auto;
	position:relative;
	max-width: 90%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.logo {
	text-align: center;
	margin: 60px 0 20px;
}

.logo img {
	margin: 0 0 30px;
}

.one-half {
	width: 44%;
	float: left;
	margin: 0 1% 1rem;
	background: rgba(0,0,0,0.5);
	padding: 2% 2% 4%;
	min-height: 625px;
	min-width: 275px;
}

a:hover {
	opacity: 0.8;
}

.one-half img {
	margin: 0 0 1%;
}

.btn-red {
	width: 100px;
	padding: 10px;
	background: #ED1C24;
	margin: 15px 0;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	text-align: center;
}

.btn-red:hover {
	background: #fff;
	color: #ED1C24;
}
