@import url(reset.css); 

/*

	Main CSS:
	Copyright (C) 2020 OwlTree Web Solutions.
	Mobile first

*/

html
{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 100%;
}

@font-face
{
	
	font-family: 'LatoThin';
	src: url('../fonts/LatoThin.eot'); src: url('../fonts/LatoThin.eot?#iefix') format('embedded-opentype'), url('../fonts/LatoThin.svg#LatoThin') format('svg'), url('../fonts/LatoThin.woff') format('woff'), url('../fonts/LatoThin.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'LatoLight';
	src: url('../fonts/LatoLight.eot'); src: url('../fonts/LatoLight.eot?#iefix') format('embedded-opentype'), url('../fonts/LatoLight.svg#LatoLight') format('svg'), url('../fonts/LatoLight.woff') format('woff'), url('../fonts/LatoLight.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'LatoMedium';
	src: url('../fonts/LatoMedium.eot'); src: url('../fonts/LatoMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/LatoMedium.svg#LatoMedium') format('svg'), url('../fonts/LatoMedium.woff') format('woff'), url('../fonts/LatoMedium.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'LatoBold';
	src: url('../fonts/LatoBold.eot'); src: url('../fonts/LatoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/LatoBold.svg#LatoBold') format('svg'), url('../fonts/LatoBold.woff') format('woff'), url('../fonts/LatoBold.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'InterstateThin';
	src: url('../fonts/InterstateThin.eot'); src: url('../fonts/InterstateThin.eot?#iefix') format('embedded-opentype'), url('../fonts/InterstateThin.svg#InterstateThin') format('svg'), url('../fonts/InterstateThin.woff') format('woff'), url('../fonts/InterstateThin.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'InterstateLight';
	src: url('../fonts/InterstateLight.eot'); src: url('../fonts/InterstateLight.eot?#iefix') format('embedded-opentype'), url('../fonts/InterstateLight.svg#InterstateLight') format('svg'), url('../fonts/InterstateLight.woff') format('woff'), url('../fonts/InterstateLight.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'Interstate';
	src: url('../fonts/interstate.eot'); src: url('../fonts/interstate.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate.svg#interstate') format('svg'), url('../fonts/interstate.woff') format('woff'), url('../fonts/interstate.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'InterstateMonoBold';
	src: url('../fonts/InterstateMonoBold.eot'); src: url('../fonts/InterstateMonoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/InterstateMonoBold.svg#InterstateMonoBold') format('svg'), url('../fonts/InterstateMonoBold.woff') format('woff'), url('../fonts/InterstateMonoBold.ttf') format('truetype');	
	font-display: swap;
}

body
{
	font-family: 'Interstate', sans-serif;
	font-size: 1.0em;
	line-height: 2em;
	letter-spacing: 0px;
	color: #422919;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: transparent;
}

header
{
	position: relative;
	z-index: 100;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: transparent;
	
}

.content-strip
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0em 0 0em 0;
	padding: 1em 0 3em 0;
}

.zero-margin
{
	margin: 0;
	padding: 0;
}

.container
{
	clear: both;
	position: relative;
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}

.container img
{
	width: auto;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1%;
}

.flex-box
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	z-index: 0;
}

h1
{
	font-family: 'LatoThin';
	width: 100%;
	margin: 1em 0%;
	font-size: 7vw;
	font-weight: normal;
	line-height: 1em;
	color: #676c72;
	text-align: center;
}

h2
{
	font-family: 'LatoThin';
	font-size: 7vw;
	margin: 0.5em 0%;
	line-height: 1em;
	font-weight: normal;
	padding: 0;
	color: #676c72;
}


h3
{
	font-family: 'LatoThin';
	font-size: 2em;
	margin: 1em 0;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	color: #676c72;
}

h4
{
	font-family: 'LatoLight';
	font-size: 1.5em;
	margin: 1em 0;
	padding: 0;
	color: #676c72;
}

h5
{
	font-family: 'LatoThin';
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
	margin: 1em 0;
	padding: 0;
}

ul
{
	display: block;
	margin-bottom: 1em;
	font-size: 1.2em;
}

p
{
	margin: 0.5em 0 0 0;
	font-size: 1.2em;
	
}

li
{ 
	list-style-position: inside;
	margin: 0.5em 0 0 0;
}

blockquote
{
	
}

cite
{
	font-style: italic;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

.text-white
{
	color: white;
}

.centre
{
	text-align: center;
}

hr, hr.cta
{
	clear: both;
	width: 130px;
	margin: 1em auto;
	max-width: 1280px;
	color: transparent;
	border-top: 2px solid #b3c6e7;
}


/*---------- Background Colours -------------*/

.white-bg
{
	background-color: white;
}

.dark-blue-bg
{
	background-color: #1079bd;
}

.mid-blue-bg
{
	background-color: #749dd1;
}

.light-blue-bg
{
	background-color: #b3c6e7;
}

grey-bg
{
	background-color: #676c72;
}

/*------------- Logo Area -------------*/

.logo-container
{
	
	/*float: left;*/
	width: 100%;
	/*min-width: 110px;*/
	/*max-width: 200px;*/
	height: 70px;
	padding: 0em 0;
	margin: 0;
	background-color: transparent;	
}

.logo-container img
{
	width: 50%;
	max-width: 350px;
	min-width: 250px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}

.logo-container img:hover
{
	transform: scale(1.02);
}


/*------------ Navigation ----------------*/

#navbar
{
	float: left;
	width: 100%;
	/*height: 50px;*/
	/*z-index: 10;*/
	/*overflow: hidden;*/
	background-color: white;
	border-bottom: 2px solid #749dd1;
}

.sticky
{
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .banner-section
{
	margin-top: 50px;
}

/*----------- Navigarion Bar - Horizontal ------------*/

.nav-horizontal
{
	display: none;
	/*float: left;*/
	width: 100%;
	/*height: 2em;*/
	margin: 0 0 0 0;
	padding: 1em 0;
	background-color: transparent;
}

.nav-horizontal a {
  padding: 8px 5px 5px 5px;
  margin: 0 10px;
  text-decoration: none;
  color: #1079bd;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 0.9em;
  font-family: 'LatoMedium';
}

.nav-horizontal a:hover{
  color: #676c72;
}

.nav-horizontal a.active
{
	color: #1079bd;
}


/*---------- Main Navigation Bar ----------*/

.nav
{
	/*position: fixed;*/
	/*float: left;*/
	width: 100%;
	/*height: 2em;*/
	margin: 0em 0 0 0;
	padding: 0em 0;
	text-align: right;
	background-color: transparent;
	/*background-color: white;*/
	font-family: 'LatoThin';
}

.symbol-holder
{
	width: 50px;
	height: 44px;
	/*min-width: 150px;*/
	color: #1079bd;
	margin: 0 auto;
	padding: 0;
}

.symbol-holder:hover
{
	color: #a7a7a5;
}

p.menu-symbol
{
	font-size: 2.0em;
	text-align: center;
	padding: 0;
	margin: 0;
}

.symbol-holder-scroll
{
	margin: 0 auto;
	padding: 0 0;
	color: #1079bd;
}

.symbol-holder-scroll:hover
{
	color: rgb(58,170,53);
	color: #a9bba7;
}

.sidenav .menu-container span.menu-word
{
	font-size: 1em;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background: url(../images/gregory-watermark.png) no-repeat -30% 0% #f6602d;*/
  /*background-size: 60%;*/
  background-color: #1079bd;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
}

.menu-container
{
	float: left;
	width: 100%;
	/*max-width: 800px;*/
	/*min-width: 600px;*/
	min-height: 1000px;
	margin: 0;
	padding: 4em 0 10em 0 ;
	/*background-color: rgba(58,170,53,0.9);*/
	/*background-color: rgba(169,187,167, 0.60);*/
	text-align: right;
}

.sidenav a {
  padding: 8px 20px 8px 10px;
  text-decoration: none;
  font-size: 6vw;
  line-height: 1em;
  color: white;
  /*color: #422919;*/
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #749dd1;
}

.sidenav a.active
{
	color: #b3c6e7;
}

.sidenav .closebtn {
  position: absolute;
  top: 7px;
  left: 17px;
  font-size: 50px;
  margin-left: 0px;
  font-family: sans-serif;
}

.sidenav img
{
	width: auto;
	min-width: 100px;
	max-width: 200px;
	padding: 0 80px 0 0;
}

.sidebar-contact
{
	margin-top: 5em;
	text-align: right;
}

.sidebar-contact p
{
	margin: 0;
}

p.sidebar-email a
{
	font-size: 4vw;
	margin: 0;
	text-align: right;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/*---------- Banner CSS  -----------*/

.banner-section
{
	clear: both;
	float: left;
	resize: horizontal;
	width: 100%;
	/*max-width: 100%;*/
	min-height: 200px;
	max-height: 900px;
	/*overflow: auto;*/
	margin-top: 0;
	font-family: 'LatoThin';
	color: rgb(169,187,167);
	border-bottom: 8px solid #749dd1;
}

.flex-box-banner
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

.banner-caption
{
	float: left;
	width: 100%;
	padding-bottom: 56.25%;
}

.banner-caption h1
{
	color: white;
	width: 60%;
	margin: 0 auto;
	transform: translateY(2em);
}

.banner-caption h2
{
	color: white;
	font-family: 'LatoBold'; 
	text-transform: uppercase;
	text-align: center;
	
}

.banner-section p
{
	color: white;
	font-family: 'LatoLight'; 
	text-align: center;
	font-size: 1em;
}

/*---------- Content Areas CSS  -----------*/

.services
{
	margin-top: -8em;
}

.service-col
{
	position: relative;
	float: left;
	width: 95%;
	margin: 0.5em 1%;
	padding: 0em 1% 6em 1%;
	background-color: white;
	border: 1px solid silver;
}

.service-col h2
{
	text-align: center;
}

img.service-icon
{
	display: block;
	width: 150px;
	margin: 1.5em auto;
}

.button-flex
{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

button.book
{	
	position: absolute;
	bottom: 1em;
	/*margin: 0 auto;*/
	text-align: center;
	width: 150px;
	height: 50px;
	background-color: #1079bd;
	border: none;
	color: white;
	font-size: 1.5em;
	transition: all 0.2s ease-in-out;
}

button.book a, button.book a:visited
{
	color: white;
}

button.book:hover, button.book:focus
{
	border-radius: 25px;
	
}

.studio-photo
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 1em 0;
}

img.divider
{
	display: block;
	margin: 0em auto;
	padding: 1em 0;
	width: 30%;
	min-width: 150px;
	max-width: 400px;
}


/*------------- Testimonial Excerpt Strip -------------*/

/*.testimonial
{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}*/

p.quotes
{
	font-family: Arial;
	font-size: 16em;
	color: #d0d1d1;
	text-align: center;
	margin: 0.4em 0 -0.1em 0;
	padding: 0;
	line-height: 0.2em;
}

 cite.author
{
	display: block;
	font-family: 'Interstate';
	font-size: 1.5em;
	color: #749dd1;
	margin-top: 1.5em;
	font-style: normal;
}

hr.test-slider
{
	clear: both;
	width: 130px;
	margin: 0em auto 2vw auto;
	max-width: 1280px;
	color: transparent;
	border-top: 2px solid #b3c6e7;
}

/*----------- Slider ----------------*/


.testimonial-slider {
   display: block;
   width: 96%;
   height: auto;
   margin: 0 auto;
   text-align: center;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 420px;
   overflow: hidden;
   margin: 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
    font-size: 0.8em;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}


/*------------- CTA Strip -------------*/

.flex-box-cta
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
	z-index: 0;
}

.cta-col
{
	position: relative;
	float: left;
	width: 100%;
	margin: 1em 0 2em 0;
	padding: 0;
}

.cta-col p
{

	font-family: 'InterstateLight';
	font-size: 4vw;
	color: white;
	margin: 0em 0 0 0;
}

.cta-col p.tel
{
	font-family: 'InterstateLight';
	font-size: 2em;
	color: white;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: center;
}

.cta-col p.email
{
	font-family: 'InterstateLight';
	font-size: 1.5em;
	color: white;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: center;
}

.cta-col p a, .cta-col p a:visited
{
	color: white;
	margin: 0;
	padding: 0;
}

.social-container
{
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

img.social-icon
{
	display: inline-block;
	width: auto;
	/*margin: 0em auto;*/
	/*padding: 0 20px;*/
}


/*----------------------- Newletter Sign Up ----------------*/



.newsletter-signup
{
	width: 100%;
	margin: 0 auto;
	padding-top: 8em;
	color: white;
	text-align: center;
}

h3.newsletter-button
{
	width: 50%;
	max-width: 300px;
	margin: 0.5em auto;
	padding: 0.3em 1% 0.3em 1%;
	font-size: 2.4em;
	background-color: #b3c6e7;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

h3.newsletter-button:hover
{
	border-radius: 40px;
}


a h3.newsletter-button, a h3.newsletter-button:visited
{
		color: white;
}


/*---------- Map Strip -----------------*/

					
.map-strip
{
	clear: both;
	width: 100%;
	height: auto;
	max-height: 600px;
	/*margin-bottom: 1.5em;*/
}

.google-maps
{
	position: relative;
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 600px;
	/*filter: grayscale(100%);*/
}


/*---------- Contact Page and Form ----------*/

.contact-page p
{
	font-family: 'LatoLight';
	font-size: 2em;
}

.contact-page p a, .contact-page p a:visited
{
	color: #422919;
}

form
{
	float: left;
	width: 80%;
	font-size: 1.3em;
	padding: 0 0 0 0;
	margin: 0em 10% 0 10%;
	
}

fieldset ul
{
	width: 98%;
	max-width: 100%;
	padding: 0 1%;
	margin: 0 auto;
	list-style: none;
}

li.input-line
{
	margin: 0em 0% 0.5em 0%;
	list-style: none;
}

li.input-line label
{
	display: block;
	text-align: left;
	/*width: 15%;*/
	padding-right: 1em;
}

li.input-line input
{
	width: 99.5%;
	min-height: 1.5em;
	font-size: 0.9em;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0.5%;
	font-family: 'InterstateLight';
	color: gray;
	background-color: white;
}

li.input-line input#email2
{
	display: none;
}

li.input-line textarea
{
	width: 99.5%;
	min-height: 150px;
	font-size: 0.9em;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0.5%;
	font-family: 'InterstateLight';
	color: gray;
	background-color: white;
}


li.submit
{
	list-style: none;
	margin: 1em auto 2em auto;
}

li.submit input
{
	display: block;
	width: 140px;
	margin: 1em auto;
	font-family: 'InterstateLight';
	font-size: 1em;
	cursor: pointer;
	padding: 10px 0;
	text-align: center;
	background-color: white;
	transition: all 0.2s ease-in-out;
	-webkit-appearance: none;
	border: none;
}

li.submit input:hover
{
	border-radius: 50px;
}


.g-recaptcha
{
	width: 300px;
	margin: 0 auto;
}


/*---------- Footer ---------------*/

footer
{
	clear: both;
	float: left;
	width: 98%;
	background-color: #1079bd;
	/*background-image: linear-gradient(90deg,#422919 50%,#2d1a10 50%);*/
	font-size: 0.9em;
	color: white;
	padding: 2em 1%;
	text-align: center;
}

footer h4
{
	text-transform: uppercase;
	font-family: 'LatoMedium';
}

footer a, footer a:visited
{
	color: white;
	text-decoration: underline;
}

.footer-left
{
	float: left;
	width: 100%;
}

.footer-left p, .footer-right p
{
	line-height: 1.0em;
	color: white;
}

.footer-left a, .footer-left a:visited, .footer-right a, .footer-right a:visited
{
	color: white;
	text-decoration: none;
}

.footer-left a:hover, .footer-right a:hover
{
	color: #b3c6e7;
}

.footer-right, .footer-centre
{
	float: left;
	width: 100%;
	text-align: center;
}

footer.legals
{
	clear: both;
	float: left;
	width: 100%;
	background-color: #676c72;
	/*background-image: linear-gradient(90deg,#422919 50%,#2d1a10 50%);*/
	font-size: 0.9em;
	color: white;
	padding: 0em 0%;
	text-align: center;
}

footer.legals a, footer.legals a:visited
{
	font-size: 1em;
	color: white;
	text-decoration: underline;
}

footer.legals a:hover
{
	color: #b3c6e7;
}

.reg-details
{
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.8em;
	color: white;
	background-color: #676c72;
	padding: 0.5em 0;
}

.reg-details p
{
	text-align: center;
	line-height: 1em;
}

