@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: Atmosphere;
	src: url('../fonts/Atmosphere-Regular.ttf') format('truetype'); 
}

p {
	font-family: ITC Galliard, 'Libre Baskerville', Georgia, serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
}

p+p {
	margin-top: 5%;
}

p a:link {
	color: #9FC63B;
	text-decoration: underline;
}

p a:active {
	color: #9FC63B;
	text-decoration: underline;
}

p a:visited {
	color: #9FC63B;
	text-decoration: underline;
}

p a:hover {
	color: #FFF;
	text-decoration: none;
}

h2 {
	font-family: ITC Galliard, 'Libre Baskerville', Georgia, serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #9FC63B;
}

h1 {
	font-family: Atmosphere;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #9FC63B;
}

h3, h4 {
	font-family: Atmosphere;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFF;
}

.centred {
	text-align: center;
}

#footer p a:link {
	color: #000;
	text-decoration: none;
}

#footer p a:active {
	color: #000;
	text-decoration: none;
}

#footer p a:visited {
	color: #000;
	text-decoration: none;
}

#footer p a:hover {
	color: #9FC63B;
	text-decoration: none;
}

.servicesicon h4 a:link {
	color: #FFF;
	text-decoration: none;
}

.servicesicon h4 a:active {
	color: #FFF;
	text-decoration: none;
}

.servicesicon h4 a:visited {
	color: #FFF;
	text-decoration: none;
}

.servicesicon h4 a:hover {
	color: #9FC63B;
	text-decoration: none;
}



h3 a:link {
	color: #FFF;
	text-decoration: none;
}

h3 a:active {
	color: #FFF;
	text-decoration: none;
}

h3 a:visited {
	color: #FFF;
	text-decoration: none;
}

h3 a:hover {
	color: #9FC63B;
	text-decoration: none;
}


.sidebar-button a:link {
	color: #000;
	text-decoration: none;
}

.sidebar-button a:active {
	color: #000;
	text-decoration: none;
}

.sidebar-button a:visited {
	color: #000;
	text-decoration: none;
}

.sidebar-button:hover {
	color: #9FC63B;
	text-decoration: none;
}

	