body {
	margin: 0;
	background: #fff
}

body,
html {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #262626;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0
}

#header {
	height: 410px;
	background: #8000FF;
	position: relative;
	width: 100%;
}

.vertical{
	margin-top:50%;
}

#team {
	margin-top: 60px; 
}

#header H1{
	color: #fff;
	font-family: Teko;
	font-size: 78px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: left;
	height: 410px;
	line-height: 80px;
	margin: 120px 0 0 0;
}

p {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 18px;
	line-height: 26px;
	margin-top: 24px;
}

H2 {
	font-size: 48px;
	letter-spacing: 0.5px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 24px;
	font-family: Teko;
}

H3 {
	font-size: 36px;
	letter-spacing: 0.5px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 24px;
	font-family: Teko;
}

H4 {
	font-size: 30px;
	letter-spacing: 0.5px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 24px;
	font-family: Teko;
}

#vision {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 18px;
	line-height: 26px;
	margin-top: 24px;
}

.text-pink {
	color: #FF00B4;
	font-size: 150px;
	line-height: 0;
	font-family: auto;
	letter-spacing: 0;
	margin-left: -10px;
}

.text-blue {
	color: #0099FF;
}

.text-black {
	color: #262626;
}

.text-teko {
	font-family: Teko;
}

.container {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

li { color: #FF00B4; }
li span { color: #262626; }

#bullets {
	text-align: left;
	font-family: Teko;
	font-size: 30px;
	color: #262626;
	letter-spacing: 0;
	line-height: 38px;
	font-weight: lighter;
}

#bullets li { margin: 52px 0; }

#problems {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 18px;
	line-height: 26px;
}

#problems li { margin: 20px 0; }


#team .row {
	margin-bottom: 30px;
}

#team div {
	position: relative;
}

#team img {
	width: 100%;
}

#team label {
	position: absolute;
	background: #fff;
	padding: 10px;
	left: 0;
	bottom: -30px;
	width: 80%;
	padding-left: 0;
}

label .name {
	text-align: left;
	font-family: Teko;
	font-size: 22px;
	color: #262626;
	letter-spacing: 0;
	line-height: 23px;
	font-weight: lighter;
	text-transform: uppercase;
}

label .role {
	text-align: left;
	font-family: Teko;
	font-size: 18px;
	color: #8000FF;
	letter-spacing: 0;
	line-height: 23px;
	font-weight: lighter;
	text-transform: uppercase;
}

.blurb {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-top: 24px;
	margin-bottom: 30px;
	display: block;
}

.top {
	background: #fff;
	box-shadow: 0 0 0 1px #eee;
	width: 100%;
	z-index: 200;
    height: 70px;
}

.bottom {
	background: #fff;
	box-shadow: 0 0 0 1px #eee;
	width: 100%;
	z-index: 200
}

.email {
	color: #000;
	font-size: 16px;
	text-align: left;
	float: left;
	margin-left: 27px;
	margin-top: 27px
}

a {
	color: #000 !important;
	font-family: din_alternatebold !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 19px !important;
}

.top .links {
	display: flex;
	justify-content: center;
	position: relative;
}

.top .links a {
	margin-top: 27px;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 27px;
}

.top .links #logo {
	position: absolute;
	left: 0;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
}

#logo img {
	width: 150px;
}

#mc_embed_signup {
	text-align: right;
	float: right;
	margin-right: 27px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.signup {
	color: #000;
	font-family: din_alternatebold;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-align: right;
	margin-right: 10px
}

input[type=email] {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	width: 220px;
	color: #8E8E93;
	font-family: Teko;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	padding: 7px;
    padding-top: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=submit] {
	background-color: #ff00b4;
	width: 124px;
	color: #fff;
	font-family: Teko;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.25px;
	text-align: center;
	border: none;
	padding: 8px;
    padding-top: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=submit]:hover {
	background-color: #D60095;
}

#logo, .icon {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#logo:hover, .icon:hover {
	border-bottom: none;
	animation: none;
	text-decoration: none !important;
}

.top .links .active {
	color: #FF00B4 !important;
	border-bottom: 1px dotted rgba(0, 0, 0, .8);
}

.top .links .active:hover {
	animation: none;
}


a {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border-bottom: 1px dotted transparent;
	padding-bottom: 0;
	position: relative;
	top: 0;
	color: #000;
	text-decoration: none
}

a:hover {
	border-bottom: 1px dotted rgba(0, 0, 0, .8);
	color: #ff00b4;
	animation: bounce linear infinite 1s;
	text-decoration: none !important;
}

#language_dropdown {
	float: left;
	margin-left: 27px;
	margin-top: 27px;
}


/* Add a black background color to the top navigation */
.top {
	overflow: hidden;
}

/* Style the links inside the navigation bar */
.top a {
	float: left;
	display: block;
}

/* Hide the link that should open and close the topnav on small screens */
.top .icon {
	display: none;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 960px) {
	.top .links a {
	    margin-top: 27px;
	    margin-left: 12px;
	    margin-right: 12px;
	    margin-bottom: 27px;
	}
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 760px) {
	.top { height: auto; }
	.top.responsive {position: relative;}
	.top.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
		text-decoration: none;
	}
	.top.responsive a {
		float: none;
		display: block;
		text-align: left;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		margin-bottom: 10px;
	}
	a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	a:hover {
		border-bottom: none;
		animation: none;
		text-decoration: none !important;
	}
	.top .links .active {
		border-bottom: none;
	}
	.top a:not(:first-child) {
		display: none;
	}
	.top a.icon {
		float: right;
		display: block;
		text-decoration: none;
	   	margin-top: 13px;
	    font-size: 22px !important;
	    margin-bottom: 13px;
	}
	.top .links #logo {
		margin-left: 8px;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	.top {
		height: none;
	}
	.top .links a {
		margin-top: 16px;
		font-size: 14px
	}
	.top.responsive .links a:not(.icon) {
		margin-top: 13px;
		font-size: 14px;

	    margin-top: 13px;
    	font-size: 14px;
    	display: block;
    	width: 100%;
   		text-align: center;
	}

	.top .links #logo {
		position: relative;
	}
}


@media only screen and (max-width:900px) {
	.signup {
		display: none
	}
}

@media (orientation:landscape) and (max-height:500px) {
	.top { height: auto; }
	#logo img {
		width: 100px;
	}
	.top .links #logo {
		margin-left: 8px;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	.top {
		height: none;
	}
	.top .links a {
		margin-top: 14px;
    	font-size: 14px;
    	margin-bottom: 14px;
	}
	.email {
		margin-top: 13px
	}
	input[type=email] {
		padding: 3px
	}
	input[type=submit] {
		padding: 4px
	}
	#mc_embed_signup {
		margin-top: 5px
	}
	#language_dropdown {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.bottom {
		text-align: center;
	}
	#header {
		height: 210px;
	}
	#header H1 {
		color: #fff;
		font-family: Teko;
		font-size: 40px;
		text-align: left;
		line-height: 40px;
		margin: 66px 0 0 0;
	}
	#header .text-pink {
		font-size: 92px;
	    margin-left: -7px;
	}
	#bullets {
		font-size: 24px;
		line-height: 30px;
	}
	#bullets li {
		margin: 32px 0;
	}
	H2 {
		font-size: 40px;
		letter-spacing: 0.5px;
		line-height: 36px;
		font-weight: bold;
		margin-top: 24px;
	}
	H3 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 24px;
	}
	H4 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 24px;
	}
	#team {
		margin-top: 10px;
	}
	.top a.icon {
	   	margin-top: 13px;
	}
}

@media only screen and (max-width:576px) {
	.top { height: auto; }
	#logo img {
		width: 100px;
	}
	.top .links #logo {
		margin-left: 8px;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	.container .row {
		padding-left: 15px;
		padding-right: 15px;
	}

	#team .row {
		padding-left: 15px;
		padding-right: 15px;
	}

	#team div {
		padding-left: 0;
		padding-right: 0;
	}
	.email {
		display: none
	}
	#mc_embed_signup {
		text-align: center;
		margin: 0;
		margin-top: 10px;
		float: none
	}
	input[type=email] {
		width: 65%
	}
	input[type=submit] {
		width: 25%
	}
	.top {
		height: none;
	}
	.top.responsive .links a:not(.icon) {
		margin-top: 13px;
		font-size: 14px;

	    margin-top: 13px;
    	font-size: 14px;
    	display: block;
    	width: 100%;
   		text-align: center;
	}
	.top .links #logo {
		position: relative;
	}
	.signup {
		display: none
	}
	#main .mobile-only {
		display: block
	}
	#language_dropdown {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.bottom {
		text-align: center;
	}
	#header {
		height: 210px;
	}
	#header H1 {
		color: #fff;
		font-family: Teko;
		font-size: 40px;
		text-align: left;
		line-height: 40px;
		margin: 66px 0 0 0;
	}
	#header .text-pink {
		font-size: 92px;
	    margin-left: -7px;
	}
	#bullets {
		font-size: 24px;
		line-height: 30px;
	}
	#bullets li {
		margin: 32px 0;
	}
	H2 {
		font-size: 40px;
		letter-spacing: 0.5px;
		line-height: 36px;
		font-weight: bold;
		margin-top: 24px;
	}
	H3 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 24px;
	}
	H4 {
		font-size: 24px;
		line-height: 24px;
		margin-top: 24px;
	}
	#team {
		margin-top: 10px;
	}
	.top a.icon {
	   	margin-top: 13px;
	}
}

@font-face {
	font-family: din_alternatebold;
	src: url(../fonts/din_alternate_bold-webfont.woff2) format('woff2'), url(../fonts/din_alternate_bold-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: din_condensedbold;
	src: url(../fonts/din_condensed_bold-webfont.woff2) format('woff2'), url(../fonts/din_condensed_bold-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-ms-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-moz-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-webkit-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-ms-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@-o-keyframes fadeInAndSlideIn {
	from {
		top: 15%;
		opacity: 0
	}
	to {
		top: 20%;
		opacity: 1
	}
}

@keyframes bounce {
	0% {
		padding-top: 0;
		padding-bottom: 8px
	}
	50% {
		padding-top: 8px;
		padding-bottom: 0
	}
	100% {
		padding-top: 0;
		padding-bottom: 8px
	}
}