body {
	background: #040509 url('../images/earth-from-space.jpg') 50% 0% no-repeat;
	background-attachment: fixed;
	background-size: auto 100vh;
	font-size: 18px;
}

@media screen and (min-width: 1200px) {
	body {
		background-size: 100% auto;
	}
}

p, h1, h2, h3 {
	margin-bottom: 1rem;
	line-height: 1em;
}

p {
	line-height: 1.25em;
}

h1 {
	display: none;
}

.row.--logo > .col > div {
	text-align: center;
	padding-top: 2em;
}

.row.--logo > .col > div > img {
	display: inline-block;
	width: 412px;
	max-width: 100%;
}

.row.--content {
	margin-top: 2em;
	margin-bottom: 2em;
}

.row.--content > .col > div {
	margin-bottom: 1em;
	background-color: #FFFFFF99;
	color: #040509;
	font-weight: 700;
	border-radius: 0.5em;
	padding: 1em;
	transition: background-color .75s;
}

.row.--content > .col > div:hover {
	background-color: #FFFFFFCC;
}

.row.--content > .col h2 {
	font-size: 2em;
	font-weight: 400;
}

.row.--content > .col h3 {
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 0;
}

.row.--content > .col.--details h2 {
	display: none;
}

@media screen and (min-width: 768px) {
	.row.--content > .col > div {
		height: 100%;
	}
}
