#sections {
	text-align: center;
	margin: 25px 0 0 0;
}

.doc-section {
	display: inline-block;
	background-position: 50% 10px;
	background-size: auto 150px;
	background-repeat: no-repeat;
	padding: 170px 0 0 0;
	margin: 25px 75px;
	color: #1b75d5;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.25em;
}

#release-notes {
	background-image: url(../images/release-notes.svg);
}

#api-documentation {
	background-image: url(../images/api.svg);
}