@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-optical-sizing: auto;
	font-family: "Titillium Web", sans-serif;
 	font-weight: 200;
  	font-style: normal;
	color: #40514e;
}

/** Header **/
#banner {
	background: #11999e;
	width: 100%;
	padding: 20px 0;
}
#banner-logo {
	width: 250px;
	height: auto;
	margin: 5px auto;
}
#banner-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#banner-nav {
	width: 100%;
	height: auto;
}
#banner-nav-socials {
	width: 100%;
	height: 20px;
	text-align: right;
}
.header-right-socialicons {
	width: 100%;
	text-align: center;
	margin: 0;
}
.socialicon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0;
}
.socialicon:hover {
	opacity: 0.5;
}
.socialicon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#banner-nav-phone {
	width: 100%;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	padding: 10px 0 0 0;
}
#banner-nav-nav {
	width: 100%;
}
@media (min-width: 768px) {
.header-right-socialicons {
	text-align: right;
	display: block;
}
#banner {
	padding: 20px 2%;
}
#banner-logo {
	width: 330px;
	margin: 8px 0;
}
#banner-nav-phone {
	text-align: right;
}
}
@media (min-width: 992px) {
#banner {
	padding: 20px 8%;
}
#banner-logo {
	width: 350px;
	margin: 4px 0;
}
}
@media (min-width: 1200px) {
#banner {
	padding: 20px 8%;
}
}
@media (min-width: 1400px) {
#banner {
	padding: 20px 12%;
}
}

/** Page Banner **/
.page-banner {
	width: 100%;
	height: 130px;
	background: #eaeaea;
	overflow: hidden;
	position: relative;
}
.page-banner-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-banner-head {
	width: 100%;
	height: 100%;
	font-size: 3.5em;
	line-height: 1em;
	font-weight: 500;
	color: rgba(255,255,255,0.6);
	text-align: center;
	padding: 30px 0;
	position: absolute;
	top: 10px;
}
@media (min-width: 992px) {
.page-banner {
	height: 220px;
}
.page-banner-head {
	font-size: 5em;
	top: 30px;
}
}

/** Gallery Pics **/
.gallery-pics {
	margin: 50px 0 0 0;
}
.gallery-pic {
	width: 100%;
	height: 200px;
	background: #eaeaea;
	border-radius: 20px;
	margin: 10px 0;
	overflow: hidden;
}
.gallery-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 992px) {
}

/** Jumbo **/
#jumbo {
	width: 100%;
	background: url("../images/jumbo01.jpg");
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
#jumbo-content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url("../images/diamondshape.svg");
  	background-repeat: no-repeat;
  	background-size: 160%;
	background-position: center;
	text-align: center;
	padding: 80px 0 80px 0;
}
#jumbo-content-text {
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 10px;
}
#jumbo-content h1 {
	font-size: 2.25em;
	font-weight: 700;
	line-height: 1em;
}
#jumbo-content p {
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.2em;
}
#jumbo-content  .header-tag {
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 500;
}
@media (min-width: 576px) {
#jumbo-content {
	width: 580px;
	height: auto;
	padding: 100px 10px 100px 10px;
	background-size: 90%;
}
#jumbo-content-text {
	width: 400px;
}
#jumbo-content h1 {
	font-size: 2.5em;
}
#jumbo-content p {
	font-size: 1.35em;
}
}
@media (min-width: 768px) {
#jumbo-content {
	width: 750px;
	height: auto;
	padding: 140px 0 140px 0;
	background-size: 90%;
}
#jumbo-content-text {
	width: 500px;
	padding: 40px 30px;
}
#jumbo-content h1 {
	font-size: 3em;
}
#jumbo-content p {
	font-size: 1.5em;
}
}
@media (min-width: 992px) {
#jumbo-content {
	width: 900px;
	height: auto;
	padding: 120px 10px 120px 10px;
	background-size: 100%;
	background-size: cover;
}
#jumbo-content-text {
	width: 600px;
	padding: 40px 30px;
}
#jumbo-content h1 {
	font-size: 4.25em;
}
#jumbo-content p {
	font-size: 1.75em;
}
#jumbo-content  .header-tag {
	font-size: 1.25em;
}
}

/** Teasers **/
.teasers {
	padding: 20px 0;
}
.teaser {
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
	margin: 10px 0;
}
.teaser h2 {
	font-size: 1.75em;
	font-weight: 700;
}
.teaser p {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 500;
}
.teaser a {
	font-weight: 700;
}
@media (min-width: 992px) {
.teasers {
	padding: 20px 10%;
}
.teaser h2 {
	font-size: 2.25em;
}
}
@media (min-width: 1200px) {
.teaser p {
	font-size: 1.35em;
}
}

/** Text **/
.header-tag {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 500;
}
#content h1 {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 700;
}
#content h1+p {
	font-size: 120%;
	font-weight: 700;
}
#content h2 {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 700;
}
#content h2+p {
	font-size: 120%;
	font-weight: 700;
}
#content p {
	font-size: 1.2em;
	font-weight: 300;
}
.blue-sec ul {
	list-style-type: none;
}
@media (min-width: 768px) {
#content h1 {
	font-size: 3.5em;
}
}
@media (min-width: 992px) {
#content h1+p {
	font-size: 150%;
	font-weight: 700;
}
	#content h2+p {
	font-size: 150%;
	font-weight: 700;
}
}


/** Sections **/
.intro {
	padding: 50px 1%;
	text-align: center;
}
.blue-sec {
	width: 100%;
	background-color: #11999e;
	padding: 50px 2%;
	margin: 80px 0;
	color: #fff;
	position: relative;
}
.blue-sec-pic {
	width: 100%;
	height: auto;
	background: #fff;
	top: -25px;
	margin: 0 0 25px 0;
	border-radius: 20px;
	overflow: hidden;
	float: right;
}
.blue-sec-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 576px) {
.blue-sec-pic {
	width: 350px;
}
}
@media (min-width: 992px) {
.intro {
	padding: 50px 15%;
}	
.blue-sec {
	width: 100%;
	background-color: #11999e;
	padding: 80px 5%;
	margin: 80px 0;
	color: #fff;
}
.blue-sec-pic {
	width: 100%;
	top: -25px;
}
}
@media (min-width: 1200px) {
.blue-sec {
	padding: 80px 12% 50px 12%;
}
.blue-sec-pic {
	width: 100%;
	height: 600px;
	top: -25px;
}
}

/* Contact Form */
.contact-form {
	padding: 0 2%;
	text-align: center; 
	
}
.contact form {
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}
.contact-list {
	font-size: 1.1em;
	font-weight: 500;
}
.contact ul {
	list-style: none;
	margin-left: -40px;
	text-align: center;
}
@media (min-width: 768px) {
.contact ul {
	text-align: right; 
}
}
@media (min-width: 992px) {
.contact-form {
	padding: 50px 15%;
}
}

/** Footer **/
#footer {
	border-top: 1px solid #40514e;
	padding: 0 5%;
	margin-top: 50px;
	position: relative;
}
#footer-cta {
	width: 100%;
	padding: 20px 20px;
	background: #11999e;
	position: relative;
	top: -35px;
	border-radius: 10px;
	color: #fff;
}
#footer-cta-left {
	text-align: center;
	font-size: 1.25em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
}
#footer-cta-right {
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 700;
}
#footer-cta a {
	color: #fff;
	text-decoration: underline;
}
#footer-copyright {
	text-align: center;
	padding: 20px;
	font-size: 1.2em;
}
#footer-copyright a {
	color: #11999e;
	font-weight: 700;
	text-decoration: underline;
}
@media (min-width: 576px) {
#footer-cta-left {
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}
#footer-cta-right {
	text-align: right;
	font-size: 1.5em;
	font-weight: 700;
}
}
@media (min-width: 992px) {
#footer {
	padding: 0 15%;
	margin-top: 50px;
}
#footer-cta-left {
	font-size: 1.75em;
}
#footer-cta-right {
	font-size: 1.75em;
}
}

/** Social Icons **/
.social-icon-list {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 10px;	
	float: right;
}
.social-icon-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.social-icon-list img:hover {
	opacity: 50%;
}

/* Lists */
ul.services-bullets {
 	list-style-type: none;
	margin: 20px 0 40px -15px;
}
ul.services-bullets li {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 5px 0 0 0;
}
.blue-sec ul.services-bullets li:before {
	content: '';
	display: inline-block;
	height: 15px;
	width: 15px;
	background-size: contain;
	background-image: url("../images/tick-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 10px 0 -25px;
	position: relative;
	bottom: -3px;
	list-style-position: inside;
}
ul.services-bullets li:before {
	content: '';
	display: inline-block;
	height: 15px;
	width: 15px;
	background-size: contain;
	background-image: url("../images/tick-blue.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 10px 0 -25px;
	position: relative;
	bottom: -3px;
	list-style-position: inside;
}
@media (min-width: 992px) {
ul.services-bullets li {
	font-size: 1.2em;
}
}

/** Colours **/
.lt-blue-bk {
	background-color: #70c2c5;
	color: #fff;
}
.lt-blue-bk a {
	color: #0b7074;
}
.dk-blue-bk {
	background-color: #11999e;
	color: #fff;
}
.dk-blue-bk a {
	color: #fff;
}

/** Links **/
main a {
	text-decoration: underline;
	color: #11999e;
	font-weight: 700;
}
main a:hover {
	opacity: 0.5;
}
#banner-nav-phone a {
	color: #fff;
	font-weight: 700;
}

/** Fonts **/
.titillium-web-extralight {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.titillium-web-light {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	font-style: normal;
	}

.titillium-web-regular {
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.titillium-web-semibold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.titillium-web-bold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.titillium-web-black {
	font-family: "Titillium Web", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.titillium-web-extralight-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.titillium-web-light-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.titillium-web-regular-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.titillium-web-semibold-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.titillium-web-bold-italic {
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: italic;
}
