body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #348F50;
}
hr.light {
	border-color: #fff;
}
a {
	color: #348F50;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color: #348F50;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
h2 {
	text-transform: uppercase;
}
.bg-primary {
	background: #45a247; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #45a247 0%, #283c86 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #45a247 0%, #283c86 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #45a247 0%, #283c86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45a247', endColorstr='#283c86', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.text-shadow {
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 1.0);
}
.bg-secondary {
	background: #ECE9E6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ECE9E6 0%, #DDD 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ECE9E6 0%, #DDD 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ECE9E6 0%, #DDD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECE9E6', endColorstr='#DDD', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: .25rem;
}
.bg-dark {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	/* Set a specific height */
	height: 500px;
}
.bg-footer {
	background-color: #212529;
}
.background-holder {
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	z-index: -1;
	overflow: hidden;
}
.background-holder video {
	position: absolute;
	display: block;
	z-index: -1;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	min-width: 100%;
}
.text-faded {
	color: rgba(255, 255, 255, 0.7);
}
section {
	padding: 6rem 0;
}
.section-heading {
	margin-top: 0;
}

::-moz-selection {
 color: #fff;
 background: #212529;
 text-shadow: none;
}
::selection {
	color: #fff;
	background: #212529;
	text-shadow: none;
}
img::selection {
	color: #fff;
	background: transparent;
}
 img::-moz-selection {
 color: #fff;
 background: transparent;
}
#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: rgba(255,255,255, 0.5);
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: /*#348F50;*/#212529;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;	
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: /*#348F50;*/#212529;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: /*#212529;*/#348F50;
	text-align: center;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
	color: /*#348F50;*/#212529;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
	color: /*#348F50;*/#212529 !important;
	background-color: transparent;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
#mainNav {
	border-color: transparent;/*background-color: transparent;*/
}
#mainNav .navbar-brand {
/*color: rgba(255, 255, 255, 0.7);*/
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
/*color: #fff;*/
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
	padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
/*color: rgba(255, 255, 255, 0.7);*/
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
/*color: #fff;*/
}
#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
}
.bg-dark {
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
}
img.main-logo {
	display: inline;
}
img.shrink-logo {
	display: none;
}
.navbar-shrink img.main-logo {
	display: none;
}
.navbar-shrink img.shrink-logo {
	display: inline;
}

@media (max-width: 991px) {
img.main-logo {
	display: none;
}
img.shrink-logo {
	display: inline;
}
#mainNav.navbar, #mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff !important;
}
}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);/* background-image: url("../../pexels-photo-750836.jpeg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
header.masthead h1 {
	font-size: 2rem;
}
header.masthead p {
	font-weight: 500;
}

@media (min-width: 768px) {
header.masthead p {
	font-size: 1.15rem;
}
}

@media (min-width: 992px) {
header.masthead {
	height: 100vh;
	min-height: 650px;
	padding-top: 0;
	padding-bottom: 0;
}
header.masthead h1 {
	font-size: 3rem;
}
}

@media (min-width: 1200px) {
header.masthead h1 {
	font-size: 4rem;
}
}
.service-box {
	max-width: 400px;
}
.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(40,60,134, 0.9);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: none;
}

@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px;
}
}
.text-primary {
	color: #348F50 !important;
}
.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.btn-xl {
	padding: 1rem 2rem;
}
.btn-primary {
	background-color: #348F50;
	border-color: #348F50;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #283c86 !important;
}
.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(40,60,134, 0.5) !important;
}
.floating-label-form-group {
	position: relative;
	border-bottom: 1px solid #e9ecef
}
.floating-label-form-group input, .floating-label-form-group textarea {
	position: relative;
	z-index: 1;
	padding-right: 0;
	padding-left: 0;
	resize: none;
	border: none;
	border-radius: 0;
	background: 0 0;
	box-shadow: none!important
}
.floating-label-form-group label {
	line-height: 1.764705882em;
	position: relative;
	z-index: 0;
	top: 2em;
	display: block;
	margin: 0;
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-ms-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0
}
.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #e9ecef
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1
}
.floating-label-form-group-with-focus label {
	color: #D66A39
}
form .row:first-child .floating-label-form-group {
	border-top: 1px solid #e9ecef
}
.list-group-item {
	border: none;
	background: none;
	padding-left: 0;
}
button.navbar-toggler {
	color: rgba(52,143,80,.5) !important;
	border-color: #FFF !important;
}
i.fab {
	color: #348F50 !important;
	transition: .15s !important;
}
i.fab:hover {
	color: #283c86 !important;
}
.scroll-to-top {
	z-index: 1042;
	right: 1rem;
	bottom: 1rem;
}
.scroll-to-top a {
	width: 2.5rem;
	height: 2.5rem;
	background-color: rgba(52,143,80,1);
	line-height: 2.5rem;
}
