@charset "UTF-8";
/* Body */
body {
	font-family: ubuntu, sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	height: 1500px;
	background-color: #08131F;
	padding: 0;
	
}
/* Navigation */
header {
	width: 100%;
	height: 3.5%;
	background: rgb(227,255,0);
background: linear-gradient(47deg, rgba(227,255,0,1) 0%, rgba(255,79,2,1) 21%, rgba(255,0,0,1) 43%, rgba(255,0,189,1) 68%, rgba(0,1,255,1) 89%); 
	border-bottom: 1px solid #CD3232;
	margin-bottom: 0px;
	bottom: auto;
	padding: 0;
	
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 5%;
	height: 50%;
	float: left;
	margin-top: -6px;
	margin-left: 15px;
	letter-spacing: 2px;
	overflow: visible;
}
nav {
	float: right;
	width: 50%;
	height: 2%;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 10px;
}
header nav ul {
	list-style: none;
	float: right;
	height:2%;
	margin-bottom:15px;
	
}
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;
	padding: 0;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #04F818;
}
/* Dropdown Button */

.dropdown {
    position: relative;
    display: inline-block;
	overflow:visible;
	font-size: 14px;
	/*text-align:center;*/
	/*left:0;*/
	/*right:0;*/
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	/*transition: all 0.5s linear;*/
	color:#FFFFFF;
	/*border:solid 3px;*/
	/*border-color: white;*/
}

.dropdown-content {
    display: none;
    position:absolute;
    background-color: #142F4D;
	width:auto;
	height:auto;
    overflow:auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	font-size: 14px;
	text-align: center;
	margin-top: 14px;
	/*margin-bottom: 10px;*/
	/*margin-right: 25px;*/
	letter-spacing: 2px;
	font-weight: bold;
	/*transition: all 0.3s linear;*/
}
.dropdown:hover .dropdown-content {
 	display: block;
	color: #FFFFFF;
}
/* More info */
.simplepage{
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	
}
.simplepagetop{
	/* this fixes nav interference issues but is janky */
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	margin-top:50px;
}
.simplepageIMG{
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	margin: 20px;
	margin-top:20px;
}

footer {
	background-color: #08131F;
	padding-bottom: 35px;
	width: 100%;
	height:auto;
	
	
}
.footer_column {
	width: auto;
	text-align: center;
	padding-top: 30px;
	display: inline-block;
	align-items: center;
	margin: 10%;
	margin-bottom: 0;
	margin-top: 0;
/* CHANGE MARGIN PERCENTAGE TO FIT CONTENT */
}
footer .footer_column h3 {
	color: #FFFFFF;
	text-align: center;
}
footer .footer_column p {
	color: #FFFFFF;
	background-color: #08131F;
	text-align: justify;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	margin: 20px;
}
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;
}
.btn-group{

	width: auto;
	margin-top:40px;
	vertical-align: middle;
	align-self: center;
	align-items: center;
	text-align: center;
}
.btn {
	
	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: 5px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #484848;
	color: #000000;
	transition: all 0.3s linear;
}
.btn:hover {
	background-color: #1356BD;
	color: #1780CC;
	cursor: pointer;
}
.primary{
	background-color: #6210BC;
}
.disabled{
	background-color: #0D84D0;;
}
.active{
	background-color: #B82326;
}
.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: 400px;
	padding-bottom: 20px;
	background-color: #08131F;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #08131F;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	/*baground-image: url(../images/pattern.png);*/
	background-repeat: repeat;
}
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;
}
.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;
}
.hero_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;
}
}
