@charset "UTF-8";
/* Body */
body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #0a0a0a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
}
a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s linear;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*height: 1000px;*/
	/*background-color: #0a0a0a;*/
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #0a0a0a;
	border-bottom: 1px solid #0a0a0a;
}
.logo {
	color: #fff;
	font-weight: bold;
	/*text-align: undefined;
	width: 10%;*/
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
	margin-top: 25px;
}
nav ul li {
	float: left;
	color: #0a0a0a;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	margin-right: 0;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #fff;
    text-decoration: none;
    position: relative;
}
ul li a:hover:before {
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995),-webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995);
    /*transition: transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s,transform-origin 0.1s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0s,-webkit-transform 0.4s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s,-webkit-transform-origin 0.1s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0s;*/
}
ul li a:before {
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	background: transparent;
	bottom: -6px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
ul li:hover a {
	color: #fff;
}
.hero_header {
	color: #0a0a0a;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #0a0a0a;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #0a0a0a;
}
.tagline {
	text-align: center;
	color: #fff;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	/*width: 29%;*/
	text-align: justify;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	max-width: 100%;
	flex: 0 0 100%;
	box-sizing: border-box;
}
.about {
	/*padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;*/
	display: inline-block;
	background-color: #0a0a0a;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.about-text_col {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
/* Stats Gallery */
.stats {
	color: #eaeaea;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	background-color: #0a0a0a;
	padding-bottom: 35px;
	padding-top: 0px;
	/*margin-top: -5px;*/
	margin-bottom: 0px;
	margin-left: -10px;
    margin-right: -10px;
}
.thumbnail {
	/*width: 25%;*/
	text-align: center;
	float: left;
	margin-top: 35px;
	margin-top: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    flex: 1;
}
.thumbnail img {
	height: auto;
}
.thumbnail a:hover {
	opacity: 0.7;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #fff;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
}
/* Parallax Section */
.banner {
	background-color: #0a0a0a;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 100px;
    margin-bottom: 70px;
}
.banner .container {
	position: relative;
	z-index: 1;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	/*padding-right: 100px;*/
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	/*padding-right: 100px;*/
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #0a0a0a;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
}
footer .footer_column p {
	color: #fff;
	background-color: #0a0a0a;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
    font-weight: 400;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #fff;
	color: #fff;
	transition: all 0.3s linear;
	text-decoration: none;
}
.button:hover {
	background-color: #fff;
	color: #0a0a0a;
	cursor: pointer;
}
.button a {
	color: #fff;
	text-decoration: none;
}
.button:hover a {
	color: #111;
}
.copyright {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #0a0a0a;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #0a0a0a;
	padding-top: 40px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	/*display: inline-block;*/
}
.hidden {
	display: none;
}

.footer-article{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: -15px;
	margin-right: -15px;
	max-width: 1200px;
    margin: auto;
}

.footer-article .footer_column {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.footer-article .cards {
    max-width: 500px;
    max-height: initial;
}

.footer-article .footer_column p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.overlay {
	background-color: rgba( 0,0,0,0.2 );
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.modal a.close-modal {
    top: 1px !important;
    right: 1px !important;
    width: 26px !important;
    height: 26px !important;
}
/* Mobile */
@media (max-width: 767px) {
	.stats {
	    font-size: 24px;
	}
	.footer_banner {
	    padding-top: 0px;
	    padding-bottom: 40PX;
	}
}
@media (max-width: 320px) {
	.logo {
		width: 100%;
		text-align: center;
		margin-top: 13px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	.container header nav {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		float: none;
		display: none;
	}
	header nav ul {
	}
	nav ul li {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		text-align: center;
	}
	.text_column {
		width: 100%;
		text-align: justify;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.thumbnail {
		width: 100%;
	}
	.footer_column {
		width: 100%;
		margin-top: 0px;
	}
	.parallax {
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 40%;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 100%;
		font-size: 18px;
	}
	.parallax_description {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 90%;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 12px;
		float: none;
		text-align: center;
	}
	.banner {
		background-color: #fff;
		background-image: none;
	}
	.tagline {
		margin-top: 20px;
		line-height: 22px;
	}
	.hero_header {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 22px;
		text-align: center;
	}
	.thumbnail {
		max-width: 100%;
    	flex: 0 0 100%;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	.hero {
	    padding-top: 100px;
	    padding-bottom: 70px;
	}
	.logo {
		/*width: 100%;
		text-align: center;
		margin-top: 13px;
		margin-right: 0px;
		margin-bottom: 0px;*/
		margin-left: 0px;
		/*color: #0a0a0a;*/
	}
	.container header nav {
		/*margin-top: 0px;*/
		margin-right: 0px;
		/*margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		float: none;
		overflow: auto;
		display: inline-block;
		background: #0a0a0a;*/
	}
	header nav ul {
		/*padding: 0px;
		float: none;*/
	}
	nav ul li {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.text_column {
		width: 100%;
		text-align: left;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.thumbnail {
		width: 100%;
	}
	.footer_column {
		width: 100%;
		margin-top: 0px;
	}
	.parallax {
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 40%;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		width: 100%;
		font-size: 18px;
	}
	.parallax_description {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-top: 30%;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		float: none;
		width: 100%;
		text-align: center;
	}
	.thumbnail {
		max-width: 50%;
    	flex: 0 0 50%;
	}
	.parallax {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-top: 10%;
	}
	.parallax_description {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 100%;
		padding-top: 30px;
	}
	.banner {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 50px;
		margin-bottom: 20px;
		display: flex;
    	align-items: center;
	}
	.footer_column {
		width: 100%;
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	.text_column {
		width: 100%;
	}
	.thumbnail {
		width: 50%;
	}
	.text_column {
		/*width: 100%;*/
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 0px;
		/*padding-right: 0px;*/
		padding-bottom: 0px;
		/*padding-left: 0px;*/
	}
	.banner {
		padding-top: 0px;
	}
}

@media all and ( min-width: 768px ) {
	.text_column {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}

	.footer_column {
	    max-width: 50%;
	    flex: 0 0 50%;
	}
}
