@charset "UTF-8";
/* css reset - based off YUI with some customisation
-------------------------------------------------------------- */
html {
  color: #000;
  background-color: #ffffff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}
a {
	outline: none;
	color: #e78020;
}
a:hover, a:focus, a:active {
	color: #EC994C;
}

/* normalise / base styles - based off h5bp
-------------------------------------------------------------- */
small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}


/* fonts
-------------------------------------------------------------- */
@font-face {
	font-family: 'AnticDidone';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url("../fonts/anticdidone-regular.woff2") format('woff2'),
		url("../fonts/anticdidone-regular.woff") format('woff');
}

@font-face {
	font-family: 'Julius';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url("../fonts/juliussansone-regular.woff2") format('woff2'),
		url("../fonts/juliussansone-regular.woff") format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url("../fonts/roboto-light.woff2") format('woff2'),
		url("../fonts/roboto-light.woff") format('woff');
}



/* global
-------------------------------------------------------------- */
@media screen and (max-width: 580px) {
	body {
		padding-top: 80px;
	}
}
body {
	font-size: 16px;
	line-height: 1.7;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-position: top center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#content {
	position: relative;
	clear: both;
	margin: 0 0 20px;
	padding: 12px;
	z-index: 30;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

@media screen and (min-width: 581px) {
  body {
		padding-top: 120px;
	}
  #content {
    margin: 0 auto 30px;
    padding: 20px;
  }
}

@media screen and (min-width: 1280px) {
	body {
		padding-top: 100px;
		margin-right: auto;
		margin-left: auto;
		font-size: 20px;
	}
  #content {
    margin: 0 auto 140px;
    padding: 0 140px;
    max-width: 1920px;
  }
}


.button {
	display: inline-block;
	font: 12px/1 Julius, Helvetica, Arial, sans-serif;
	color: #FFF !important;
	text-align: center;
	padding: 18px 20px 16px;
	border-radius: 4px;
	text-decoration: none !important;
	letter-spacing: 0.15em;
	background-color: #000;
	text-transform: uppercase;
	transition: all .5s;
}
.button:hover {
	background-color: #464646;
	color: #FFF;
	text-decoration: none !important;
}
@media screen and (min-width: 581px) {
	.button {
		font-size: 16px;
		padding: 18px 30px 16px;
	}
}
@media screen and (min-width: 1280px) {
	.button {
		font-size: 18px;
		padding: 23px 40px 21px;
	}
}

.buttonLight {
	display: inline-block;
	font: 12px/1 Julius, Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 17px 20px 15px;
	border: 1px solid #FFF;
	border-radius: 4px;
	text-decoration: none;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	transition: all .5s;
}
.buttonLight:hover {
	background-color: #FFF;
	color: #000;
}
@media screen and (min-width: 581px) {
	.buttonLight {
		font-size: 16px;
		padding: 17px 30px 15px;
	}
}
@media screen and (min-width: 1280px) {
	.buttonLight {
		font-size: 18px;
		padding: 22px 40px 20px;
	}
}

.cta {
	display: inline-block;
	font: 15px/1.3 Julius, Helvetica, Arial, sans-serif;
	color: #e78020;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-decoration: none !important;
}
.cta:hover {
	border-bottom: 1px solid #EC994C;
}

/* TEXTSTYLE CSS =============================================== */

h1 {
	color: #000;
	font-family: AnticDidone, Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 46px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 20px 0 30px;
}

h2 {
	color: #000;
	font-family: AnticDidone, Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 46px;
	padding-top: 40px;
	margin-bottom: 20px;
}
h3 {
	color: #000;
	font-family: AnticDidone, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 15px;
}
h4 {
	color: #000;
	font-family: Julius, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
h5 {
	color: #000;
	font-family: Julius, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
@media screen and (min-width: 581px) {
	h1 {
		font-size: 45px;
		margin: 40px 0 60px;
	}
	h2 {
		font-size: 40px;
		line-height: 52px;
		padding-top: 80px;
		margin-bottom: 40px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (min-width: 1280px) {
	h1 {
		font-size: 50px;
		margin: 50px 0 80px;
	}
	h2 {
		font-size: 64px;
		line-height: 58px;
		padding-top: 140px;
		margin-bottom: 40px;
	}
	h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 30px;
		line-height: 38px;
	}
	h5 {
		font-size: 24px;
		line-height: 34px;
	}
}

/********************/

.float {float: left;}
.centre {text-align: center;}
.widthLarge { max-width: 1280px; margin-left: auto; margin-right: auto; !important}
.widthMedium { max-width: 920px; margin-left: auto; margin-right: auto; !important}
.widthSmall { max-width: 580px; margin-left: auto; margin-right: auto; !important}

/*mobile only*/
@media screen and (max-width: 580px) {
	.centreMobile {text-align: center;}
}

/* HEADER =============================================== */
#header {
	background-color: #fff;
	height: 50px;
	padding: 15px 0;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	transition: all .5s ease-in-out;
}
#header .logo {
	display: none;
}
#header .logoMobile {
	padding: 0 15px;
}
#header .logoMobile img {
	width: 50px;
	height: auto;
}
@media screen and (min-width: 581px) {
	#header {
		text-align: center;
		height: 96px;
		padding: 30px 0;
	}
	#header .logo {
		display: block;
	}
	#header .logo img {
		width: 96px;
		transition: all .5s ease-in-out;
	}
	#header .logoMobile {
		display: none;
	}
}
@media screen and (min-width: 1280px) {
	#header {
		height: 136px;
		padding: 40px 0;
	}
	#header .logo img {
		width: 134px;
	}
}

#header.fixed {
	height: 60px;
	padding: 15px 0;
	background-color: transparent;
}
#header.fixed .logo img {
	width: 80px;
}
@media screen and (min-width: 581px) {
	#header.fixed {
		height: 80px;
		padding: 30px 0;
		background-color: transparent;
	}
	#header.fixed .logo img {
		width: 80px;
	}
}
@media screen and (min-width: 1280px) {
}



/* NAVIGATION =============================================== */

#menu {
	display: none;
}
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #EC994C;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 1000;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #000;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #000;
}

.overlay .nav {
	font: 34px AnticDidone, Helvetica, Arial, sans-serif;
	color: #000;
	padding: 12px;
}

.overlay img {
	width: 46px;
	height: 46px;
	margin-top: 40px;
}

.overlay .closebtn {
	position: absolute;
	top: -10px;
	right: 7px;
	font-size: 50px;
}
.toggle {
	position: absolute;
	font-size: 30px;
	cursor:pointer;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.contactButton {
	position: relative;
	right: 80px;
}

.overlay .closebtn.scrolled {
	top: -8px;
}
@media screen and (min-width: 581px) {
	.overlay .nav {
		font-size: 48px;
		padding: 12px;
	}
	.overlay .closebtn {
		top: 20px;
		right: 10px;
		font-size: 60px;
	}
	.toggle {
		right: 20px;
	}
	.overlay .closebtn.scrolled {
		top: 13px;
	}
}
@media screen and (min-width: 1280px) {
	.overlay .nav {
		font-size: 64px;
		padding: 12px;
	}
	.overlay .closebtn {
		top: 50px;
		right: 70px;
		font-size: 60px;
	}
	.toggle {
		right: 80px;
	}
	.overlay .closebtn.scrolled {
		top: 13px;
	}
}

/* HOMEPAGE BANNER =============================================== */

#homeBanner {
	background: url('../images/homepage-banner-1.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homeBanner img {
	width: 150px;
	height: 199px;
	padding-left: 15px;
}
#homeBanner .desc {
	color: #FFF;
	text-transform: uppercase;
	padding: 15px 15px 15px 0;
	text-align: center;
}
#homeBanner .desc h1.title {
	font: 25px/1.8 AnticDidone, Helvetica, Arial, sans-serif;
	letter-spacing: 0.4em;
	margin: 0;
	color: #fff;
}
#homeBanner .desc .subtitle {
	font: 17px/1.3 Julius, Helvetica, Arial, sans-serif;
	letter-spacing: 0.8em;
	color: #fff;
}
#homeBanner .desc .buttonLight {
	margin-top: 20px;
}

@media screen and (min-width: 581px) {
	#homeBanner {
		height: 500px;
	}
	#homeBanner img {
		width: 200px;
		height: 265px;
		padding-left: 20px;
	}
	#homeBanner .desc {
		margin-left: 30px;
		padding: 20px 20px 20px 0;
	}
	#homeBanner .desc h1.title {
		font-size: 45px;
	}
	#homeBanner .desc .subtitle {
		font-size: 35px;
	}
	#homeBanner .desc .buttonLight {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1280px) {
	#homeBanner {
		height: 1100px;
		margin-top: 100px;
	}
	#homeBanner img {
		width: 291px;
		height: 386px;
	}
	#homeBanner .desc {
	}
	#homeBanner .desc h1.title {
		font-size: 60px;
	}
	#homeBanner .desc .subtitle {
		font-size: 26px;
	}
	#homeBanner .desc .buttonLight {
		margin-top: 40px;
	}
}

/* DIV CONTENT =============================================== */

/* Hero Text */
.heroText {
	font: 16px/32px Roboto, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	max-width: 540px;
	margin: 0 auto 40px;
}
.heroText p {
	margin-bottom: 12px;
}
@media screen and (min-width: 581px) {
	.heroText {
		font-size: 18px;
		line-height: 36px;
		margin: 0 auto 60px;
	}
}
@media screen and (min-width: 1280px) {
	.heroText {
		font-size: 20px;
		line-height: 38px;
		margin: 0 0 60px;
	}
}

/* Body Text */
.bodyText {
	padding: 15px;
	font: 16px/26px Roboto, Helvetica, Arial, sans-serif;
}
.bodyText p {
	margin-bottom: 15px;
	text-align: left;
}
.bodyText a {
	font-family: Julius, Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #000;
}
.bodyText a:hover {
	text-decoration: none;
}
.bodyText ol {
	margin: 14px 0 24px 40px;
	list-style: decimal outside none;
}
.bodyText ul {
	margin: 14px 0 24px 40px;
	list-style: disc outside none;
}
.bodyText ul li,
.bodyText ol li {
	margin: 0 0 10px;
}
@media screen and (min-width: 581px) {
	.bodyText {
		padding: 20px;
		font-size: 18px;
		line-height: 30px;
	}
}
@media screen and (min-width: 1280px) {
	.bodyText {
		max-width: 1440px;
		margin: 0 auto;
	}
}

/* Gallery */
.galleryRow .gallery .image img {
	max-width: 100%;
	border-bottom: 3px solid #fff;
	transition: all 0.3s;
}
.galleryRow .gallery .image img:hover {
	border-bottom: 3px solid #e78020;
}
.galleryRow .gallery .image a {
	opacity: .9;
	transition: all 0.3s;
}
.galleryRow .gallery .image a:hover {
	opacity: 1;
}

@media screen and (min-width: 581px) {
	.galleryRow {
		text-align: center;
	}
	.galleryRow .g-2 {
		float: left;
		max-width: 50%;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: 5%;
	}
	.galleryRow .g-3 {
		float: left;
		max-width: 45%;
		margin-top: 100px;
	}
}

@media screen and (min-width: 1280px) {
	.galleryRow .gallery .image img {
		max-width: 80%;
	}
	.galleryRow .g-1 {
		margin-left: 120px;
	}
	.galleryRow .g-2 {
		float: left;
		max-width: 52%;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: 0;
	}
	.galleryRow .g-3 {
		float: left;
		max-width: 48%;
		margin-top: 100px;
	}
	.galleryRow .g-4 {
		margin-left: 40px;
	}
}
@media screen and (min-width: 1495px) {
	.galleryRow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 80px;
		padding-bottom: 160px;
	}
	.galleryRow .gallery {
		flex-basis: | auto;
	}
	.galleryRow .gallery .image img {
		max-width: 80%;
	}
	.galleryRow .g-1 {
		margin-right: 0;
		margin-left: 0;
	}
	.galleryRow .g-2 {
		position: relative;
		top: 180px;
		margin-right: 40px;
	}
	.galleryRow .g-3 {
		margin-top: -80px;
	}
	.galleryRow .g-4 {
		position: relative;
		top: 240px;
	}
}


/* Our Services Tiles */
.servicesCol p {
	margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
.servicesCards {
	display: flex;
	column-gap: 80px;
}
	.servicesCol {
		width: 33.33%;
	}
}

#privacy p {
	margin-bottom: 20px;
}


/* Project Pages */
.projectContent {
	display: flex;
	align-items: center;
}
.projectContent .brief {
	width: 40%;
	padding-right: 300px;
}
.projectContent .brief p {
	margin-bottom: 20px;
}
.projectContent .data {
	width: 60%;
	padding-top: 80px;
}
.projectContent .data span {
	margin-right: 20px;
}

/* external css: flickity.css */
.galleryAfter {
	margin-top: 60px;
	margin-bottom: 60px;
}
.galleryAfter-cell {
  width: 100%;
  height: auto;
  text-align: center;
}
.galleryAfter-cell img {
	height: 280px;
}
.flickity-prev-next-button {
	background: transparent !important;
	background-color: transparent !important;
}
.flickity-prev-next-button .arrow {
	fill: #fff !important;
}
.flickity-page-dots {
	display: none;
}
@media screen and (min-width: 581px) {
	.galleryAfter {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.galleryAfter-cell {
		width: 100%;
	}
	.galleryAfter-cell img {
		height: 360px;
	}
}
@media screen and (min-width: 990px) {
	.galleryAfter-cell {
		width: 75%;
	}
	.galleryAfter-cell img {
		height: 480px;
	}
}
@media screen and (min-width: 1280px) {
	.galleryAfter {
		margin-top: 160px;
		margin-bottom: 160px;
	}
	.galleryAfter-cell {
		width: 74%;
	}
	.galleryAfter-cell img {
		height: 500px;
	}
}
@media screen and (min-width: 1440px) {
	.galleryAfter-cell {
		width: 68%;
	}
	.galleryAfter-cell img {
		height: 530px;
	}
}
@media screen and (min-width: 1680px) {
	.galleryAfter-cell {
		width: 59%;
	}
	.galleryAfter-cell img {
		height: 550px;
	}
}
@media screen and (min-width: 1920px) {
	.galleryAfter-cell {
		width: 51%;
	}
	.galleryAfter-cell img {
		height: 550px;
	}
}


.galleryBefore {
	display: flex;
	max-width: 100%;
	column-gap: 10px;
	row-gap: 10px;
	flex-wrap: wrap;
}
.galleryBefore img {
	width: 48%;
}
.projectExtra {
	max-width: 540px;
	margin-inline: auto;
	text-align: center;
}
.projectExtra .review p {
	margin-bottom: 20px;
	text-align: left;
}
.projectExtra .cta {
	margin-top: 120px;
}

@media screen and (min-width: 581px) {
	.galleryBefore {
		column-gap: 18px;
		row-gap: 18px;
	}
}

@media screen and (min-width: 1280px) {
	.galleryBefore {
		flex-wrap: nowrap;
	}
	.galleryBefore img {
		width: 100%;
	}
}


/* FOOTER =============================================== */
#footer {
	background: #000;
	color: #fff;
	max-width: 100%;
	padding: 0 15px 15px;
}

#footer h2 {
	color: #fff;
}
#footer p {
	margin-bottom: 12px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer img {
	width: 16px;
	height: 16px;
	margin-right: 28px;
}
#footer .copyright {
	color: #fff;
	text-align: left;
	margin-top: 50px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 581px) {
	#footer .footerCards {
		display: flex;
		column-gap: 80px;
		margin-bottom: 140px;
	}
}
@media screen and (min-width: 1280px) {
	#footer {
		padding: 0 20px;
	}
	#footer .footerContent {
		max-width: 1920px;
		padding: 40px 120px;
		margin-inline: auto;
		box-sizing: border-box;
	}
	.footerCol {
		width: 33.33%;
	}
	#footer .copyright {
		font-size: 15px
	}
}
