@charset "UTF-8";
/* Body */
body {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
	background-color: red;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: 700;
}

h1 {
	text-decoration: none;
	color: #fff;
	background-color: red;
	font-weight: 700;
	font-size: 2.0em;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	line-height: 1.0em;
}

h2 {
	text-decoration: none;
	color: #fff;
	background-color: red;
	font-weight: 700;
	line-height: 1.1em;
	font-size: 1.0em;
	text-transform: none;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	letter-spacing: 1px;
}

h5 {
	text-decoration: none;
	color: red;
	background-color: #fff;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.0em;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 90px;
	text-align: center;

}
h6 {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	font-weight: 800;
	line-height: 1.0em;
	font-size: 0.9em;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	letter-spacing: 1px;
}

h5_1 {
	text-decoration: none;
	color: red;
	background-color: #fff;
	font-weight: 700;
	font-size: 1.0em;
	line-height: 1.0em;
	display: inline-block;
	padding: 5px;
	margin: 0px;
	text-align: center;
	float: left;
	width: 90px;

}
h6_1 {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	line-height: 1.0em;
	font-size: 1.0em;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	letter-spacing: 1px;
}

h7 {
	text-decoration: none;
	color: red;
	background-color: #000;
	font-weight: 800;
	line-height: 1.0em;
	font-size: 1.7em;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
}

h8 {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	font-size: 1.0em;
	line-height: 1.1em;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
	width: 110px;

}
h9 {
	text-decoration: none;
	color: #fff;
	background-color: red;
	font-weight: 700;
	line-height: 1.1em;
	font-size: 1.0em;
	text-transform: none;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;letter-spacing: 1px;
}



a:hover {
	color: red;
}
a:focus {
}
/* Container */
.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	text-align: center;
}
/* Navigation */
header {
	width: 100%;
	background-color: #fff;
}
header1 {
	width: 100%;
	max-width: 1200px;
	height: 90px;
	background-color: #000000;
	display: block;
	padding-top: 10px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: fixed;
	top: 0px;
	border-bottom: 1px red solid;
}

header2 {
	width: 100%;
	background-color: #000000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
header2_1 {
	width: 100%;
	background-color: #000000;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}



header3 {
	width: calc(100% - 30px);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	margin-top: 0px;
	text-align: right;
	background-color: #000;
	color: #fff;
}

header3 a {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

.language {
	font-size: 1.1em;
	color: #fff;
	font-weight: 500;
}

.language a {
	font-size: 1.1em;
	color: #fff;
	font-weight: 500;
}

.language a:hover {
	font-size: 1.1em;
	color: red;
	font-weight: 500;
}

.logo {
	margin-left: 10px;
	float: left;

}
header nav ul {
	list-style: none;
	float: right;

}
nav {
	float: right;
	max-width: 65%;
	text-align: right;
	height: 70px;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	transition: all 0.3s linear;
	list-style: none;
	color: #000;
	text-transform: uppercase;
}
nav {
	display: flex;
}
	
.toggle_button {
	right: 20px;

} 

#toggle_button:checked ~ ul {
	display: block;
}



nav a {
	color: darkred;
	font-weight: 600;
	text-transform: uppercase;
	align-items: center;
}

nav a:hover {
	color: red !important;
}

nav ul {
	position: fixed;
	right: 40px;
	top: 90px;
	min-width: 280px;
	width: 65%;
	display: none;
	top: 81px;
	text-align: left;
	transition: all 0.3s linear;
}

nav li {
	background-color: darkred;
	opacity: 0.9;
	width: 100%;
	list-style: none;
	color: darkred;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 1.2em;

}

nav li:last-child {
	padding-bottom: 60px;
}

nav li:first-child {
	padding-top: 60px;
}

.bar {
	height: 5px;
	width: 100%;
	background: #ffffff;
	margin-bottom: 5px;

}
	
.toggle_button {
	height: 42px;
	width: 42px;
	position: absolute;
	top: 32px;
	right: 20px;
	flex-direction: column;
	justify-content: space-between;
	display: none;
}

nav input[type="checkbox"]{
	display: none;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: red;
}

nav2 {
	float: right;
	margin-top: 37px;
	padding-right: 30px;
	display: flex;
	margin-right: 0px;
	text-align: right;
	color: darkred;
	text-transform: uppercase;
}

nav2 ul {
	list-style: none;
	float: right;
}
nav2 ul li {
	float: left;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: left;
	margin-left: 20px;
	margin-right: 0px;
	letter-spacing: 1px;
	font-weight: 700;
	transition: all 0.3s linear;
}

nav2 ul li a {
	color: red;
	text-decoration: none;
}
nav2 ul li:hover a {
	color: #fff;
}
.hero_header {
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
}
/* Hero Section */
.hero {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 47%;
	text-align: left;
	font-weight: 400;
	line-height: 1.7em;
	float: left;
	color: #000;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 70px;
	font-size: 1.1em;

}

.text_column2 {
	width: 35%;
	text-align: left;
	font-weight: 400;
	line-height: 25px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #fff;
	background-color: red;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 70px;
	margin-top: 75px;
	font-size: 1.2em;
}

.text_column2 p {
	line-height: 0.5em;
}

.wp0 {
	text-decoration: none;
	color: red;
	background-color: #000;
	font-weight: 800;
	line-height: 1.0em;
	font-size: 1.7em;
	text-transform: uppercase;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
}

.wp1 {
	text-decoration: none;
	color: red;
	background-color: #fff;
	font-weight: 700;
	font-size: 1.0em;
	line-height: 1.0em;
	display: inline-block;
	padding: 5px;
	margin: 0px;
	text-align: center;
	float: left;
	width: 90px;

}
.wp2 {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	line-height: 1.0em;
	font-size: 1.0em;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	letter-spacing: 1px;
}

.p1 {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	font-size: 1.0em;
	line-height: 1.1em;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	width: 110px;

}
.p2 {
	text-decoration: none;
	color: #fff;
	background-color: red;
	font-weight: 700;
	line-height: 1.1em;
	font-size: 1.0em;
	text-transform: none;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 1px;
}
.p3 {
	padding-top: 15px;
}

.feat {
	padding-left: 30px;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	display: block;
}

.about {
	width: 100%;
	display: inline-block;
	margin-top: 0px;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.about h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	font-style: italic;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 20%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #009bdd;
	height:350px;
}
.banner a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.banner a:hover {
	color: #ddd;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 120px;
	padding-top: 10px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 120px;
	width: 50%;
	float: right;
	font-weight: 400;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 70px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 60px;
	padding-top: 0px;
	margin-left: 100px;
	margin-right: 70px;
}
.footer_column {
	width: 23%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0,7;
	padding-top: 10px;
	float: left;
	margin-right: 30px;
}
.footer_column2 {
	width: 200px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0,7;
	padding-top: 40px;
	float: left;
	margin-right: 30px;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 250px;
}
.cards2 {
	width: 100%;
	height: auto;
	max-width: 250px;
	max-height: 200px;
}
.cards a {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
.cards a:hover {
	opacity: 0.5;
}
.cards2 {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.2;
}
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;
}
.button {
	width: 300px;
	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 #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: red;
	color: #fff;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.0em;
	letter-spacing: 2px;
	border-top-width: 2px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.8em;
}

.copyright a {
	color: red;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

.copyright a:hover {
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
}

.footer_banner {
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	margin-top: -10px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 1200px) {
.logo {
	width: 60%;
	max-width: 252px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.toggle_button {
	display: flex;
	position: fixed;

}
	
#toggle_button:checked ~ ul {
	display: block;
}
	
nav2 {
	display: none;
}
	
	
h8 {
	float: none;
	display: block;
	text-align: left;
	min-width: inherit;
	margin-top: 20px;
	margin-bottom: 0px;


}
h9 {
	float: left;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;


}
	

.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: flex;
}
	
header3 {
	width: calc(100% - 20px);
	padding-right: 20px;
	font-size: 1.2em;
}
	
header2 {
	display: none;;
}
header2_1 {
	display: block;
	margin-top: 90px;
}
	
.text_column {
	width: calc(100% - 40px);
	text-align: left;
	font-weight: 500;
	line-height: 1.7em;
	float: left;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	font-size: 1.3em;
	margin-top: -30px;

}
.text_column2 {
	width: calc(100% - 40px);
	text-align: left;
	font-weight: 500;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	background-color: red;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1.2em;
	border-radius: 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: #52bad5;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
	text-align: center;
}
.copyright {
	font-weight: 600;
}

.copyright a {
	color: red;
	font-weight: 600;
}
}
