* {
	font-family: arial;
	color: #FFF;
}

h1 { 
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #4b6cb7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	overflow: hidden;
}

.background {
	position: absolute;
	z-index: 998;
	width: 100%;
	height: 75vh;
	background-image: url("../img/logo-transparent.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.download {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 90vh;
}

.download p {
	text-align: center;
	margin-top: 60vh;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	
	.background {
		position: absolute;
		z-index: 998;
		width: 100%;
		height: 85vh;
		background-image: url("../img/logo-transparent.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}	
	
}