* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;	
	vertical-align: baseline;
	font-family:  "Exo", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 155px; /* '.push' must be the same height as 'footer' */
}

body {
	background: #bfd8c9 url(../images/watermark.png) no-repeat center;
}

header {
	height: 105px;
	background: url(../images/bg_paper_gray.jpg);
	padding: 10px 0;
	margin-bottom: 70px;
}

header h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/logo_precision.png) no-repeat;
	background-size: cover;
	width: 300px;
	height: 85px;
	margin: auto;
}

main {
	max-width: 960px;
	margin: 0 auto;
}


main h2 {
	font-weight: bold;
	font-size: 1.75em;
	margin-bottom: 1.25em;
}

main p {
	line-height: 1.5em;
	margin: 2em 0;
}

@media only screen and (max-width: 959px) {
	main h2, main p {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
}


.centered {
	text-align: center;
}

.half {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 959px) {
	.half {
		float: none;
		width: 100%;
	}
}

.half h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 2em;
}

.half p {
	padding: 1.75em 2.5em;
	font-size: 0.9em;
}

#botanicalSigns {
	color: #104630;
	text-align: center;
}

#botanicalSigns h2 {
	padding-top: 160px;
	background: url(../images/icon_botanical.png) no-repeat center top;
}

#botanicalSigns a {
	color: #104630;
	text-decoration: none;
}

#botanicalSigns a.boxed {
	background: #104630;
	padding: 20px 40px;
	color: #fdfae5;
	box-shadow: 2px 2px 2px #333;
}

#industrialSigns {
	color: #173e67;
	text-align: center;
}

#industrialSigns h2 {
	padding-top: 160px;
	background: url(../images/icon_industrial.png) no-repeat center top;
}

#industrialSigns a {
	color: #173e67;
	text-decoration: none;
}

#industrialSigns a.boxed {
	background: #173e67;
	padding: 20px 40px;
	color: #fdfae5;
	box-shadow: 2px 2px 2px #333;
}


footer.footer {
	background: url(../images/bg_paper_gray.jpg);
	color: #fff;
	overflow: hidden;
	text-align: center;
}

footer h3 {
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	margin: 30px 0 15px 0;
}

footer p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}