@font-face {
	font-family: 'Marcellus';
	src: URL('marcellus.ttf') format('truetype');
	
}
@font-face {
	font-family: 'Montserrat';
	src: URL('montserrat.ttf') format('truetype');
	font-weight: 400;
}
html, body, content {
	height: 100%;
	height: -webkit-fill-available;
	margin: 0;
}
body {
	background-image: linear-gradient(#14203b, #0f182d);
	display: flex;
	flex-direction: column;
}
.animation-wrapper {
	float:none;
	display: table;
	overflow: auto;
	margin: auto;
	padding-top: 15%;
}
	.makeit, .attributlist {
		font-family: Marcellus, serif;
		font-size: 56px;
		line-height: 1.07143;
		font-weight: 400;
		color:white;
		float:left;
		height: 70px;
		overflow: hidden;
		position: relative;
	}
	.makeit {
		padding: 10px 0px;
		margin: 0;
	}
	.makeit .highlightme {
		color:#b29063;
	}
	.attributlist {
		height: 90px;
	}
	.attributlist::before {
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		content: '';
		height: 10px;
		position: absolute;
		background: linear-gradient(180deg, #14203b, rgba(255, 255, 255, 0));
	}
	.attributlist::after {
		left: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
		content: '';
		height: 10px;
		position: absolute;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0), #14203b);
	}
	ul {
		margin: 0;
		padding: 0;
		animation: scrollUp 3s .16s infinite forwards;
	}
	ul li {
		opacity: 1;
		height: 70px;
		padding: 10px;
		list-style: none;
	}
	@keyframes scrollUp {
		from {
			transform: translateY(0);
		}
	
		to {
			transform: translateY(-85.71429%);
		}
	}
	h2 {
		color:white;
		font-weight: 400;
		font-size: 28px;
		line-height: 1.6em;
		letter-spacing: .1em;
		font-family: Helvetica Neue, Montserrat, sans-serif;
		padding-top: 80px;
	}


@media only screen and (max-width: 600px) {
	.animation-wrapper {
		padding-top: 35%;
	}
	.makeit, .attributlist {
		font-size: 40px;
	}
	h2 {
		font-size: 20px;
	}
}
footer {
	background-color: #14203b;
	height: 50px;
	flex-shrink: 0;
	box-sizing: border-box;
	border-top: 1px solid #d4bfa3;
}
.infooter{
	text-align: center;
	height: 49px;
}
.infooter p{
	font-family: Helvetica Neue, Montserrat, sans-serif;
	font-weight: 500;
	font-size: 0.6em;
	line-height: 49px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #d4bfa3;
	margin: 0;
	padding: 0;
	height: 49px;
}