.banner {
	background-position: center bottom;
	background-repeat: no-repeat;
}

.outlined {
	text-shadow: 0 0 1em rgba(0,0,0,0.10);
}

.herotext {
	font-size: 3.5em;
}

.customList {
	padding: 0 2.5% 0 5%;
}

.customList li {
	text-align: left;
	margin-bottom: 2.5%;
}

.main .container:before {
	min-height: 0;
}

.downloadContainer {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
}

.downloadProfile {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.downloadProfile #downloadImage {
	border: 0;
}

.practicalList {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	margin-top: 1em;
}

@media (max-width: 600px) {
	.practicalList {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		list-style: none;
		margin-top: 1em;
	}
}

.practicalList li {
	width: 75%;
}