/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------- UNIVERSAL STYLES -----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
	font-family: "Thonbury", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
	margin: 0;
	//background: rgba(20, 20, 20, 1);
}

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- HEADER STYLES ------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

header {
	top: 0;
	width: 100%;
	height: 15%;
	background: rgba(255, 245, 220, 1.0);
	position: fixed;
	z-index: 1;
	font-family: "Copperplate", sans-serif;
	box-shadow: 0 5px 10px black;
}

.logo-plus-name {
	height: 50%;
}

.header-logo {
	height: 80%;
	display: block;
	float: left;
	margin: 0.5% auto auto 0.5%;
}

.logo-plus-name h1 {
	width: 100%;
	margin-bottom: 0;
	bottom: 50%;
	position: absolute;
	display: block;
	color: rgba(200, 0, 0, 1.0);
	font-size: 4vmin;
}

nav {
	top: 50%;
	height: 50%;
	display: block;
	width: 100%;
	margin: auto;
	display: block;
	line-height: 3;
	background: rgba(200, 0, 0, 1.0);
}

nav a {
	width: 16.66%;
	height: 100%;
	display: inline-block;
	text-align: center;
	font-size: 2.5vmin;
	text-decoration: none;
	//border: 1px solid black;
	border-right: 1px solid rgba(255, 245, 220, 1.0);
	box-sizing: border-box;
	//margin: auto;
	float: left;
	color: rgba(255, 255, 255, 1.0);
}

nav a:last-of-type {
	border-right: none;
}

nav a:hover {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
	background-image: linear-gradient(rgba(100, 0, 0, 1.0), rgba(200, 0, 0, 1.0));
}

nav a:active {
	color: rgba(200, 200, 200, 1.0);
	text-decoration: none;
}

nav a:visited {
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
}

nav a.current {
	background: rgba(255, 245, 220, 1.0);
	color: rgba(200, 0, 0, 1.0);
}

/*--------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ MAIN STYLES -------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

main {
	display: block;
	position: fixed;
	top: 15%;
	margin: auto;
	width: 100%;
	height: 78%;
	background: rgba(255,245,220,1.0);
}

section.carousel {
	width: 100%;
	height: 100%;
}

section.carousel-inner {
	width: 100%;
	height: 100%;
}

section.carousel-item {
	width: 100%;
	height: 100%;
}

.carousel-indicators {
	z-index: 2;
	margin: auto;
	bottom: 7%;
	width: 20%;
	//height: 5%;
	//background-image: radial-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.carousel-indicators li {
	background-color: rgba(100, 100, 100, 1.0);
}

.carousel-indicators li.active {
	background-color: rgba(220, 220, 220, 1.0);
}

a.carousel-control-prev {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

a.carousel-control-next {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

a.carousel-control-prev, a.carousel-control-next {
	width: 5%;
	//height: 30%;
	margin: auto;
}

a.carousel-control-prev i, a.carousel-control-next i {
	color: rgba(255, 255, 255, 1.0);
	//background: rgba(0, 0, 0, 0.7);
	font-size: 2em;
}

/*******************/
/*** HOME STYLES ***/
/*******************/

.landing-logo {
	width: 50%;
	display: block;
	margin: auto;
	margin-top: 3%;
	position: relative;
}

.landing-cta {
	width: 30%;
	display: block;
	margin: auto;
	margin-top: 3%;
	font-size: 3vmin;
	font-family: "Copperplate", sans-serif;
	position: relative;
	text-align: center;
}

.landing-cta a {
	color: rgba(200, 0, 0, 1.0);
}

.landing-cta a:active {
	color: rgba(100, 0, 0, 1.0);
	text-decoration: underline;
}

.landing-cta a:visited {
	color: rgba(200, 0, 0, 1.0);
	text-decoration: none;
}

.landing-cta a:hover {
	color: rgba(100, 0, 0, 1.0);
	text-decoration: underline;
}

.qualifications-home, .services-home {
	width: 80%;
	height: 50%;
	display: block;
	margin: auto;
	margin-top: 5%;
	position: relative;
	//box-shadow: 0px 10px 10px black;
	padding: 2%;
	border: 1vmin solid rgba(0, 0, 0, 1.0);
	box-sizing: border-box;
	//background: rgba(200, 0, 0, 1.0);
	//color: rgba(255, 245, 220, 1.0);
}

.qualifications-home h2, .services-home h2 {
	font-family: "Copperplate", sans-serif;
	color: rgba(200, 0, 0, 1.0);
	font-size: 6vmin;
}

.qualifications-cta {
	width: 50%;
	height: 100%;
	margin: 0;
	display: inline-block;
	font-size: 4vmin;
}

.qualifications-short {
	width: 50%;
	height: 100%;
	margin: 0;
	display: inline-block;
	float: right;
	font-size: 3vmin;
}

.qualifications-short ul, .services-short ul {
	margin-top: 15%;
}

.services-cta {
	width: 50%;
	height: 100%;
	margin: 0;
	display: inline-block;
	font-size: 4vmin;
}

.services-short {
	width: 50%;
	height: 100%;
	margin: 0;
	display: inline-block;
	float: right;
	font-size: 3vmin;
}

.qualifications-cta p a, .services-cta p a {
	color: rgba(200, 0, 0, 1.0);
	text-decoration: underline;
}

.qualifications-cta p a:active, .services-cta p a:active {
	color: rgba(100, 0, 0, 1.0);
	text-decoration: underline;
}

.qualifications-cta p a:visited, .services-cta p a:visited {
	color: rgba(200, 0, 0, 1.0);
	text-decoration: underline;
}

.qualifications-cta p a:hover, .services-cta p a:hover {
	color: rgba(100, 0, 0, 1.0);
	text-decoration: underline;
}

/****************************/
/*** QUALIFICATION STYLES ***/
/****************************/

.qualifications-page {
	background-image: url("../images/closeup_trough.jpg");
	background-size: 30%;
	background-repeat: repeat;
}

.qualifications-card {
	width: 70%;
	//height: 50%;
	display: block;
	position: relative;
	margin: auto;
	margin-top: 10%;
	box-shadow: 0 10px 10px black;
	background: rgba(255, 245, 220, 1.0);
}

.qualifications-card h1 {
	width: 100%;
	height: 20%;
	font-size: 7vmin;
	color: rgba(255, 245, 220, 1.0);
	background: rgba(200, 0, 0, 1.0);
	text-align: center;
	font-family: "Copperplate", sans-serif;
	margin: 0;
}

.qualifications-card p {
	width: 100%;
	background: rgba(255, 245, 220, 1.0);
	padding: 1%;
	margin: 0;
	text-align: center;
	font-size: 2.5vmin;
}

/***********************/
/*** SERVICES STYLES ***/
/***********************/

.services-page {
	background-image: url("../images/closeup_trough.jpg");
	background-size: 30%;
	background-repeat: repeat;
}

.services-card {
	width: 70%;
	//height: 50%;
	display: block;
	position: relative;
	margin: auto;
	margin-top: 10%;
	background: rgba(255, 245, 220, 1.0);
	box-shadow: 0 10px 10px black;
}

.services-card h1 {
	width: 100%;
	height: 20%;
	font-size: 7vmin;
	color: rgba(255, 245, 220, 1.0);
	background: rgba(200, 0, 0, 1.0);
	text-align: center;
	font-family: "Copperplate", sans-serif;
	margin: 0;
}

.services-card p {
	width: 100%;
	background: rgba(255, 245, 220, 1.0);
	padding: 1%;
	margin: 0;
	text-align: center;
	font-size: 2.5vmin;
}

/**********************/
/*** GALLERY STYLES ***/
/**********************/

.gal-collage {
	background-image: url("../images/closeup_trough.jpg");
	background-size: 30%;
	background-repeat: repeat;
}

.gal-collage h2 {
	background: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 1.0);
	padding: 5%;
	text-align: center;
	margin: auto;
	width: 50%;
	position: relative;
	top: 40%;
	display:  block;
	vertical-align: middle;
	font-size: 4vmin;
	font-family: "Copperplate", sans-serif;
}

.gallery p {
	padding: 2%;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 35%;
}

.gal-joe {
	background-image: url("../images/joe.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.gal-hugh {
	background-image: url("../images/hugh.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.gal-tanya {
	background-image: url("../images/tanya.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/**********************/
/*** CONTACT STYLES ***/
/**********************/

.contact-icons {
	width: 30%;
	height: 100%;
	margin: 0;
	display: inline-block;
}

.contact-icons p {
	width: 100%;
	height: 30%;
	text-align: right;
	margin: 0 0 0 0;
	color: rgba(200, 0, 0, 1.0);
}

.contact-icons p a {
	color: rgba(200, 0, 0, 1.0);
}

.contact-icons p a:active {
	color: rgba(100, 0, 0, 1.0);
}

.contact-icons p a:visited {
	color: rgba(200, 0, 0, 1.0);
}

.contact-icons p a:hover {
	color: rgba(100, 0, 0, 1.0);
}

.contact-icons p:first-of-type {
	margin: 10% 0 0 0;
}

.contact-icons p i {
	font-size: 9vmin;
}

.contact-info {
	width: 70%;
	height: 100%;
	margin: 0;
	display: inline-block;
	float: right;
}

.contact-info p {
	width: 95%;
	height: 30%;
	text-align: left;
	margin: 0 0 0 5%;
	font-size: 3vmin;
	box-sizing: border-box;
}

.contact-info p a {
	color: black;
	text-decoration: underline;
}

.contact-info p a:hover {
	color: rgba(200, 0, 0, 1.0);
}

.contact-info p:first-of-type {
	margin: 6% 0 0 5%;
}

.contact-icons, .contact-info {
	padding-top: 2%;
}

/**********************/
/*** SERVING STYLES ***/
/**********************/

.service-map {
	width: 80%;
	height: 70%;
	box-shadow: 0 10px 10px black;
	margin: auto;
	display: block;
}

.service-map h2 {
	color: rgba(255, 245, 220, 1.0);
	background: rgba(200, 0, 0, 1.0);
	width: 100%;
	height: 10%;
	text-align: center;
	font-family: "Copperplate", sans-serif;
	font-size: 5vmin;
	display: block;
	margin: auto;
	margin-top: 3%;
}

.locations {
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
}

.map {
	width: 60%;
	height: 90%;
	float: left;
}

.town-list-1, .town-list-2 {
	width: 20%;
	float: left;
	font-size: 3vmin;
	height: 90%;
	background: rgba(255, 245, 220, 1.0);
}


/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- FOOTER STYLES ------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

footer {
	height: 7%;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: rgba(255, 245, 220, 1.0);
	box-shadow: 0 -5px 5px black;
}

footer small {
	position: absolute;
	left: 1%;
	bottom: 35%;
	float: left;
	vertical-align: middle;
}

footer p {
	margin-top: 0;
	color: black;
	float: right;
	margin-right: 2%;
	height: 100%;
}

footer p a {
	display: inline-block;
	position: unset;
	height: 100%;
	font-size: 5vmin;
	bottom: 10%;
	color: rgba(200, 0, 0, 1.0);
}

footer p a:hover {
	color: rgba(100, 0, 0, 1.0);
}

.facebook-link a i {
	background: rgba(255, 245, 220, 1.0);
}

.quote-link a {
	text-decoration: underline;
	font-family: "Copperplate", sans-serif;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- FACEBOOK LOGO ------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.fa-square-facebook {
	color: rgba(24, 119, 242, 1);
}

.fa-square-facebook:hover {
	color: rgba(24, 119, 242, 1);
}

.fa-square-facebook:active {
	color: rgba(24, 119, 242, 1);
}

.fa-square-facebook:visited {
	color: rgba(24, 119, 242, 1);
}







