body {
	font-family: poppins,Arial,sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}

a {
	color: #444;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	color: #60a4d9;
}

h2 {
	font-family: Oxanium,Arial,sans-serif;
}

.header-body {
	position: fixed;
	display: flex;
	flex-direction: column;
	height: auto!important;
	width: 100%;
	top: 0px;
	z-index: 1001;
	background-color: #fff;
}

.header-container {
	height: 120px;
}

.header-column {
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-grow: 1;
	flex-direction: column;
}

.header-row {
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-grow: 1;
	max-height: 100%;
	justify-content: inherit;
}

.header-logo {
	margin: 2em 0;
}

ul#navMainUL {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	background-color: #ffffff;
}

ul#navMainUL li { 
	position: relative;
	display: inline-block;
	height: 100%;
	padding: 0;
	margin: 0 1em;
	list-style-type: none;
}

#header .header-btn-collapse-nav {
    display: none;
    float: right;
    margin: 0 0 0 16px;
}

@media(max-width: 991px) {
	
	#header .header-nav-main {
		display: none;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
	
	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
		position: relative;
		z-index: 1;
		background-color: #163d68;
		color: #ffffff;
	}
	
	ul#navMainUL {
		margin: 0;
		padding: 0;
	}
	
	ul#navMainUL li {
		display: block;
		width: 100%;
		height: auto;
		padding: 2px 6px;
		border-bottom: 1px solid #e8e8e8;
	}
	
}

.heroBackground {
	background-image: url(../images/heroImage.jpg);
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
}

.custom-hero-text2:before {
	content: '';
    position: absolute;
    bottom: -87px;
    left: 40px;
    width: 350px;
    height: 350px;
    background-color: #ff0000;
    opacity: 1;
    visibility: visible;
    transform: rotate(60deg);
    transition: ease opacity 300ms,ease transform 300ms
}

.rhombus {
	position: absolute;
	bottom: -275px;
	left: -285px;
	background-color: #fff;
	clip-path: polygon(0 50%, 50% 100%,100% 50%,50% 0);
	width: 800px;  
	display: inline-block;
	margin: 5px;
}

.rhombus:before {
  content: "";
  display: block;
  padding-top: 57.73%;
}

.translucentRhombus {
	position: absolute;
	top: -120px;
	right: -420px;
	background-color: rgba(255,255,255,0.5);
	clip-path: polygon(0 50%, 50% 100%,100% 50%,50% 0);
	width: 800px;  
	display: inline-block;
	margin: 5px;
	z-index: 1;
}

.translucentRhombus:before {
  content: "";
  display: block;
  padding-top: 57.73%;
}

.forestFireBG {
	background-image: url(../images/heroImage.jpg);
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important;
}


section { 
	padding: 50px 0;
}

section#forestFire {
	background-color: #f6f7f9;
	background-image: url(../images/dasForestFireBG.jpg);
	background-size: cover;
	background-position: center center;
}

#services {
	
}

.contact-form-success {
	background-color: #53db89;
	color: #ffffff;
	width: 100%;
	border-radius: 6px;
}

.contact-form-error {
	background-color: #db5b53;
	color: #ffffff;
	width: 100%;
	border-radius: 6px;
}

.ctaButton {
	border: 0;
	border-radius: 6px;
	padding: 6px 18px;
}

/* Generic Items */

.z-index-1 {
	z-index: 1!important;
}

.justify-content-end {
	justify-content: flex-end!important;
}

.text-color-white {
	color: #fff;
}

.text-color-lightgrey {
	color: #cacaca;
}

.text-color-midgrey {
	color: #666666;
}

.text-color-midblue {
	color: #60a4d9;
}

.text-color-darkblue {
	color: #163d68;
}

.text-color-pdfRed {
	color: #b30b00;
}

.text-color-hover-midblue:hover {
	color: #60a4d9;
}

.background-color-white {
	background-color: #ffffff;
}

.background-color-lightgrey {
	background-color: #f4f4f4;
}

.background-color-darkblue {
	background-color: #163d68;
}

.background-color-charcoal {
	background-color: #16181b;
}

.font-weight-bold {
	font-weight: 600;
}

.font-weight-bolder {
	font-weight: 700;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-42 {
	font-size: 42px;
}

.font-family-oxanium {
	font-family: Oxanium,Arial,sans-serif;
}

.text-transform-uppercase {
	text-transform: uppercase;
}

.letter-spacing-25 {
	letter-spacing: 2.5px !important;
}

.box-shadow-4 {
	box-shadow: 0 0 21px -5px rgba(0,0,0,.2)
}