html {
	font-size: 18px;
}
main {
	color: #38413a;
	background-color: black;
	overflow-x: hidden;
}
h3 {
	font-size: calc(1.275rem + 0.3vw);
}
a{
    color: #38413a;
}
.px-6 {
	padding-right: 5.5rem;
	padding-left: 5.5rem;
}
.noScroll{
	overflow: hidden;
}
@media (min-width: 1200px) {
	.px-xl-6 {
		padding-right: 5.5rem !important; 
		padding-left: 5.5rem !important;
	}
	h3 {
		font-size: 1.5rem;
	}
}
#headerImage{
	overflow:hidden;
}
#headerImage img {
	min-width: 700px;
	max-width: 1920px;
	margin: auto;
	display: block;
}
@media (max-width: 660px) {
	#headerImage img {
		left: -45px;
	}
}
#about .aboutSection{
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#about .aboutSection .sectionInfo{
	z-index: 2;
	position: relative;
}
#about .aboutSection .sectionInfo h3{
	width: fit-content;
    border-bottom: 2px solid #0c8040;
    margin-bottom: 0;
    padding-bottom: 0.2rem;
}
#about .aboutSection .sectionInfo p{
    padding-top: 0.2rem;
}
#about .aboutSection button{
	color: #22b671;
}
#about .aboutSection button:hover{
	color: white;
}
.aboutSection:first-child .sectionBG{
	right: 0;
}
.aboutSection:last-child .sectionBG{
	left: 0;
}
.sectionBG{
	width: 50vw;
	top: 0;
	position: absolute;
	height:100%;
	max-width: 960px;
}
.aboutSection:only-child .sectionBG{
	width: 100vw;
	top: 50%; 
	left: 50%;
	right: 0;
	transform: translate(-50%,-50%);
	max-width: 1920px;
}
@media (max-width: 767px) {
	.sectionBG{
		width: 100vw;
		top: 50%; 
		left: 50% !important;
		right: 0;
		transform: translate(-50%,-50%);
	}
}
.sectionBGIMG{
	z-index: 0;	
	background-position: center;
}
.sectionFade{
	z-index: 1;	
	background-color: rgba(0,0,0,0.82)
  }
.dark {
	color: white;
	background-color: #38413a;
}
.light{
	background-color: #eef9f1;
}
.dark a {
	color: white;
}
.dark a:hover {
	color: #5aed99;
}
.swiper {
	height: 300px;
	width: 100%;
}
.swiper img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}
.swiper .swiper-slide{
    width: auto;
	max-width: 100%;
}
.project {
	text-align: left;
}
.project .swiper .swiper-button-next,
.project .swiper .swiper-button-prev {
	color: white;
	width: 38px;
	height: 54px;
	background-color: rgba(0, 0, 0, 0.85);
}
.project .swiper .swiper-pagination-bullet-active {
	background-color: #38413a;
}
.form-label-required:after {
	content: "*";
	color: red;
}
#emailForm{
    padding: 20px;
    max-width: 1000px;
    margin: auto;
    border-radius: .25rem;
    border: white solid 1px;
}
.sr-only.sr-only-focusable:active, .sr-only.sr-only-focusable:focus{
	position: ABSOLUTE;
    width: auto;
    z-index: 1021;
    background-color: white;
}