@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	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: 960px;
	background-image: linear-gradient(to top, #000000 50%, #ffffff 100%);
  box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
/* Navigation */
header {
	width: 100%;
	height: 44px;
	/*background-color: #000000;*/
	/*border-bottom: 0px solid #e57300;*/
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background: #000000;
  box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#left {
  display: inline-block;
  background: #000000;
  background-image: url("../images/logo_small.png");
  background-size: 53px 44px;
  width: 53px;
  height: 44px;
  border-radius: 5px;
}
#right {
  display: inline-block;
  width: calc(100% - 53px);
  height: 44px;
  background: url("../images/logo_stripe.png");
  background-size: 1px 44px;
  position: relative;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
header nav ul {
	list-style: none;
}
nav ul li {
	float: left;
	letter-spacing: 1px;
}
#button-wrapper {
	margin: 4px 0px;
	float: right;
	width: auto;
  clear: both;
}

#gradient {
  margin: 5px;
  padding: 3px;
  color: #000000;
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  background-image: linear-gradient(to top, #b25900 0%, #e57300 20%, #e5e5e5 60%, #404040 100%);
  border-radius: 15px;
  z-index: 1;
  opacity: 1;
}

#gradient::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #b25900 0%, #e57300 20%, #e5ac73 50%, #e57300 80%, #b25900 90%, #404040 100%);
  border-radius: 15px;
  z-index: -1;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#gradient::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #0059b2 0%, #0073e5 20%, #e5ac73 50%, #0073e5 80%, #0059b2 90%, #404040 100%);
  border-radius: 15px;
  z-index: -2;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#gradient:hover::before {
  opacity: 1;
}

#gradient:active::current {
  opacity: 1;
}

.header {
	color: #777777;
	text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 5px;
}
.header-dark {
	color: #222222;
	text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 3px;
}

/* Hero Section */
.biglogo {
	/*background-color: #ffffff;*/
	padding-top: 75px;
	padding-bottom: 25px;
}
.light {
	font-weight: bold;
	color: #cccccc;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 16px;
}
.tagline {
	text-align: center;
	color: #e57300;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 20px;
	margin-top: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
}
/* About Section */

.text_column {
	display: flex;
  color: hsla(30,100%,60%,1.00);
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  text-align: center;
	font-weight: lighter;
	line-height: 25px;
  letter-spacing: 1px;
	margin-left: 0px;
	margin-right: 0px;
}
.text_column>* {
    margin: 0 20px;
    flex: 1;
}

.about {
	padding-top: 20px;
  padding-bottom: 20px;
	display: inline-block;
	background: linear-gradient(to top, #000000 0%, #777777 100%);
  background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0px;
  box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
/* Stats Gallery */
.stats-heading {
	color: #717070;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 20px;
  letter-spacing: 10px;
	margin-bottom: 5px;
  text-transform: uppercase;
}
.stats-subheading {
	color: #5986b3;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
  text-transform: uppercase;
}
.stats-paragraph {
	color: #A3A3A3;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 12px;
  letter-spacing: 0.25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 50px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
/* Parallax Section */
.banner {
	background: linear-gradient(to top, #0059b2 0%, #0073e5 20%, #e5e5e5 60%, #404040 100%);
	/*height: 350px;*/
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
  box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.parallax {
	color: #ffffff;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  text-align: center;
	/*padding-right: 100px;*/
	padding-top: 50px;
  padding-bottom: 50px;
	letter-spacing: 10px;
	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 */

.core-heading {
	color: #000000;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 20px;
  letter-spacing: 10px;
	margin-bottom: 5px;
  text-transform: uppercase;
}
.core-paragraph {
	color: #777777;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-size: 18px;
  letter-spacing: 1.0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


footer {
	padding-top: 25px;
  padding-bottom: 25px;
}
.footer_column {
	width: auto;
	text-align: center;
	padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
	float: left;
}
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: 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;
}
footer .footer_column p {
  text-align: center;
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	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;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #0059b2;
}
.footer_banner {
  background: linear-gradient(to top, #000000 0%, #777777 100%);
	background-repeat: no-repeat;
  box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
	padding-top: 37px;
	padding-bottom: 50PX;
	margin-bottom: 0px;
  align-content: center;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@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;
  align-content: center;
}
.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: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.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: #52bad5;
}
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 {
	width: 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: 20%;
}
.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;
}
.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 {
	margin-top: 0px;
	padding-top: 0px;
}
}
