/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		1 June 2022
	@Notes:		Barlow Tyrie
*/
:root {
	--darkgreen: #2c5234; /* Brand colour; rgb: 44 82 52 */
	--accent: #c85f49;
	--page-margin: 0; /* 0 | 20px */
	--header-bg: transparent; /* #fff */
	--header-bg2: #222; /* #fff */
	--header-padding: 0 30px 0 0;
	--hero-border: none;
	--hero-border2: none;
	
	--brandgrey: #939598; /* rgb: 147 149 152 */
	--brandgrey: #737578; /* Their guidlines don't pass the contrast tests */
	--lightgrey: rgba(0,0,0,0.05);
	
	--grey1: #f4f4f4;
	--grey2: #c4c4c4;
	--grey3: #939393;
	--grey4: #242424;
	--black: #000000;
	
    --inner: 1070px;
    --inner-narrow: 840px;
    --inner-wide: 1400px;
    --inner-full: 100%;

	}

/*
.inner-full,
.page-header-inner,
.page-footer .inner {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	}

.inner-wide {
	max-width: 1500px;
	}
	
.breadcrumbs {
	margin: 0 0 20px;
	}

.inner-text {
	max-width: 880px;
	}

	
.inner-product {
	max-width: 1150px;
	}

	
.p-collections .hero {
	max-width: 1700px;
	max-height: 900px;
	min-width: 780px;
	height: 60vw;
	}
*/

/* damn */
.hero	{
	max-width: 1700px;
	}

/* grey background option */
/*
.page-wrapper {
	margin: 0 auto;
	max-width: 1700px;
	width: 100%;
	background: #fff;
	border: 20px solid #fff;
	}
body {
	background: #eee;
	}
.page-header,
.top-strip {
	background: #eee;
	}
.page-header-inner {
	background: #fff;
	}
.top-strip .inner {
	background: var(--darkgreen);
	}
*/

/* New Hero-less Pages */
/*
.page-headline {
	margin-top:70px;
	padding: 25px 0;
	background: #f5f5f5;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	}

.page-headline h1,
.page-headline h2 {
	 margin: 0 auto;
	 }
*/ 
/* New restricted footer */
/*
.page-footer {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	}
 


.hero {
	margin-bottom: 40px;
	}
.main-content {
	margin: 0 auto;
	}
.main-content h1 {
	text-align: center;
	margin: 0 auto 0.5em;
	}
*/	


/* demo small hero */
.contact-us-page .hero,
.gallery-page .hero,
.our-ethos-page .hero {
	height: 420px !important;
	max-height: 420px;
	background-position: 0 70%;
	}
.our-ethos-page .hero-text {
	display: none;
	}
.awards-page .inner-narrow {
	overflow: hidden !important;
	}

/*
.office .inner {
	max-width: 1500px !important;
	}
.office-row,
.office-row.row-reverse {
	box-shadow: none;
	}
.map-wrapper {
	margin-right: -30px;
	}
.row-reverse .map-wrapper {
	margin-left: -30px;
	}
*/
/*
.news-body img {
	max-width: 100%;
	}
.news-body h3 {
	line-height: 1.4;
	}
*/
/*
.tooltip {
	position: absolute;
	width: auto;
	top: 90%;
	left: 90%;
	padding: 3px 6px;
	font-size: 0.9rem;
	text-align: center;
	color: var(--brandgrey);
	background: rgb(255, 255, 255);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px 0px;
	white-space: nowrap;
	display: none;
	}
.cylindo_var:hover .tooltip {
	display: block;
	}
*/	
	
	
	
	
	