@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	min-width: 360px;
}
/* Container */
.container {
	min-width: 360px;
	width: 100vw;
	margin-left: 0;
	margin-right: 0;
	height: 100vh;
	background-color: #000;
    overflow: scroll;}
.container-background {
	background-image: url(../images/background.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	min-width: 360px;
}
/* Navigation */
header {
	width: 100%;
	height: 50px;
	overflow: hidden;
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.logo {
	margin-top: 0px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	width: 100vw;
	height: 50px;
	overflow: hidden;
}
.logo img {
	height: 40px;
	width: auto;
}
.logo img:last-child {
  display: none;
}
.logo:hover img:last-child {
  display: inline-block;
}
.logo:hover img:first-child {
  display: none;
  opacity: 0.0;
  transition: display 3s linear;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	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 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.hero_header img {
	width: 350px;
	
}
/* Hero Section */
#light {
	font-size: 1.3em;
	color: white;
    text-align: center;
}
#light2 {
	font-size: 1.3em;
    text-align: center;
	font-weight: bolder;
	color: white;
}
#light3 {
	font-size: 1.3em;
	color: white;
    text-align: center;
	font-weight: bolder;
}
.hero {
	padding-top: 2vw;
	padding-bottom: 5px;
}
.light {
	font-weight: bolder;
	color: #717070;
}
.light2 {
	font-weight: bolder;
	color: #8E8E8E;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
}
/* About Section */
.text_column {
	width: 25vw;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 3vw;
	padding-right: 3vw;
	color: #A3A3A3;
}
.about {

	padding-top: 0px;
	display: inline-block;
	margin-top: 0px;
	text-align: center;
}
/* Stats Gallery */
.stats {
	color: #000;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	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: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.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: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	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;
}
.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 #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	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: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}



/* Small Tablets */

/* Small Desktops */
@media (min-width: 1900px) {
.text_column {
	min-width: 290px;

}
.text_column img {
	min-width: 290px;
}
.thumbnail {
	width: 50%;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
.text_column img {
    margin-left: 8vw;
	opacity: 0.5;
	transition: all 0.3s linear;
	width: 25vw;
    max-width: 400px;
}
.text_column img:hover {
	opacity: 1;
	transition: all 0.3s linear;
}
.hero_header img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	transition: all 5s linear;
}
.hero_header img:hover {
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 0, 0, 0.5);
	transition: all 5s linear;
}
table {
  margin-top: 20px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table img {
  min-width: 200px;
  max-width: 250px;
  width: 20vw;
  opacity: 0.5;
  transition: all 0.3s linear;
}
table img:hover {
	opacity: 1;
	transition: all 0.3s linear;
}
table td {
	width: auto;
    padding: .625em;
    font-size: 1em;
}
.td1 {
	text-align: right;
}
.td2 {
	text-align: center;
}
.td3 {
	text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 1900px) {
  table {
  border: 0;
  width: 100%;
  text-align: center;
	  table-layout: fixed;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table td {
    display: block;
	  width: 100vw;
    font-size: 1em;
    text-align: center;
  }
	.td1, .td2, .td3 {
text-align: center;
	}
#td4, #td5, #td6, #td7, #td8, #td9, #td10, #td11, #td13 {
text-align: center;
	}
	
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
.finalp {
	overflow: visible;
	font-size: 0.7em;
	color:rgba(126,126,126,1.00);
}
.finalp a {
	text-decoration: none;
	color:rgba(126,126,126,1.00);
	font-size: 1.5em;
	transition: all 0.5s linear;
}
.finalp a:hover {
	color:rgba(255,255,255,1.00);
	font-size: 1.6em;
	transition: all 0.5s linear;
}
#td5 {
	width: 14vw;
}
#td5 img {
	width: 5vw;
}
#td4 {
	width: 14vw;
}
#td4 img {
		width: 5vw;
}
#td6 {
	width: 14vw;
}
#td6 img {
		width: 5vw;
}
#td7 {
	width: 14vw;
}
#td7 img {
		width: 5vw;
}
#td8 {
	width: 14vw;
}
#td8 img {
		width: 5vw;
}
#td9 {
	width: 14vw;
}
#td9 img {
		width: 5vw;
}
#td10 {
	width: 33vw;
	text-align: center;
}
#td10 img {
}
#td11 {
	width: 33vw;
	text-align: center;
}
#td11 img {
}
#td13 {
	color: white;
	font-size: 1.3em;
	text-align: center;
}
.td2 img {
	width: 14vw;
}

