html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
}

#mainContent {
	position: relative;
	z-index: 1;
}

#mainTitle {
	font-size: 80px;
	line-height: 1;
	letter-spacing: -0.02em;
	font-weight: 500;
	margin: 128px 0px 24px;
	background: linear-gradient(to bottom, rgb(244, 244, 244) 75%, rgba(215, 217, 233, 0.38));
	margin: auto;
	width: 50%;
	text-align: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 180px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

#subTitle {
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	color: rgb(244, 244, 244);
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

@-webkit-keyframes Animation {
	0% {
		background-position: 10% 0%
	}

	50% {
		background-position: 91% 100%
	}

	100% {
		background-position: 10% 0%
	}
}

@-moz-keyframes Animation {
	0% {
		background-position: 10% 0%
	}

	50% {
		background-position: 91% 100%
	}

	100% {
		background-position: 10% 0%
	}
}

@keyframes Animation {
	0% {
		background-position: 10% 0%
	}

	50% {
		background-position: 91% 100%
	}

	100% {
		background-position: 10% 0%
	}
}

a:link {
	color: white;
 }

a:visited {
	color: white;
}
a:hover {
	text-decoration: none; color: white;
}
a:focus {
	text-decoration: none; color: white;
}
a:hover, a:active {
	text-decoration: none; color: white
}

#heroHolder {
	height: 280px;
	background: radial-gradient(at bottom, rgba(255, 255, 255, 0.2) 0%, rgb(0, 0, 0) 40%);
	background-repeat: no-repeat;
}

#hero {
	margin-left: 30%;
	margin-top: 50px;
	width: 40%;
	height: 100%;
	background: url(ethmensa.png);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 99;
}

#downloadButton {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	position: absolute;
}

#downloadButtona {
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	#mainTitle {
		font-size: 44px;
		margin-top: 45px;
		width: 80%;
	}

	#hero {
		margin-left: 27.5%;
		width: 45%;
	}

	#downloadButton {
		width: 80%;
		margin-left: 10%;
		margin-top: 0px;
	}
}