body,
a,
input,
div,
button,
select,
textarea {
	font-family: 'museo-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 500;
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.005em;
}
body {
	background: #fff;
	color: #333;
	
}


header {
	position: relative;
	
	width: 100%;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	background: #fff;
	padding-top: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}


/* Use Modernizr to detect browser support for backdrop-filter. Then change opacity of background and change opacity of background.*/ 
/*.backdropfilter header {
	-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
	background: rgba(255,255,255,0.9);
}*/


header .container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}


header .logoer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	background-image: url("../images/logo-singlestone-color.svg");
	
	background-size: 120px 36px;
	width: 120px;
	height: 40px;
}
/*main {		padding-top: 48px;	}*/


header nav {
	/*position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 5;
	width: 100%;*/
}
header nav ul {
	text-align: center;
}
header nav li {
	display: inline-block;
	vertical-align: top;
}
header nav li a {
	display: block;
	text-align: center;
	color: #ed9b40;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	padding: 0.4em 0.9em 0.9em 0.9em;
	transition: color 0.15s;
}
header nav li a:hover {
	text-decoration: none;
	color: #c35e25;
}
header nav li a:active {
	color: #9c4b1e;
}


.curServices header nav li.navServices a,
.curAbout header nav li.navAbout a,
.curCareers header nav li.navCareers a,
.curContact header nav li.navContact a {
	color: #c35e25;
}




main {
	background-color: #f9f9fa;
	background: linear-gradient(#f9f9fa, #ffffff);
	background-size: auto 200px;
	background-repeat: no-repeat;
}


.section {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}
.section-hero {
	padding-top: 0;
	padding-bottom: 35px;
	background-color: #c35e25;
	margin-right: auto;
	margin-left: auto;
	max-width: 590px;
}



.image-bleed {
	position: relative;
	top: 0;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.section-hero .image-hero {
	width: 590px;
	margin-left: -295px;
	height: 359px;
	margin-bottom: -359px;
	background-size: 590px 359px;
	background-image: url("../images/homepage-hero-small.jpg");
	background-color: #c35e25;
}
.section-hero .image-bleed::before {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 120px;
	background: -webkit-linear-gradient(top, rgba(195,94,37,0.0) 0%, rgba(195,94,37,1.0) 100%);
		background: linear-gradient(to bottom, rgba(195,94,37,0.0) 0%, rgba(195,94,37,1.0) 100%);
}



.section-content {
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	width: 87.5%;
}
.section-hero .section-content,
.section-hero menu {
	width: 90%;
}
.section-hero .section-content {
	z-index: 3;
}

.section-hero .hero-copy {
	margin-right: auto;
	margin-left: auto;
	padding-top: 116px;
	padding-bottom: 47px;
	max-width: 295px;
}

.section-hero .section-content h1 {
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.75);
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.005em;
	word-spacing: 0.02em;
	margin-bottom: 0.05em;
	
	font-size: 40px;
	line-height: 1.1;
}
.section-hero .section-content h1 span {
	display: block;
}



.section-hero menu {
	z-index: 4;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 560px;
}

.section-hero menu ul {
	
}

.section-hero menu li {
	margin-bottom: 1px;
}
.section-hero menu li:last-child {		margin-bottom: 0;}

.section-hero menu li a {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.05;
	letter-spacing: 0.01em;
	word-spacing: 0.02em;
	padding-top: 0.65em;
	padding-right: 50px;
	padding-bottom: 0.65em;
	padding-left: 0.9em;
	color: #c35e25;
	background-color: rgba(255,255,255,0.85);
	transition: color 0.15s, background 0.15s;
}
/* Use Modernizr to detect browser support for backdrop-filter.*/ 
.backdropfilter .section-hero menu li a {
	-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	background: rgba(255,255,255,0.7);
}
.section-hero menu li a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.95);
}
/* Use Modernizr to detect browser support for backdrop-filter.*/ 
.backdropfilter .section-hero menu li a:hover {
	background-color: rgba(255,255,255,0.85);
}
.section-hero menu li a:active {
	color: #9c4b1e;
	background-color: rgba(255,255,255,1.0);
}

.section-hero menu li a span {
	display: block;
}
@media only screen and (min-width: 400px) {
	.section-hero menu li a span {
		display: inline;
	}
}
.section-hero menu li a::after {
	position: absolute;
	top: 50%;
	right: 22px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	/*border-color: #c05d25;*/
	border-color: rgba(195,94,37,0.9);
	transform: rotate(45deg) translateY(-50%);
	margin-top: -2px;
	transform-origin: center;
}


/* BREAK-POINT FOR NARROW SMARTPHONES */
@media only screen and (max-width: 360px) {
	header nav li a {
		/*font-size: 14px;*/
		padding-right: 0.7em;
		padding-left: 0.7em;
	}
}



/* MEDIUM BREAK-POINT */
@media only screen and (min-width: 540px) {
	header,
	header .container {
		height: 45px;
	}
	header {
		padding-top: 0px;
	}
	
	header .logoer {
		position: absolute;
		top: 50%;
		left: 4%;
		transform: translateY(-50%);
		margin-top: 1px;

		margin-right: 0;
		margin-left: 0;
	}
	
	header nav {
		position: absolute;
		top: 0px;
		right: 3.5%;
	}
	header nav ul {
		text-align: right;
	}
	
	
	header nav li a {
		padding-top: 1.0em;
		padding-bottom: 1.0em;
		padding-right: 1.2em;
		padding-left: 1.2em;
	}
	
	
	.section-hero {
		max-width: 700px;
	}
	.section-hero .image-hero {
		width: 700px;
		margin-left: -350px;
		height: 359px;
		margin-bottom: -359px;
		background-size: 700px 359px;
		background-image: url("../images/homepage-hero-medium.jpg");
	}
}



/* LARGE BREAK-POINT */
@media only screen and (min-width: 700px) {
	header .container {
		max-width: none;
	}
	
	
	.section-hero,
	.section-hero .section-content {
		min-height: 396px; 
	}
	
	.section-hero {
		background-color: #000;
		padding-bottom: 0;
		max-width: 1150px;
	}
	
	.section-hero .section-content {
		width: 87.5%;
	}
	
	.section-hero .image-hero {
		width: 1150px;
		margin-left: -575px;
		height: 396px;
		margin-bottom: -396px;
		background-size: 1150px 396px;
		background-image: url("../images/homepage-hero-large.jpg");
	}
	
	.section-hero .image-bleed::before {
		display: none;
	}
	
	.section-hero .hero-copy {
		padding-top: 130px;
		padding-bottom: 0px;
		max-width: 600px;
	}
	
	.section-hero .section-content h1 {
		font-size: 40px;
	}
	
	
	
	.section-hero menu {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-right: 0;
		margin-left: 0;
		transform: translateY(-50%);
		width: 36%;
		min-width: 250px;
	}

	.section-hero menu li a {
		font-size: 18px;
	}
	.section-hero menu li a span {
		display: block;
	}
}


/* EXTRA-LARGE BREAK-POINT */
@media only screen and (min-width: 1000px) {
	header,
	header .container {
		height: 70px;
	}
	.curHome main {
		margin-top: -70px;
	}
	
	header {
		/*position: fixed;
		top: 0;
		right: 0;
		left: 0;*/
		z-index: 9999;
		padding-top: 0px;
	}
	.curHome header {
		background: transparent;
		box-shadow: none;
	}
	
	
	header .logoer {
		left: 2%;
		background-size: 170px 51px;
		width: 170px;
		height: 51px;
	}
	.curHome header .logoer {
		background-image: url("../images/logo-singlestone-white.svg");
	}
	header nav {
		right: 1.5%;
	}
	
	header nav li a {
		font-size: 16px;
		padding: 1.7em 1.4em 1.5em 1.4em;
	}
	.curHome header nav li a {
		color: rgba(255,255,255,0.9);
		text-shadow: 0 1px 10px rgba(195,94,37,0.75);
	}
	.curHome header nav li a:hover {
		color: #fff;
		background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.0));
	}
	.curHome header nav li a:active {
		color: #fff;
		background: rgba(255,255,255,0.1);
	}
	
	
	
	header .container {
		max-width: 1500px;
	}
	
	.section-hero,
	.section-hero .section-content {
		min-height: 600px;
		max-width: 1500px;
	}
	
	.section-hero .image-hero {
		width: 1500px;
		margin-left: -750px;
		height: 600px;
		margin-bottom: -600px;
		background-size: 1500px 600px;
		background-image: url("../images/homepage-hero-xl.jpg");
	}
	
	.section-hero .hero-copy {
		padding-top: 172px;
		max-width: 720px;
	}
	.section-hero .hero-copy h1 {
		font-size: 60px;
	}
	
	
	.section-hero menu {
		width: 30%;
		min-width: 300px;
	}
	.section-hero menu li a {
		font-size: 22px;
	}
}


/* EXTRA-EXTRA-LARGE BREAK-POINT */
@media only screen and (min-width: 1280px) {
	header,
	header .container {
		height: 70px;
	}
	.curHome main {
		margin-top: -70px;
	}
	
	
	header nav li a {
		font-size: 18px;
		padding-top: 1.5em;
		padding-bottom: 1.3em;
	}
	
	
	
	.section-hero .hero-copy {
		padding-top: 164px;
		max-width: 840px;
	}
	.section-hero .hero-copy h1 {
		font-size: 70px;
	}
	
	
	.section-hero menu {
		width: 28%;
		min-width: 360px;
	}
	.section-hero menu li a {
		font-size: 25px;
	}
}







@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi) {
	.section-hero .image-hero {
		background-image: url("../images/homepage-hero-small-2x.jpg");
	}
}


@media only screen and (min-width: 540px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 540px) and (min-resolution: 1.5dppx),
only screen and (min-width: 540px) and (min-resolution: 144dpi) {
	.section-hero .image-hero {
		background-image: url("../images/homepage-hero-medium-2x.jpg");
	}
}


@media only screen and (min-width: 700px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 700px) and (min-resolution: 1.5dppx),
only screen and (min-width: 700px) and (min-resolution: 144dpi) {
	.section-hero .image-hero {
		background-image: url("../images/homepage-hero-large-2x.jpg");
	}
}


@media only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1000px) and (min-resolution: 1.5dppx),
only screen and (min-width: 1000px) and (min-resolution: 144dpi) {
	.section-hero .image-hero {
		background-image: url("../images/homepage-hero-xl-2x.jpg");
	}
}



.section-clients {
	text-align: center;
}
.section-clients h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 0.4em;
}
.section-clients p {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 2.5em;
	color: #555;
}



.list-clients {
	position: relative;
	margin-right: -4%;
	margin-left: -4%;
	max-width: 1200px;
}
.list-clients::after {
	clear: both;
	content: '';
	display: table;
}
.list-clients li {
	float: left;
	width: 50%;
	padding-right: 4%;
	padding-left: 4%;
	margin-bottom: 40px;
}
.list-clients li img {
	display: block;
	opacity: 0.8;
}



/* MEDIUM BREAK-POINT */
@media only screen and (min-width: 540px) {
	.section-clients h2 {
		font-size: 40px;
	}
	.section-clients p {
		font-size: 18px;
	}
	
	.list-clients {
		margin-right: -2%;
		margin-left: -2%;
	}
	.list-clients li {
		padding-right: 8%;
		padding-left: 8%;
		margin-bottom: 50px;
	}
}



/* LARGE BREAK-POINT */
@media only screen and (min-width: 700px) {
	.section-clients h2 {
		font-size: 45px;
	}
	.section-clients p {
		font-size: 20px;
	}
	
	.list-clients {
		margin-right: -4%;
		margin-left: -4%;
	}
	.list-clients li {
		width: 33.3333%;
		padding-right: 5.5%;
		padding-left: 5.5%;
		margin-bottom: 60px;
	}
}



/* EXTRA-LARGE BREAK-POINT */
@media only screen and (min-width: 1000px) {
	.list-clients {
		margin-right: auto;
		margin-left: auto;
	}
	.list-clients li {
		width: 25%;
		padding-right: 3.5%;
		padding-left: 3.5%;
		margin-bottom: 75px;
	}
}



