section.jumbotron {
	height: 60vh;
}

.custom-mask p {
	font-family: 'Raleway', sans-serif;
	min-height: 128px;
}

.info .main-heading {
	position: relative;
	font-family: 'Silkscreen', cursive;
}

.info .main-heading::after {
	content: '';
	position: absolute;
	width: 40%;
	height: 2px;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	background-color: darkcyan;
}

.info.bg-secondary h1::after {
	background-color: aliceblue;
}

.img-wrapper {
	width: 100%;
}

.img-wrapper img {
	width: 100%;
}

div.fancy {
	max-width: 578px;
	width: 100%;
}

p.lead {
	font-family: 'Raleway', sans-serif;
}

@media (max-width: 380px) {
	section.jumbotron {
		height: 75vh;
	}
}

@media (max-width: 480px) {
	section.jumbotron a.btn.btn-lg {
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		border-radius: 0.25rem;
	}

	.lead {
		font-size: 1rem !important;
	}

	.main-heading {
		font-size: 1rem !important;
	}
}
