@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');
@import url("fontawesome-all.min.css");

/*
	Helios by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
span,
h1,
p,
pre,
a,
em,
img,
s,
small,
strike,
strong,
sub,
var,
b,
u,
i,
center,
ol,
ul,
li,
footer,
header,
nav,
section,
summary{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

header,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}


body {
	-webkit-text-size-adjust: none;
}


/* Basic */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #f0f4f4;
	color: #5b5b5b;
	font-size: 15pt;
	line-height: 1.85em;
	font-family: 'Tilt Neon', sans-serif;
	font-weight: 300;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}


h1{
	font-weight: 400;
	color: #483949;
	line-height: 1.25em;
}

h1 a{
	color: inherit;
	text-decoration: none;
	border-bottom-color: transparent;
}

h1 strong {
	font-weight: 600;
}


strong,
b {
	font-weight: 400;
	color: #483949;
}


p,
ul,
ol{
	margin-bottom: 1em;
}

p {
	text-align: justify;
}



/* Header */

#header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background-image: url("../../images/header.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	padding: 7.5em 0 2em 0;
	height: 100vh;
	cursor: default;
	overflow: hidden;
}

#header .inner {
	margin: 0;
	padding: 0 2em;
	width: 100%;
	max-width: 960px;
	text-align: center;
}


#header header {
	display: inline-block;
}

#header header>p {
	font-size: 1.25em;
	margin: 0;
	text-align: center;
	margin-top: 1.8em;
}

#header h1 {
	color: #fff;
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

#header h1 a {
	color: inherit;
}

#header .button {
	display: inline-block;
	white-space: nowrap;
	background-color: #8A7C83;
	color: #fff;
	border-radius: 0.5em;
	text-decoration: none;
	padding: 0.3em 4em;
	margin: 0 0.5em;
	border: 0;
	cursor: pointer;
	outline: 0;
	font-weight: 300;
	-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
}


#header .button:hover {
	background-color: #A18B92;
	color: #fff;
}

#header footer {
	margin: 1em 0 0 0;
}

.copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;

}

body.homepage #header {
	height: 100vh;
	min-height: 40em;
	width: 100%;
	overflow: hidden;
}

body.homepage #header h1 {
	font-size: 4em;
}

body.homepage #header:after {
	content: '';
	background: #1C0920;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: opacity 2.5s ease-in-out;
	-webkit-transition: opacity 2.5s ease-in-out;
	-ms-transition: opacity 2.5s ease-in-out;
	transition: opacity 2.5s ease-in-out;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

body.homepage.is-preload #header:after {
	opacity: 1;
}

.custom-nav-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 0.5em;
}

.custom-nav-buttons::before,
.custom-nav-buttons::after {
	content: '';
	position: absolute;
	top: 20%;      
	bottom: 20%;  
	width: 1px;
	background-color: rgba(192, 192, 192, 0.35);
}

.custom-nav-buttons::before {
	left: 0;
}

.custom-nav-buttons::after {
	right: 0;
}


.custom-nav-buttons>.button:before,
.custom-nav-buttons>.button:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	height: 5px;
	opacity: 0.35;
	border-top: solid 1px rgba(192, 192, 192, 0.35);
	border-bottom: solid 1px rgba(192, 192, 192, 0.35);
}

.custom-nav-buttons>.button:before {
	left: 100%;
	margin-left: 1px;
}

.custom-nav-buttons>.button:after {
	right: 100%;
	margin-right: 1px;
}


/* Wide */

@media screen and (max-width: 1680px) {

	/* Basic */

	body{
		font-size: 14pt;
		line-height: 1.75em;
	}

}

/* Normal */

@media screen and (max-width: 1280px) {

	/* Basic */

	body {
		font-size: 12pt;
		line-height: 1.5em;
	}

	/* Header */

	#header {
		background-attachment: scroll;
	}

	#header .inner {
		padding-left: 2em;
		padding-right: 2em;
	}

}


/* Narrow */

@media screen and (max-width: 980px) {

	/* Basic */

	body {
		font-size: 11pt;
		line-height: 1.4em;
	}

	/* Header */

	#header {
		padding: 5em 0 2em 0;
	}

	#header h1 {
		font-size: 3.5em !important;
	}

	#header .button {
		padding: 0.3em 3em;
	}

}


/* Mobile */

@media screen and (max-width: 736px) {

	/* Basic */

	body {
		font-size: 10pt;
		line-height: 1.25em;
	}

	/* Header */

	#header {
		padding: 2em 0 2em 0;
	}

	#header h1 {
		font-size: 3.5em !important;
	}


	#header .inner {
		padding-left: 1em;
		padding-right: 1em;
	}


	#header .button {
		padding: 0.5em 1.5em;
		margin: 0 0.3em;
	}

}


@media screen and (max-width: 480px) {

	/* Basic */

	body {
		font-size: 10pt;
		line-height: 1.25em;
	}

	/* Header */

	#header {
		padding: 2em 0 2em 0;
	}

	#header h1 {
		font-size: 3.5em !important;
	}


	#header .inner {
		padding-left: 1em;
		padding-right: 1em;
	}


	#header .button {
		padding: 0.5em 0.4em;
		margin: 0 0.2em;
	}
	
	.custom-nav-buttons {
		padding: 0 0.1em;
	}

}