@font-face {
	font-family: 'RockfordSans-Light';
	src: url('fonts/RockfordSans-Light.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}

/* CSS reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #979797;
	width: 190px;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* General Demo Style */

body {
	font-family: "Open Sans", sans-serif;
	background: #818f9e;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* === MAIN SECTION === */

.mini-container.main-mini-container {
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.section-main {
	width: 100%;
	height: 100%;
	color: white;
	position: relative;
	z-index: 2000;
	display: block;
}

.title {
	width: 100%;
	height: auto;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-main h1 {
	font-weight: 800;
	font-size: 6.5em;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 1);
	font-family: 'RockfordSans-Light';
}

.section-main p {
	-webkit-font-smoothing: antialiased;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	height: 100%;
	line-height: 1.5;
	font-size: 1.3em;
}