


body {
	background: url('../../../web/templates/img/bg-extras.jpg') no-repeat center center black;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	min-height: 100%;
}


header.main h2 {
	text-transform: uppercase;
	color: #00b2b2;
	font-size: 32px;
	font-size: 2rem;
}

header.main h2 a {
	font-weight: normal;
	color: white;
	text-transform: none;
	font-size: 20.8px;
	font-size: 1.3rem;
	text-decoration: none;
	display: -moz-inline-block;
	display: inline-block;
	margin-left: 10px;
}

header.main h2 a:hover {
	color: #00b2b2;
}


.extras-container > section {
	margin-bottom: 40px;
}

.extras-container > section > h1 {
	margin-bottom: 40px;
}

.extras-container > section > h1 > a {
	text-decoration: none;
	color: inherit;
}

.extras-container > section > h1 strong {
	color: #00b2b2;
}

.extras-container article {
	margin-bottom: 20px;
}

.extras-container article:hover {
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
