body {
	background-color:#ebebeb;
	margin: 0;
	font-family: 'Montserrat', helvetica, arial, sans-serif;	
}

html {
	color:#5a5a5a;
	margin: 0;
}

h1, h2, h3 {
	color:#000;
}

h1 {
	font-size: 2em;
}

p {
	font-size: 0.9em;
}

.header {
	position: relative;
	width: 100%;
	height: 130px;
}

.homeButton {
	border-radius: 50%;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 25px;
	color: #000;
	width: 85px;
	height: 85px;
	z-index: 10;
	text-decoration: none;
}

	.homeButton img {
		display: block;
		margin: 25px 27px;
	}

.scrapBook {
	border-radius: 50%;
	background: #e50b6a;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 25px;
	color: #000;
	width: 100px;
	height: 100px;
	z-index: 10;
}

	.scrapBook .scrabookIco {
		background: url('../images/scrapbook_icon.png') no-repeat;
		width: 36px;
		height: 52px;
		display: block;
		margin: 15px 28px;
		padding: 15px 10px 0 0px;
		font-size: 1.6em;
		font-weight: bold;
		color: #e50b6a;
	}

.images {
	width:47%;
	max-width:610px;
	margin-bottom:50px;
	float: right;
	text-align: right;
}

.text {
	width: 50%;
	float:left;	
	margin-bottom: 30px;
}

	.circle-image-quad {
		padding:2%;
		width:42%;
	}
	
	.circle-image-single {
		width:100%;	
	}

.useful-links {
	border-top-style:groove;
	border-top:solid 1px #b1b1b1;
	clear:left;
	width: 50%;
	margin-bottom: 150px; /* ensures that the useful links won't be hidden behind the footer */
}

.useful-link-text {
	margin-top:0;
}

a.useful-link {
	color: #e50b6a;
	text-decoration: none;
	display: block;	
}

.content {
	padding-left:100px;
	padding-right:100px;
}

.footer {
	background: #000;
	background-attachment: scroll;
	width: 100%;
	height: 130px;
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0.85;
	z-index: 10;
	color: #fff;
	font-size: 0.8em;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

	.footer a:hover {
		text-decoration: underline;
	}

.footer .bullet {
	margin-left: 10px;
}

.footer .mainLinks {
	position: absolute;
	left: 20px;
	top: 30px;	
}

	.mainLinks .linkSet {
		float: left;
		margin-bottom: 5px;	
		clear: both;
	}

.footer .moreLinks {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.footer i {
	font-size: 1.3em;
	margin-left: 5px;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.footer ul li {
		float: left;
		margin: 0 0 0 10px;
	}

.footer .logo {
	position: absolute;
	top: 25px;
	right: 20px;
}
 
@media all and (max-width: 939px) {
	.images {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.text {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.useful-links {
		width: 100%;
	}
}