.agechoice {
	text-align: center;
}

.jumbotron {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 10px;
}

.jumbotron .shop {
	margin-top: 15px;
	font-size: 0.8em;
}

.btn-primary {
	color: #ffffff;
	background-color: #982b2b;
	border-color: #981c1c;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
	color: #ffffff;
	background-color: #979191;
	border-color: #797474;
}

.absolutecenter {
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	max-width: 100%;
}

h2 {
	color: #982b2b;
	font-size: 1.8em;
}

.contact p {
	margin: 0;
}

.contact p {
	color: #979191;
}

.contact a {
	color: #982b2b;
}

footer a,
footer a:hover, 
footer a:focus, 
footer a:active {
	color: #979191;
}