@charset "UTF-8";
/* Body */
body {
	font-family: Roboto;
	background-color: #B3B3B3;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 90%;
	height: 9%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
	position: fixed;
	top: 0;
  	z-index: 1;
}
.logo {
	color: #000000;
	font-weight: 900;
	text-align: undefined;
	width: 20%;
	float: left;
	margin-top: 0%;
	margin-left: 2%;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 0%;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 24px;
	text-align: left;
	margin-right: 50px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 24px;
	background-color: #B3B3B3;
	font-size: 36px;
	opacity: 80%;
}
/* Hero Section */
.hero {
	padding-bottom: 20px;
	background-color: #B3B3B3;
	background-image: url(../images/group3.PNG);
	background-size: 70%; 
	padding-top: 220px;
	background-repeat: no-repeat;
	background-position: center center;
}
.light {
	font-weight: bold;
	color: #717070;
	padding-top: 3%;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 7px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 2px 2px 5px #000000;
}
/* About Section */
.about {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2%;
	display: inline-block;
	background-color: #D8D8D8;
	margin-top: 0px;
}
.text_column {
	width: 96%;
	text-align: justify;
	font-weight: bold;
	line-height: 25px;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	color: #000000;
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: .5%;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
}
.thumbnail2 {
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 4%;
	margin-left: 0px;
	width: 100%;
	float: left;
	text-align: center;
}

.thumbnail {
	width: 16.6%;
	text-align: center;
	float: left;
	margin-top: 2.5%;
}
.gallery .thumbnail h4 {
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
	color: #52BAD5;
}
.gallery .thumbnail2 h4 {
	margin-top: 0.5%;
	margin-right: 3%;
	margin-bottom: 0.5%;
	margin-left: 3%;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
.gallery .thumbnail2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	height: 450px;
	background-attachment: fixed;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/group3.PNG);
	background-blend-mode: hard-light;
	opacity: .7;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10%;
	padding-top: 2%;
	letter-spacing: 2px;
	margin-top: 0px;
	background-color: #52bad5;
	opacity: 70%;
	text-shadow: 2px 2px #000000;
}
.parallax_description {
	color: #FFFFFF;
	text-align: left;
	padding-right: 9%;
	width: 35%;
	float: left;
	line-height: 35px;
	padding-left: 6%;
	padding-top: 3%;
	padding-bottom: 5%;
	font-size: 22px;
	text-shadow: 2px 2px #000000;
}
.audio {
	padding-top: 2%;
	float: right;
	width: 30%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	text-align: right;
}
at {
	text-align: center;
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 1%;
	padding-bottom: 1%;
	color: #000000;
	font-size: 20px;
	text-shadow: .5px .5px #FFFFFF;
}
/* More info */
footer {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 4%;
	background-image: url(../images/FOBB2.png);
	background-attachment: fixed;
	background-size: contain
	background-repeat: no-repeat;
	display: inline-block;
}
.footer_column {
	width: 80%;
	text-align: center;
	padding-top: 4%;
	padding-left: 10%;
	padding-right: 10%;
}
footer .footer_column2 {
	width: 40%;
	padding-top: 4%;
	padding-right: 5%;
	float: right;
	padding-left: 2%;
	text-align: center;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	padding-left: 10%;
	padding-right: 8%;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 5%;
	margin-right: 5%;
}
footer .footer_column2 p {
	padding-left: 10%;
	padding-right: 8%;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 5%;
	margin-right: 5%;
}
footer .footer_column2 img {
	padding-left: 10%;
	align: right; 
}
.cards {
	width: 100%;
	height: auto;
	max-width: 40%;
	max-height: 20%;
}
.button {
	width: 15%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	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: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 4%;
	padding-bottom: 4%;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
}
.hidden {
	display: none;
}