body {
	font-family: 'Poppins', sans-serif;
}

/* UTILITY CLASSES */

.bg-dark {
	background-color: #464751; /*dark gray*/
}

.bg-green {
	background-color: #3BB54D; /*gould green */
}

.bg-texture {
	background-image: url("/images/texture-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.bg-texture::before {
	content: '';
	position: absolute;
	background: #262732;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	z-index: 1;
}

.text-dark {
	color: #464751; /*dark gray*/
}

/* OVER-RIDES/RESETS */

p {
	line-height: 30px;
	font-size: 16px;
}

img {
	max-width: 100%;
}

.flex-column {
	margin-left: 10px;
	margin-right: 10px;
}

.btn {
	border-radius: 2px;
	text-transform: uppercase;
}

.btn-light {
	background-color: white;
	border: 2px solid white;
}

.btn-outline-light {
	border: 2px solid white;
	color: white;
}

.form-control {
	background-color: #f5f5f5;
}

/* WEBSITE STYLES */

.top-bar {
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-bar a {
	color: inherit;
	text-decoration: none;
	font-size: 18px;
	margin-left: 5px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
}

nav ul a {
	display: block;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 17px;
	border-bottom: 3 solid transparent;
}

nav {
	box-shadow: 0 7px 13px 0 rgba(0,0,0,.2);
	position: relative;
	z-index: 2;
	color: white;
}

nav ul a {
	color: inherit;
	text-decoration: none;
	font-family: 'Libre Baskerville', serif;
}

nav ul a:hover {
	text-decoration: none;
	color: inherit;
	border-bottom: 3px solid white;
}

nav ul li.active a {
	border-bottom: 3px solid white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	color: #464751; /*dark gray*/
}

.contact-buttons a {
	display: flex;
	flex-direction: row;
	color: #3BB54D; /*gould green */
	align-items: center;
	margin-left: 20px;
}

.contact-buttons a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.contact-buttons a .icon {
	padding: 10px;
	width: 50px;
	font-size: 14pt;
	text-align: center;
	border: 1px solid #3BB54D; /*gould green */
	margin-right: 10px;
}

.contact-buttons p {
	margin-bottom: 5px;
}

.contact-buttons .contact-text {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	color:  #464751; /*dark gray*/
}

.section-banner {
	position: relative;
	z-index: 1;
	background-color: #464751; /*dark gray*/
	
	height: 80vh;
	display: flex;
	align-items: center;
} 

.banner {
	position: absolute;
	width: 65%;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

.section-banner::before {

    content: '';
    position: absolute;
    -webkit-clip-path: polygon(0% 0%, 52% 0, 38% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 52% 0, 38% 100%, 0% 100%);
    background: #3BB54D; /*gould green */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url("/images/texture-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.section-banner .hero-text,
.section-banner .hero-image {
	position: relative;
	z-index: 2;
	width: calc(50% - 10px);
	display: inline-block;
	color: white;
}

.section-overlay-box {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.section-overlay-box h1,
.section-overlay-box h2,
.section-overlay-box h3 {
	color: white;
}

.section-overlay-box img {
	display: inline-block;
	width: 50%;
}

.section-overlay-box .overlay-box-right,
.section-overlay-box .overlay-box-left {
	color: white;
	padding: 40px;
	max-width: 60%;
	position: relative;
	z-index: 2;
}

.section-overlay-box .overlay-box-right {
	margin-left: -10%;
}

.section-overlay-box .overlay-box-left {
	margin-right: -10%;
}

.section-textured, .section-green {
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
}

.section-green {
	background-color: #3BB54D; /*gould green */
}

.section-textured .container {
	position: relative;
	z-index: 2;
}

.section-feature-boxes {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-feature-boxes .col-md-4 div {
	text-align: center;
	margin-bottom: 20px;
	background-color: #464751; /*dark gray*/
	color: white;
}

.section-feature-boxes .col-md-4 i {
	display: block;
	color: #3BB54D; /*gould green */
}

.section-gallery {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-gallery .thumbnail {
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	margin:5px;
}

.section-split {
	box-shadow: 0 5px 10px rgba(10,10,10,0.4);
}

.section-split .col-lg-6 {
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-split .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #464751;
	opacity: .82;
	z-index: 1;
}

.section-split .content {
	z-index: 2;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-timeline {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.section-padded {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-timeline .timeline {
	margin-top: 60px;
}

.section-timeline .timeline-item {
	text-align: center;
	position: relative;
}

.section-timeline .text-block {
	background-color: #3BB54D; /*gould green */
	color: white;
	padding: 40px;
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 400px;
	max-width: 100%;
	top: -40px;
	transition: transform 0.5s, box-shadow 0.5s, background 0.5s;
	text-align: left;
}

.section-timeline .text-block:hover {
	transform: scale(1.05,1.05);
	box-shadow: 0 10px 10px rgba(10,10,10,0.4);
	background-color: #5ebb6b;
}

.section-timeline .text-block p {
	font-size: 14px;
	line-height: 25px;
}

.section-timeline .text-block.block-left {
	left: 0;
}

.section-timeline .text-block.block-right {
	right: 0;
}

.section-timeline .center-image {
	max-width: 600px;
	margin: auto;
	position: relative;
}

.center-image::before {
	content: '';
	background-color: #b9a2a238;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-timeline .center-image img {
	max-width: 100%;
}

.section-timeline .step {
	color: #202020; /*gould green */
	font-style: italic;
	margin-right: 20px;
}

footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width: 991px) {
	.main-bar.d-flex {
		flex-direction: column!important;
		justify-content: center!important;
	}

	.main-bar .logo {
		display: block;
		margin: auto;
	}

	.contact-buttons.d-flex {
		margin: auto;
		justify-content: center!important;
	}

	.section-timeline .text-block {
		position: static;
		margin: auto;
	}
}

@media (max-width: 800px) {
	.contact-buttons.d-flex {
		flex-direction: column!important;
	}

	.contact-button-special {
		display: none;
	}

	.section-gallery .thumbnail {
		margin: -4px;
		width: calc(50% - 2px);
		max-width: 200px;
	}

	.section-overlay-box {
		position: static;
		display: block;
	}

	.section-overlay-box img {
		display: block;
		width: auto;
		margin: auto;
	}

	.section-overlay-box .overlay-box-right,
	.section-overlay-box .overlay-box-left {
		max-width: 100%;
	}

	.section-overlay-box .overlay-box-right,
	.section-overlay-box .overlay-box-left {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {

	.banner {
		width: 45%;
	}

	.section-banner::before {
	    -webkit-clip-path: polygon(0% 0%, 72% 0, 58% 100%, 0% 100%);
	    clip-path: polygon(0% 0%, 72% 0, 58% 100%, 0% 100%);
	}

	.section-banner .hero-text,
	.section-banner .hero-image {
		width: calc(85% - 10px);
	}

	.flex-wrap-600 {
		flex-wrap: wrap!important;
	}
}

@media (max-width: 359px) {
	nav ul a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 10pt;
	}

	.section-banner .hero-text h1 {
		font-size: 1.5rem;
	}
}