/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STRUCTURE */
body {
	background-color: black;
}

/* BANNER */
header.section .image {
	background-size: contain;
}

header.section #logo {
	width: 90%;
	margin: 0 5%;
	height: 15vh;
	text-indent: -9999px;
	background: transparent url('/assets/images/logo.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 5%
}

header.section #scroll {

}

header.section .text {
	color: white;
	position: absolute;
	bottom: 0;
}

/* FOOTER */
footer.section#footer .text {
	width: auto;
	padding: 5vh 5% 0;
	max-width: 400px;
	margin: auto;
}
footer.section#footer .text:first-child {
	padding: 0 5%;
}



/* SECTION FULLSITE.JS */

#fullpage {
	width: 100%;
}
.section {
	width: 100%;
	height: 100%;
	position: relative;
}
footer.section {
	height: auto;
	color: white;
	text-align: center;
}

.section .image {
	background-color: black;
	background: center center no-repeat;
	background-size: cover;
}

.section .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

@media (max-height: 390px) {
	.section .image {
		height: 50%;
	}
	.section .text {
		width: auto;
	}
}

.section .block {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}

.section .text {
	width: auto;
	padding: 3% 5% 5%;
}

.section .skew {
	display: none;
}

	/*colors*/
.section.white {
	color: black;
}.section.white h2 {
	color: #EC000E;
}.section.white .block {
	background-color: white;
}

.section.red {
	color: white;
}.section.red h2 {
	color: white;
}.section.red .block {
	background-color: #EC000E;
}

/* FONTS */
h2 {
	font: bolder 46px/100% "Arial Black", Helvetica, sans-serif;
	letter-spacing: -5px;
	margin-bottom: 20px;
}

h3 {
	color: #EC000E;
	font: bolder 26px/100% "Arial Black", Helvetica, sans-serif;
	letter-spacing: -3px;
}

p, .text {
	font: normal 14px/140% Arial, Helvetica, sans-serif;
}

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

a:hover {
	color: #EC000E;
	text-decoration: underline;
}
