body {
	font-size: 1em;
	font-family: 'Playball', Arial, sans-serif;
	background-position: right 60px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

.background {
	background-color: #eee;
	opacity: 0.4;
	width: 52%;
	height: 3000px;
    position: absolute;
    top: 0;
    z-index: -1;
}

a {
	color: #af0000;
	text-decoration: none;
}

@media (min-width: 960px) {
	body {
		background-size: 120%;
	}
}
@media (max-width: 960px) and (min-width: 640px) {
	body {
		background-size: 120%;
		background-image: url(../images/background_medium.jpg) no-repeat;
		font-size: 0.8em;
	}
}
@media (max-width: 640px) {
	body {
		background-size: 200%;
		background-image: url(../images/background_small.jpg) no-repeat;
		font-size: 0.5em;
	}
}

#linksMenu {
	background-color: #af0000;
	width: 100%;
	height: 60px;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 2;
}

#linksMenu label {
	font-size: 2em;
	font-weight: 600;
	color: #eee;
	border-bottom: 12px solid #ffa500;
	text-decoration: none;
	opacity: 0.6;
	margin: 4px 36px;
	padding: 7px 12px;
	cursor: pointer;
}

#linksMenu label:hover {
	opacity: 1;
}

#linksMenu label.active {
	opacity: 1;
}

.contentBlock {
	width: 52%;
	padding-top: 48px;
}

.contentBlock p {
	font-size: 1.6em;
	font-weight: 600;
	padding: 0 5%;
	margin-top: 60px;
}

.annie {
	color: #af0000;
}

.align-center {
	text-align: center;
}

#cancer {
	background-color: #1d183b;
	color: #eee;
	opacity: 0.8;
}

#home, #cancer, #contact {
	padding: 24px 0;
}