div.main-content-wrapper {
	height: 100vh;
}

div.main-content {
	color: white;
	min-height: 60vh;
}

div.content-background-image {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 75%, #222 100%), url("images/rainbow-falls-hawaii.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


h1:focus {
    outline: none;
}

span.nowrap {
	white-space: nowrap;
}