.spet-jumbotron {
	text-align: center;
	background-size: 100%;
	background-image: url(./header.png);
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.85);
	margin-top: 51px;
	min-height: 253px;
}

.spet-jumbologo {
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 15%;
	padding: 5px 10px;
	font-size: 68px;
}

.spet-jumbotext {
	font-size: 28px;
	padding-top: 20px;
}

.spet-docs-footer-links {
	text-align: center;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #999
}

.spet-docs-footer-links li {
	display: inline;
	padding: 0 2px
}

.spet-docs-footer-links li:first-child {
	padding-left: 0
}