@charset "UTF-8";
/* Body */
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #C0C0C0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	height: 100vh;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	text-align: center;
	height: 5%;
	background-color: #ffffff;
	vertical-align: bottom;
}

.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}

#wave {
	vertical-align: bottom;
	background: #fff;
	border: #fff;
}

/* Hero Section */
.hero {
	height: 80vh;
	background: #8360c3;  
	background: -webkit-linear-gradient(to bottom, #2ebf91, #8360c3); 
	background: linear-gradient(to bottom, #2ebf91, #8360c3); 
	padding-top: 10;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.hero_header {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.tagline {
	text-align: center;
	color: #eeeeee;
	margin-top: 4px;
	font-size: large;
	font-weight: 400;
	letter-spacing: 1px;
}

.footer_banner {
	background-color: #B3B3B3;
	text-align: center;
	color: #000000;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}

#mce-EMAIL {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border-radius: 5px;
	height: 30px;
	min-width: 300px;
	max-width: 500px;
}

#mc-embedded-subscribe {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 5px;
}

.button {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	height: 33px;
	min-width: 300px;
	max-width: 500px;
	background: rgb(66, 184, 221);
    border-radius: 5px;
	font-size: 90%;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #393939;
	color: #FFFFFF;
	font-size: small;
	font-weight: 200;
	letter-spacing: 2px;
}

/* Mobile */
@media (max-width: 320px) {


#mce-EMAIL {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: large;
	border-radius: 5px;
	height: 30px;
	width: 280px;
}
	
#mc-embedded-subscribe {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 5px;
}

.button {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #ffffff;
	height: 33px;
	width: 280px;
	background: rgb(66, 184, 221);
    border-radius: 5px;
	font-size: 90%;
}

}