@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 200px) {
#Navbar{
	display: none;
	z-index: 3;
}



#Navbar2{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:60px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	
}


#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	min-height: 100%;
	margin-left: 0%;
	margin-right: 0%;
	position: fixed;
	height: 100vh;
	display: none;
	background-color: rgba(255,255,255,0.75);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	z-index: 50;
	float:right;
	max-width: inherit;
	margin-top: 14px;
	padding-top:10px;
	font-size: 65%;
	-webkit-animation: slideInLeft 0.5s linear;
	-moz-animation: slideInLeft 0.5s linear;
	-o-animation: slideInLeft 0.5s linear;
	animation: slideInLeft 0.5s linear;
	overflow-y: scroll !important;
}
.PhoneNavbarButtons{
	z-index: 2;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogo{
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	display: flex;
	position: absolute;
	background: linear-gradient(to bottom right, transparent,transparent,#173866,transparent,transparent);
	background-position: 175% 175%;
	background-size: 275% 275%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogoAdjust {
	opacity: 0.5;
	display: inline;
	fill: inherit;
	width: 100%;
	max-width: 200px;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 450;
	position: absolute;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#LogoBackground {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 100px;
	font-size: 100%;
	opacity: 1;
	z-index: 1;
	background-color: rgba(70,130,231,0.75);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
    border-style: solid;
	border-color: #b19540;
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 0px 10px #777;
}
#LogoBackground.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 100px;
	font-size: 100%;
	opacity: 1;
	z-index: 3;
	background-color: rgba(70,130,231,0.95);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;;
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 0px 10px #777;

}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:5px;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-wrap: wrap;
	z-index: 5;
}
#Logo.stick {
	height: 100%;
}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	max-width: 175px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo.stick{
	opacity: 1;
	height: auto;
	max-width: 175px;
}
.Logo2{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	top:0;
	max-width: 200px;
	padding-bottom: 0px;
	margin-top: 0px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo2.stick{
	opacity: 1;
	height: auto;
	max-width: 175px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
#LogoText {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
}
#LogoText.stick {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoText2 {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoTextPhone{
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-8px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
	}
#LogoTextPhone.stick{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-8px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
#LogoTextPhone2{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-8px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
.LogoTitle{
	font-family: TitleFont2;
	font-size: 150%;
	letter-spacing: 0rem;
	font-weight: lighter;
	color: #000;	
	}
#LogoHeaderBackground{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:140px;
	background-color:#fff;
	margin-left:25%;
	width:50%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:100px;
	background-color:#fff;
	margin-left:30%;
	width:40%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:200px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:400px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:115px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:250px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image:url(../FoxChapelDayCare/Logo/APlaceToGrowDaycareBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#PhoneButtonsContainer {
	position: relative;
	display: flex;
	width: auto;
	justify-content: flex-end;
	z-index: 600;
	margin-top: 10px;
}
.header {
  width: 100%;
  height: auto;
	min-height: auto;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transition: transform 0.6s ease-in;
  transform: translate3d(0, 0, 0);
}
.header.unpinned {
  transform: translate3d(0, -115%, 0);
}
#HeaderBar {
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	z-index: inherit;
}
#HeaderBar.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	grid-template-columns: 37.5% 25% 37.5%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:20px;
	background-color: #efefef;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	z-index: 4;
}
#HeaderBarBackground {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBarBackground.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBarBackground2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: #E8DCDF;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:inherit;
}
#BodyLeft:hover{
	border: 2px solid #40d7ff;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	width: 100%;
	display: block;
	font-size:inherit;
}
.ProjectFirstImageLink{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectFirstImageTint{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: flex-end;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	
}
.ProjectFirstImageTint:hover{
	opacity: 1;
}
#BodyRightOver {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:inherit;
	position: relative;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 2%;
	margin-right:2%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 96%;
	display: block;
	font-size:inherit;
}
#BodyLeftHome {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
	display: block;
	font-size:inherit;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
#BodyRightHome {
	float: right;
	margin-left: 10%;
	margin-right:10%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
	display: block;
	font-size:inherit;
	right:0;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	position: relative;
	z-index:100;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
.AboutGrid {
	display:grid;
	grid-template-columns: 100%;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	grid-gap: 20px;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	box-sizing: border-box;
	position: relative;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	grid-gap: 50px;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
	box-sizing: border-box;
}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}
.mobiletext{
	display: inherit;
}
.desktoptext{
	display: none;
}
#GridCenter {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterHome {
	display:grid;
	position: relative;
	grid-template-columns: 1fr;
	margin-left:2%;
	margin-bottom:0;
	margin-top:0;
	margin-right:2%;
	width: 96%;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
	width: 100%;
    border-radius: 0px;
	border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	width: 100%;
	padding: 0rem;
	border: none;
    border-radius: 0px;
	position: relative;
	max-width: 100%;
	background-image: none;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	box-sizing: border-box;
}
/*Gallery*/
.grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
   margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
}
.grid-layoutsmall {
    display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
	margin-bottom: 50px;
   
}

.grid-item {
    padding: 0rem;
	padding-top: 60%; /* Aspect Ratio */
	margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	border: 2px solid transparent;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/

.PictureRadius {
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyCenter {
	margin-left: 3.5%;
	margin-right: 3.5%;
	width: 93%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
	z-index: 10;
}
#BodyFull {
	width: 100%;
	display: inline-flex;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 10;
}
#BodyFullSlide {
	width: 100%;
	display: inline-flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
	box-sizing: border-box;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:inherit;
}
#ContactForm {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:20px;
	margin-top:20px;
	width: 100%;
	display: block;
	font-size:inherit;
	background-color: rgba(239,239,239,1);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	border-radius:0px;
	border-radius:2px;
	border-width: 3px;
    border-style: solid;
	border-color: #4682e7;
	animation-delay: 1s;
	box-sizing: border-box;
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 20px 10px 30px;
	box-shadow: 0px 0px 5px #000;
}
#ContactFormTint{
	float: left;
	margin-left: 1%;
	margin-right:1%;
	margin-bottom:50px;
	margin-top:50px;
	width: 98%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	width: 100%;
	border:none;
	position: relative;
	display: grid;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 20px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	color: #9e9e9e;
	font-size: 16px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display: flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;

}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#CleaningCompanyPittsburgh {
	height:1px;
	left: 0;
	top: 0;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
	z-index: -1;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
	z-index: 2;
}
#BodyPadding{
	margin-top: 0;
	width: 94%;
	display: block;
	margin-left: 3%;
	margin-right: 3%;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 200px !important;
	z-index: 10;
}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 100px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	font-size: 18px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0em;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 350%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:98%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: block;
    justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
#FooterLeftPhone {
	display:block;
	position: relative;
	width:74%;
	float:left;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:10px;
	font-size:90%;
}
#FooterCenter {
	display:block;
	width:98%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	padding: 0px;
	text-align: center;
	box-sizing: border-box;
	font-size: 75%;
}
#FooterRight {
	display:block;
	position: relative;
	width:98%;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	text-align: center;
	box-sizing: border-box;
	font-size: 75%;
}
.CopywriteBlock {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	border-left: none;
	border-right: none;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
	box-sizing: border-box;
}
.BalloonHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 1.9em;
	color: #4682e7;
	margin: 0;
	padding: 50px 0 10px 0;
	display: inline-block;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	padding-bottom: 0px;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: center;
}
.hometab:hover .BalloonHeader{
	color: #fff;
	transition: all 0.3s ease-in-out;
	}
.arrowmove{
	padding-left: 0px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	color: #fff;
	font-size: 25px;
	margin-top: 5px;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	}
.hometab:hover .BalloonHeader{
	color: #fff;
	transition: all 0.3s ease-in-out;
	}
.hometab {
	position: relative;
	width:90%;
	float:left;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
    align-items: center;
	display: block;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:0px;
	border-width: 1px;
    border-style: solid;
	border-color: #4682e7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(239,239,239,1);
	box-sizing: border-box;
}
.hometab:hover {
	margin-top:0px;
	margin-bottom:0px;
	background: #4682e7;
	background-position: top center;
	border-color: #4682e7;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0px 4px 10px #777;
	-webkit-box-shadow: 0px 4px 10px #777;
	box-shadow: 0px 4px 10px #777;
	}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
	z-index:5;
	overflow: hidden;
	max-width: 100%;
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:400px;
	z-index:5;
	overflow: hidden;
	max-width: 100%;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:400px;
	z-index:5;
	overflow: hidden;
	max-width: 100%;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:165px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	z-index: 2;
	overflow: hidden;
	display: grid;

}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left:0px;
	width:100%;
	height:500px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	display: flex;
	height: 100vh;
	width: 100%;
	min-height: 2000px;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	transform-origin: center center;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#BannerBackground {
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:400px;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.whitepagebackground {
	background-image: url("../Contractor/StClairsvilleKitchenBath/KitchenInstallerDesignStClairsvilleOH.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:right center!important;
}
#SloganBox {
	display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:100%;
	top: 60%;
	left:0%;
	opacity: 0;
	z-index: 6;
	overflow: hidden;
	-webkit-animation: homesloganmovephone 0.5s ease-out forwards;
	-moz-animation: homesloganmovephone 0.5s ease-out forwards;
	-o-animation: homesloganmovephone 0.5s ease-out forwards;
	-ms-animation: homesloganmovephone 0.5s ease-out forwards;
	animation: homesloganmovephone 0.5s ease-out forwards;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 0px solid #4682e7;
	border-top: 0px solid #4682e7;
	border-left: 0px solid #4682e7;
	border-right: 0px solid #4682e7;
	animation-delay: 0.5s;
	background-color: rgba(255,255,255,0.5);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	text-align: center;
}
#SloganBox2 {
	display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:100%;
	z-index:40;
	bottom: 0;
	left:0%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	align-content: center;
	animation-delay: 0.5s;
	background-color: rgba(0,0,0, 0.5);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:650px;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:500px;
	z-index:50;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:150px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:25px;
	margin-bottom:25px;
}
.paddingTB100 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingT100 {
	padding-top:50px;
	padding-bottom:0px;
}
.paddingB100 {
	padding-top:0px;
	padding-bottom:50px;
}
.paddingTB150 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingFullPage {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingTB50 {
	padding-top:25px;
	padding-bottom:25px;
}
.marginTB150 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	grid-gap: 5px;
}
#PortfolioBlock{
	display:block;
	color: #fff !important;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	transition: all 0.25s linear;
}
#PortfolioBlock img{
	height: auto;
	width: 80%;
}

#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.25);
	position:absolute;
	z-index:2;
	margin-top:0px;
}
#homelogotint{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	-webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
	-webkit-mask-image: url("../FunctionalMedicine/Pittsburgh/icons/FunctionalMedicineWexford.svg");
  	mask-image: url("../FunctionalMedicine/Pittsburgh/icons/FunctionalMedicineWexford.svg");
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-mask-size: 400px;
  	mask-size: 400px;
	-webkit-mask-position: left center;
  	mask-position: left center;
	mask-mode: alpha;
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.3;
	z-index:3;
	background-image: url("../FunctionalMedicine/Pittsburgh/icons/FunctionalMedicineWexford.svg");
	background-size: 400px auto;
	-webkit-background-size:400px auto;
	-moz-background-size:400px auto;
	-o-background-size: 400px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: block;
	width:100%;
}


.flexblock {
    border: none;
    position: relative;
	width:23%;
	min-height:100%;
	float:left;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	background-color: #BE8999;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	justify-content: center;
	-moz-box-shadow: 0 0 20px #efefef;
	-webkit-box-shadow: 0 0 20px #efefef;
	box-shadow: 0 0 20px #efefef;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;	
}
.flexblock:hover {
	-moz-box-shadow: 0 0 10px #be8999;
	-webkit-box-shadow: 0 0 10px #be8999;
	box-shadow: 0 0 10px #be8999;
	background-color: #e8dcdf;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#BodyFlex{
	width:100%;
	overflow: hidden;
	display: inline-block;		
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: inline-block;
	overflow: hidden;
	flex-direction: row;
}
#BodyFlexLeft{
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: block;
	align-items:center;
	justify-content:center;	
	box-sizing: border-box;
}
#BodyFlexLeftFull{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRight{
	width:100%;
	float:right;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: block;
	align-items:center;
	justify-content:center;
	box-sizing: border-box;
}
#BodyFlexRightFull{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexItem{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 900;
}
.TitleHeader {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	letter-spacing: 0.01em;
	font-weight: 900;
}
.TitleHeaderLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 33px;
	display: block;
	line-height: 1;
}
.PageTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	letter-spacing: 0.1rem;
	font-weight: normal;
}
.PageTitleHeader2 {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 300%;
	letter-spacing: 0.1rem;
	font-weight: normal;
	text-align: center;
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 25px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 0px;
	margin-top:-80px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 30px;
    letter-spacing: 0em;
	z-index: 10;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 22px;
    line-height:1;
	font-family: MainBodyFont;
	z-index: 10;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr;
	width: 90%;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slideshow .pagination {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: none;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 5%;
    cursor: pointer;
    z-index: 3;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}
	
#pagesectionzerofull{
	min-height: none;
	display: grid;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: rgba(239,239,239,1);
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 60px 10px 50px;
	box-sizing: border-box;
}
#homebodyright{
	width: 100%;
	background-color: rgba(255,255,255,0.65);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	position: relative;
	margin-top: 0;
	right: 0%;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
	border-width: 2px;
	box-sizing: border-box;
	border-style: solid;
	border-color: #4682e7;
}
#homebodyleft{
	width: 100%;
	background-color: rgba(255,255,255,0.65);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	position: relative;
	margin-top: 0;
	left: 0%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
	box-sizing: border-box;
	border-width: 2px;
	border-style: solid;
	border-color: #4682e7;
	
}
.homebodycontentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.filters{
	display: flex;
	position: relative;
	width: 90%;
	margin-left: 5%;
	align-self: center;
	justify-content: space-evenly;
	background-color: #0b597c;
}
#filterscontainer label {
	color: #fff;
	font-size: 15px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#filterscontainer label:hover {
	color: #40d7ff;
}
#imagescrollcontainer{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	height: 300px;
	overflow: hidden;
	box-sizing: border-box;
}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 500px;
	min-width: 100%;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 800px;
	min-width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 95vh;
	position: absolute;
	right: 0;
}
#imageslide{
	width:auto;
	height: 700px;
	margin-top: -100px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#imageslideSVG{
	width:100%;
	height: 1500px;
	margin-top: 0px;
	top:0;
	overflow: visible;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#IVTherapyContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#IVTherapyTitle{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform-origin: left;
	rotate: 0deg;
}
#IVTherapyTitle.turn{
	rotate: 90deg;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#IVTherapyText {
	width: 50%;
	margin-top: 250px;
	margin-left: 48%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#IVTherapyBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	background-image: url("../WeightlossInjections/AtHomeIVInjections/IVInjectionsAtHomeNearMe.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#IVTherapyBackground.stick{
	opacity: 1;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#WeightlossTitle{
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#WeightlossTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 250px;
	left: 0;
	margin-left: 25px;
	display: flex;
	width: auto;
	margin-top: 200px;
	z-index: 1;
	rotate: -90deg;
	transform-origin: left;
	box-sizing: border-box;
}
#WeightlossText {
	width: 89%;
	margin-top: 150px;
	margin-left: 10%;
	margin-right: 1%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
	box-sizing: border-box;
}
#WeightlossBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/MedspaServices.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#BotoxFillerTitle{
	position: absolute;
	top: 200px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#BotoxFillerTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 350px;
	left: 0px;
	display: block;
	width: auto;
	margin-top: 300px;
	margin-left: 25px;
	z-index: 1;
	rotate:-90deg;
	transform-origin: left;
	box-sizing: border-box;
}
#BotoxFillerText {
	width: 89%;
	margin-top: 150px;
	margin-left: 10%;
	margin-right: 1%;
	margin-bottom: 50px;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
	box-sizing: border-box;
}
#BotoxFillerBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/TeleHealthWeightloss.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
}

/* Tablet */

@media only screen and (min-width: 576px) {
#Navbar{
	display: none;
}



#Navbar2{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:60px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	
}


#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	min-height: 100%;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
	height: 100vh;
	display: none;
	z-index: 50;
	float:right;
	max-width: inherit;
	margin-top: 14px;
	padding-top:5px;
	font-size: 65%;
	-webkit-animation: slideInLeft 0.5s linear;
	-moz-animation: slideInLeft 0.5s linear;
	-o-animation: slideInLeft 0.5s linear;
	animation: slideInLeft 0.5s linear;
}
.PhoneNavbarButtons{
	z-index: 2;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogo{
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	display: flex;
	position: absolute;
	background: linear-gradient(to bottom right, transparent,transparent,#173866,transparent,transparent);
	background-position: 175% 175%;
	background-size: 275% 275%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	margin-top: 0px;
	padding-top:5px;
}
.PhoneNavbarLogoAdjust {
	opacity: 0.5;
	display: inline;
	fill: inherit;
	width: 100%;
	max-width: 200px;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 450;
	position: absolute;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#LogoBackground {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 100px;
	font-size: 100%;
	opacity: 1;
	z-index: 1;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#LogoBackground.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 100px;
	font-size: 100%;
	opacity: 1;
	z-index: 3;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:300px;
	margin-right:0%;
	margin-left:5px;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-wrap: wrap;
}
#Logo.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:300px;
	margin-right:0%;
	margin-left:5px;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	max-width: 175px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo.stick{
	opacity: 1;
	height: auto;
	max-width: 175px;
}
.Logo2{
	display: none;
}
.Logo2.stick{
	opacity: 1;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
#LogoText {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
}
#LogoText.stick {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoText2 {
	-webkit-transition: all 1s ease-in-out 0.75s;
	-moz-transition: all 1s ease-in-out 0.75s;
	-ms-transition: all 1s ease-in-out 0.75s;
	-o-transition: all 1s ease-in-out 0.75s;
	transition: all 1s ease-in-out 0.75s;
	display: none;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoTextPhone{
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-11px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 0;
	}
#LogoTextPhone.stick{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-11px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
#LogoTextPhone2{
	-webkit-transition: all 1s ease-in-out 1s;
	-moz-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
	-o-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
	display: block;
	width:80%;
	margin-right:0%;
	margin-left:10%;
	margin-top:-11px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
	}
.LogoTitle{
	font-family: TitleFont2;
	font-size: 175%;
	letter-spacing: 0rem;
	font-weight: lighter;
	color: #000;	
	}
#LogoHeaderBackground{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:160px;
	background-color:#fff;
	margin-left:30%;
	width:40%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:100px;
	background-color:#fff;
	margin-left:35%;
	width:30%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2{
	display:block;
	position:absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:200px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:400px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoHeaderBackground2.stick{
	display:block;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:115px;
	background-color:#e4d9bc;
	margin-left:2%;
	width:250px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image:url(../FoxChapelDayCare/Logo/APlaceToGrowDaycareBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#PhoneButtonsContainer {
	position: relative;
	display: flex;
	width: auto;
	justify-content: flex-end;
	z-index: 600;
}
[data-scroll-container] {
	min-height:  none;
	height: auto;
	min-width: 100%;
	perspective: 1px;
	position: relative;
	transform: perspective(1px);
	display: inline-grid;
	padding: 0;
	margin: 0;
	border: none;
}
.header {
  width: 100%;
  height: auto;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transition: transform 0.6s ease-in;
  transform: translate3d(0, 0, 0);
}
.header.unpinned {
  transform: translate3d(0, -115%, 0);
}
#HeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: grid;
	grid-template-columns: 50% 50%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	z-index: inherit;
}
#HeaderBar.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	grid-template-columns: 37.5% 25% 37.5%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:20px;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	z-index: 4;
}
#HeaderBarBackground {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:70px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBarBackground.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:70px;
	background-color: #fff;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom:none;
	font-size:inherit;
}
#HeaderBarBackground2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: #E8DCDF;
	z-index: 499;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeft:hover{
	border: 2px solid #40d7ff;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
.ProjectFirstImageLink{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectFirstImageTint{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: flex-end;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	
}
.ProjectFirstImageTint:hover{
	opacity: 1;
}
#BodyRightOver {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
	position: relative;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 2%;
	margin-right:2%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 96%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 60%;
	display: block;
	font-size:100%;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
#BodyRightHome {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 60%;
	display: block;
	font-size:100%;
	right:0;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	position: relative;
	z-index:100;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
#FloatContainer {
	width:90%;
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
/*Picture Left*/
#BodyRightOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: auto;
	grid-column: 1; 
	grid-row: 1;
	font-size:inherit;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyRightOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeftFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 1; 
	grid-row: 2;
	z-index: inherit;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
/*Picture Right*/
#BodyLeftOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:auto;
	grid-column: 1; 
	grid-row: 1;
	font-size:inherit;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyLeftOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyRightFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 1; 
	grid-row: 2; 
	z-index: inherit;
	font-size:inherit;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.AboutGrid {
	display:grid;
	grid-template-columns: 100%;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}

.mobiletext{
	display: inherit;	
}
.desktoptext{
	display: none;
}
#GridCenter {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	grid-gap: 50px;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterHome {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:2%;
	margin-bottom:0;
	margin-top:0;
	margin-right:2%;
	width: 96%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
/*Gallery*/
.grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
   margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
}
.grid-layoutsmall {
    display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
	margin-bottom: 50px;
   
}

.grid-item {
    padding: 0rem;
	padding-top: 60%; /* Aspect Ratio */
	margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	border: 2px solid transparent;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/

.PictureRadius {
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyCenter {
	margin-left: 3.5%;
	margin-right: 3.5%;
	width: 93%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
}
#BodyFull {
	width: 100%;
	display: inline-flex;
	text-align: center;
	position: relative;
}
#BodyFullSlide {
	width: 100%;
	display: inline-flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:20px;
	margin-top:20px;
	width: 100%;
	display: block;
	font-size:100%;
	padding: 20px 10px 30px;
}
#ContactFormTint{
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:50px;
	margin-top:50px;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#Footer {
	width: 100%;
	border:none;
	display: grid;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 24px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	font-size: 16px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display: flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#CleaningCompanyPittsburgh {
	height:1px;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
}
#BodyPadding{
	margin-top: 0;
	width: 94%;
	display: block;
	margin-left: 3%;
	margin-right: 3%;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: relative;
	display: inline-flex;
	margin-top: 400px;
	width: 100%;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 100px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	font-size: 20px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0em;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 600%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:90%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: block;
    justify-content: center;
	text-align: center;
}
#FooterLeftPhone {
	display:block;
	position: relative;
	width:74%;
	float:left;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:10px;
	font-size:100%;
}
#FooterCenter {
	display:block;
	width:90%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	padding: 0px;
	font-size: inherit;
}
#FooterRight {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	font-size: inherit;
}
.CopywriteBlock {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-left: none;
	border-right: 1px solid #00B095;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
}
.BalloonHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 1.9em;
	color: #4682e7;
	margin: 0;
	padding: 50px 0 10px 0;
	display: inline-block;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	padding-bottom: 0px;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: center;
}
.arrowmove{
	padding-left: 0px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	color: #fff;
	font-size: 25px;
	margin-top: 5px;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	}
.hometab:hover .BalloonHeader{
	color: #fff;
	transition: all 0.3s ease-in-out;
	}
.hometab {
	position: relative;
	width:98%;
	float:left;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
    align-items: center;
	display: block;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:0px;
	border-width: 1px;
    border-style: solid;
	border-color: #4682e7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.hometab:hover {
	margin-top:0px;
	margin-bottom:0px;
	background: #4682e7;
	background-position: top center;
	border-color: #4682e7;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0px 4px 10px #777;
	-webkit-box-shadow: 0px 4px 10px #777;
	box-shadow: 0px 4px 10px #777;
	}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:700px;
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:165px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	z-index: 2;
	overflow: hidden;
	display: grid;

}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left: 0;
	width:100%;
	height:600px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	height: 100vh;
	width: 100%;
	min-height: 2000px;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	
}
#BannerBackground {
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:top center !important;
}
.whitepagebackground {
	background-position:right center!important;
}
#SloganBox {
	display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:70%;
	top: 70%;
	left:100%;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: homesloganmovetablet 0.5s ease-out forwards;
	-moz-animation: homesloganmovetablet 0.5s ease-out forwards;
	-o-animation: homesloganmovetablet 0.5s ease-out forwards;
	-ms-animation: homesloganmovetablet 0.5s ease-out forwards;
	animation: homesloganmovetablet 0.5s ease-out forwards;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 2px solid #4682e7;
	border-top: 2px solid #4682e7;
	border-left: 2px solid #4682e7;
	border-right: 0px solid #4682e7;
	animation-delay: 0.5s;
}
#SloganBox2 {
display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:100%;
	z-index:40;
	bottom: 0;
	left:0%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	align-content: center;
	animation-delay: 0.5s;
}
#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:650px;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:500px;
	z-index:50;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:150px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:25px;
	margin-bottom:25px;
}
.paddingTB100 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingT100 {
	padding-top:50px;
	padding-bottom:0px;
}
.paddingB100 {
	padding-bottom:50px;
}
.paddingTB150 {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingFullPage {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingTB50 {
	padding-top:25px;
	padding-bottom:25px;
}
.marginTB150 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display:block;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	padding: 10px;
	float:left;
}
#PortfolioBlock img{
	height: 300px;
	width: auto;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.25);
	position:absolute;
	z-index:2;
	margin-top:0px;
}
#homelogotint{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	-webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-mask-size: 400px;
  	mask-size: 400px;
	-webkit-mask-position: left center;
  	mask-position: left center;
	mask-mode: alpha;
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.3;
	z-index:3;
	background-size: 400px auto;
	-webkit-background-size:400px auto;
	-moz-background-size:400px auto;
	-o-background-size: 400px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: block;
	width:100%;
}


.flexblock {
    border: none;
    position: relative;
	width:23%;
	min-height:100%;
	float:left;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	background-color: #BE8999;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	justify-content: center;
	-moz-box-shadow: 0 0 20px #efefef;
	-webkit-box-shadow: 0 0 20px #efefef;
	box-shadow: 0 0 20px #efefef;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;	
}
.flexblock:hover {
	-moz-box-shadow: 0 0 10px #be8999;
	-webkit-box-shadow: 0 0 10px #be8999;
	box-shadow: 0 0 10px #be8999;
	background-color: #e8dcdf;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#BodyFlex{
	width:100%;
	overflow: hidden;
	display: inline-block;		
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: inline-block;
	overflow: hidden;
	flex-direction: row;
}
#BodyFlexLeft{
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftFull{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRight{
	width:100%;
	float:right;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRightFull{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexItem{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:10px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 900;
}
.TitleHeader {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 28px;
	letter-spacing: 0.01em;
	font-weight: 900;
}
.TitleHeaderLg {
	text-rendering: optimizelegibility;
	font-size: 40px;
	font-weight: 900;
}
.PageTitleHeader {
	font-size: 30px;
	letter-spacing: 0.2rem;
	font-weight: normal;
}
.PageTitleHeader2 {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 450%;
	letter-spacing: 0.2rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 33px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 15px;
	margin-top:-30px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 35px;
    letter-spacing: 0em;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 22x;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr;
	width: 80%;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slideshow .pagination {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: block;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 10%;
    cursor: pointer;
    z-index: 3;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}	
#pagesectionzerofull{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 60px 10px 50px;
}
#homebodyright{
	width: 100%;
	margin-top: 0;
	right: 0%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
#homebodyleft{
	width: 100%;
	margin-top: 0vh;
	left: 0%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
.homebodycontentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.homeimagecontainer{
	overflow: hidden;
	height: 100vh;
	width: 45%;
	position: fixed;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.filters{
	display: flex;
	position: relative;
	width: 90%;
	margin-left: 5%;
	align-self: center;
	justify-content: space-evenly;
	background-color: #0b597c;
}
#filterscontainer label {
	color: #fff;
	font-size: 15px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#filterscontainer label:hover {
	color: #40d7ff;
}
#imagescrollcontainer{
	width:100%;
	max-width: 700px;
	height: 400px;
	overflow: hidden;
}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 500px;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 1000px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 95vh;
	position: absolute;
	right: 0;
}
#imageslide{
	width:auto;
	height: 800px;
	margin-top: -100px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#imageslideSVG{
	width:100%;
	height: 1500px;
	margin-top: 0px;
	top:0;
	overflow: visible;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#IVTherapyContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#IVTherapyTitle{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
}
#IVTherapyText {
	width: 50%;
	margin-top: 250px;
	margin-left: 48%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#IVTherapyBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	background-image: url("../WeightlossInjections/AtHomeIVInjections/IVInjectionsAtHomeNearMe.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#IVTherapyBackground.stick{
	opacity: 1;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#WeightlossTitle{
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#WeightlossTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 250px;
	left: 0;
	margin-left: 25px;
	display: flex;
	width: auto;
	margin-top: 200px;
	z-index: 1;
	rotate: -90deg;
	transform-origin: left;
	
}
#WeightlossText {
	width: 89%;
	margin-top: 250px;
	margin-left: 10%;
	margin-right: 1%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#WeightlossBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/MedspaServices.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#BotoxFillerTitle{
	position: absolute;
	top: 200px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#BotoxFillerTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 350px;
	left: 0px;
	display: block;
	width: auto;
	margin-top: 300px;
	margin-left: 25px;
	z-index: 1;
	rotate:-90deg;
	transform-origin: left;
}
#BotoxFillerText {
	width: 89%;
	margin-top: 250px;
	margin-left: 10%;
	margin-right: 1%;
	margin-bottom: 50px;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#BotoxFillerBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/TeleHealthWeightloss.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
}


/* Small Desktop */

@media only screen and (min-width: 1000px) {
#Navbar{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
    box-sizing: border-box;
}



#Navbar2{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:25px;
	margin-bottom:0px;
	position: absolute;
	float: right;
	right:0;
	top: 0;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#menu{
	width: 100%;
	min-height: 100%;
	margin:0;
	margin-right:0px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
	float:right;
}
#menu a{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	height: 100px;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: TitleFont, calibri, serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	flex-wrap: wrap;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: rgba(100,214,225,0);
}
#menu a.stick{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	height: 60px;
	color: #FFFFFF;
	font-size: 16px;
}
#menu ul a{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	opacity: 0;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	background-color: rgba(70,130,231,0.75);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#menu ul a:last-child{
	border-bottom: 2px solid #fff;
}
#menu ul a.stick{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#NavbarPhone{
	display: none;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 50px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#LogoBackground {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 100px;
	font-size: 100%;
	opacity: 1;
	z-index: 1;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#LogoBackground.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 60px;
	font-size: 100%;
	opacity: 1;
	z-index: 3;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
#Logo.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	flex-wrap: wrap;
}
#Logo:hover {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	background-color: rgba(234, 189, 107, 0);
}
#LogoLines {
	
}
#LogoLines.stick {

}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	max-width: 200px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo.stick{
	opacity: 1;
	height: auto;
	max-width: 125px;
}
.Logo2{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	top:0;
	max-width: 200px;
	padding-bottom: 0px;
	margin-top: 0px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo2.stick{
	opacity: 1;
	height: auto;
	max-width: 175px;
}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:100px;
	margin-right:0%;
	margin-left:50px;
	margin-top:0px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}

#HeaderPhone {
	display: block;
	width:70%;
	float:right;
	right:0%;
	margin-right:20px;
	margin-left:2%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#PhoneButtonsContainer {
	display: none;
}
[data-scroll-container] {
	min-height: 100vh;
	height: auto;
	min-width: 100%;
	perspective: 1px;
	position: fixed;
	transform: perspective(1px);
	display: inline-grid;
	padding: 0;
	margin: 0;
	border: none;
}
.header {
  width: 100%;
  height: 125px;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transition: transform 0.6s ease-in;
  transform: translate3d(0, 0, 0);
}
.header.unpinned {
  transform: translate3d(0, -150%, 0);
}
#HeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: grid;
	grid-template-columns: 25% 75%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	z-index: inherit;
}
#HeaderBar.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: grid;
	grid-template-columns: 100%;
	justify-content: right;
	align-content: flex-end;
	align-items: flex-end;
	position: relative;
	width: 100%;
	height:auto;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	padding: 3px 20px;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 49%;
	display: flex;
	font-size:100%;
	align-items: flex-end;
}
#BodyRightOver {
	float: right;
	margin-left: 35%;
	margin-right:15%;
	margin-top: 150px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	position: absolute;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 4%;
	margin-right:4%;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 92%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 50%;
	display: block;
	font-size:100%;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
#BodyRightHome {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 50%;
	display: block;
	font-size:100%;
	right:0;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	position: relative;
	z-index:100;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
#FloatContainer {
	width:90%;
	display:grid;
	grid-template-columns: repeat(20, 1fr);
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
/*Picture Left*/
#BodyRightOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:75px;
	margin-bottom: auto;
	grid-column: 10 / 20; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyRightOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeftFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 2 / 11; 
	grid-row: 1;
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
/*Picture Right*/
#BodyLeftOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:auto;
	grid-column: 2 / 12; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyLeftOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyRightFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: auto;
	grid-column: 11 / 20; 
	grid-row: 1; 
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.AboutGrid {
	display:grid;
	grid-template-columns: 20% 80%;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}		
.mobiletext{
	display: none;	
}
.desktoptext{
	display: inherit;
}
#GridCenter {
	display:grid;
	grid-template-columns: 4fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	grid-gap: 0px;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	grid-column-gap: 100px
}
#GridCenterHome {
	display:grid;
	grid-template-columns: 4fr 3fr;
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 95%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
/*Gallery*/
.grid-layout {
    display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
	margin-bottom: 50px;
   
}
.grid-layoutsmall {
    display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
	margin-bottom: 50px;
   
}

.grid-item {
    padding: 0px;
	padding-top: 60%; /* Aspect Ratio */
	margin-bottom: 0px;
	margin: 3px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	filter: brightness(100%);
	border: 2px solid transparent;
}
.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/
#BodyCenter {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
}
#BodyFull {
	width: 100%;
	display: inline-flex;
	text-align: center;
	position: relative;
}
#BodyFullSlide {
	width: 100%;
	display: inline-flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
}
#BodyCenterSmall {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: block;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: none;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:20px;
	margin-top:20px;
	width: 100%;
	max-width:500px;
	display: block;
	font-size:100%;
	padding: 20px 10px 30px;
}
#Footer {
	width: 100%;
	border:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 26px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	font-size: 16px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display:flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;
	text-align: center;
	min-height: 300px;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#CleaningCompanyPittsburgh {
	height:1px;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
}
#BodyD2{
	position: relative;
	display: inline-flex;
	margin-top: 500px;
	width: 100%;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 100px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	font-size: 24px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0em;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 700%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:95%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:0%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: inline-flex;
    justify-content: center;
	text-align: center;
}
#FooterLeftPhone {
	display:none;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0;
	margin-top:20px;
}
#FooterCenter {
	display:block;
	width:90%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	padding: 0px;
}
#FooterRight {
	position: relative;
	width:95%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:5%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
	display: inline-flex;
    justify-content: center;
	text-align: center;
}
.CopywriteBlock {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: none;
	border-right: 1px solid #00B095;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
}
.BalloonHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 2.1em;
	color: #4682e7;
	margin: 0;
	padding: 75px 0px 10px 0;
	display: inline-block;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	padding-bottom: 0px;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: center;
}
.hometab {
	position: relative;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:10px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	cursor: pointer; 
	background-size: 100% 100%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:0px;
	border-width: 1px;
    border-style: solid;
	border-color: #4682e7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hometab:hover {
	margin-top:-10px;
	margin-bottom:20px;
	background: #4682e7;
	background-position: top center;
	border-color: #4682e7;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0px 4px 10px #777;
	-webkit-box-shadow: 0px 4px 10px #777;
	box-shadow: 0px 4px 10px #777;
	}
.box1 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:0s;
}
.box2 {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:1s;
}
.box3 {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:2s;
}
.box4 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 2;
	animation-delay:1.25s;
}
.box5 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 2;
	animation-delay:2.25s;
}
.arrowmove{
	padding-left: 1px;
	transition: all 0.3s ease-in-out;
	padding-left: 0px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	color: #fff;
	font-size: 25px;
	margin-top: 5px;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .BalloonHeader{
	color: #fff;
	transition: all 0.3s ease-in-out;
	}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:800px;
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:600px;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:265px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	min-height:650px;
	z-index: 2;
	overflow: hidden;
	display: grid;

}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left: 0;
	width:100%;
	height:600px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	height: 150vh;
	width: 100%;
	min-height: 1200px;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	
}
#BannerBackground {
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:top center !important;
}
.whitepagebackground {
	background-position:center center!important;
}
#SloganBox {
	display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:60%;
	top: 70%;
	left:100%;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: homesloganmovelaptop 0.5s ease-out forwards;
	-moz-animation: homesloganmovelaptop 0.5s ease-out forwards;
	-o-animation: homesloganmovelaptop 0.5s ease-out forwards;
	-ms-animation: homesloganmovelaptop 0.5s ease-out forwards;
	animation: homesloganmovelaptop 0.5s ease-out forwards;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 2px solid #4682e7;
	border-top: 2px solid #4682e7;
	border-left: 2px solid #4682e7;
	border-right: 0px solid #4682e7;
	animation-delay: 0.5s;
}
#SloganBox2 {
display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:100%;
	z-index:40;
	bottom: 0;
	left:0%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	align-content: center;
	animation-delay: 0.5s;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:50px;
	margin-bottom:50px;
}
.paddingTB100 {
	padding-top:100px;
	padding-bottom:100px;
}
.paddingT100 {
	padding-top:100px;
	padding-bottom:0px;
}
.paddingB100 {
	padding-bottom:100px;
}
.paddingTB150 {
	padding-top:150px;
	padding-bottom:150px;
}
.paddingFullPage {
	padding-top:50px;
	padding-bottom:50px;
}
.paddingTB50 {
	padding-top:50px;
	padding-bottom:50px;
}
.marginTB150 {
	display: flex;
	margin-top:150px;
	margin-bottom:150px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display: inline-block;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	min-height: 100%;
	padding: 10px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#PortfolioBlock:hover{
	display:block;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:20px;
	float:left;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	color: #65000b;
}
#PortfolioBlock img{
	height: 300px;
	width: auto;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	margin-top:0px;
	background-color: rgba(0,0,0,0.5);
}
#homelogotint{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	-webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-mask-size: 400px;
  	mask-size: 400px;
	-webkit-mask-position: left center;
  	mask-position: left center;
	mask-mode: alpha;
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.3;
	z-index:3;
	background-size: 400px auto;
	-webkit-background-size:400px auto;
	-moz-background-size:400px auto;
	-o-background-size: 400px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:100%;
}


.flexblock {
    border: none;
    position: relative;
	width:23%;
	min-height:100%;
	float:left;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	background-color: #BE8999;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	justify-content: center;
	-moz-box-shadow: 0 0 20px #efefef;
	-webkit-box-shadow: 0 0 20px #efefef;
	box-shadow: 0 0 20px #efefef;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;	
}
.flexblock:hover {
	-moz-box-shadow: 0 0 10px #be8999;
	-webkit-box-shadow: 0 0 10px #be8999;
	box-shadow: 0 0 10px #be8999;
	background-color: #e8dcdf;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#BodyFlex{
	width:100%;
	display: flex;
	overflow: hidden;
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: flex;
	overflow: hidden;
	flex-direction: row-reverse;
}

#BodyFlexEnd{
	height:100%;
	width: 100%;
	min-height:auto;
	display: flex;
	position: absolute;
	z-index: 5;
	place-items:end;
}
	
#BodyFlexLeft{
	width:48%;
	float:left;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftFull{
	width:50%;
	min-height:180px;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRight{
	width:48%;
	float:right;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRightFull{
	width:50%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexItem{
	width:49%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:0;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	font-size: 22px;
	letter-spacing: 0.05em;
	font-weight: 900;
}
.TitleHeader {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	letter-spacing: 0.01em;
	font-weight: 900;
}
.TitleHeaderLg {
	text-rendering: optimizelegibility;
	font-size: 40px;
	font-weight: 900;
}
.PageTitleHeader {
	font-size: 40px;
	letter-spacing: 0.2rem;
	font-weight: normal;
	
}
.PageTitleHeader2 {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: 0.2rem;
	font-weight: bold;
	color: #fff;
	display: inline-flex;
	text-align: right;
	
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 35px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 0px;
	margin-top:-80px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 50px;
    letter-spacing: 0em;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 26px;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 70%;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slideshow .pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: block;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 35%;
    cursor: pointer;
    z-index: 3;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}	
#pagesectionzerofull{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 60px 10px 50px;
}
#homebodyright{
	width: 75%;
	margin-top: 0;
	right: 0%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
#homebodyleft{
	width: 75%;
	margin-top: 0;
	left: 0%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform-origin: center center;
}
.homebodycontentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.homeimagecontainer{
	overflow: hidden;
	height: 100vh;
	width: 45%;
	position: fixed;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.filters{
	display: flex;
	position: relative;
	width: 90%;
	margin-left: 5%;
	align-self: center;
	justify-content: space-evenly;
	background-color: #0b597c;
}
#filterscontainer label {
	color: #fff;
	font-size: 15px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#filterscontainer label:hover {
	color: #40d7ff;
}
#imagescrollcontainer{
	width:100%;
	max-width: 700px;
	height: 600px;
	overflow: hidden;
}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 500px;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 1000px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 95vh;
	position: absolute;
	right: 0;
}
#imageslide{
	width:auto;
	height: 800px;
	margin-top: -100px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#imageslideSVG{
	width:100%;
	height: 1500px;
	margin-top: 0px;
	top:0;
	overflow: visible;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#IVTherapyContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#IVTherapyTitle{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
}
#IVTherapyText {
	width: 50%;
	margin-top: 250px;
	margin-left: 48%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#IVTherapyBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	background-image: url("../WeightlossInjections/AtHomeIVInjections/IVInjectionsAtHomeNearMe.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#IVTherapyBackground.stick{
	opacity: 1;
	-webkit-filter: grayscale(1) brightness(50%);
	filter: grayscale(1) brightness(50%);
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#WeightlossTitle{
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#WeightlossTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 0;
	margin-left: 25px;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
	rotate: 0deg;
	transform-origin: left;
}
#WeightlossText {
	width: 70%;
	margin-top: 250px;
	margin-left: 28%;
	margin-right: 2%;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#WeightlossBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/MedspaServices.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WeightlossBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerContainer{
	position: relative;
	display: block;
	z-index: 10;
}
#BotoxFillerTitle{
	position: absolute;
	top: 200px;
	left: 0;
	margin-left: 2%;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 5;
}
#BotoxFillerTitle2{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	left: 20px;
	display: flex;
	width: auto;
	margin-top: 60vh;
	z-index: 1;
	rotate: 0deg;
	transform-origin: left;
}
#BotoxFillerText {
	width: 70%;
	margin-top: 250px;
	margin-left: 28%;
	margin-right: 2%;
	margin-bottom: 50px;
	display: flex;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	min-height:225px;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0px;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	-webkit-animation: bordermovelight 7s infinite linear;
    -moz-animation: bordermovelight 7s infinite linear;
    -o-animation: bordermovelight 7s infinite linear;
    animation: bordermovelight 7s infinite linear;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
#BotoxFillerBackground{
	opacity: 0;
	display: flex;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../WeightlossInjections/IVTherapy/Weightloss/TeleHealthWeightloss.jpeg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#BotoxFillerBackground.stick{
	opacity: 0.2;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#Navbar{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
    box-sizing: border-box;
}



#Navbar2{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:25px;
	margin-bottom:0px;
	position: absolute;
	float: right;
	right:0;
	top: 0;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#menu{
	width: 100%;
	min-height: 100%;
	margin:0;
	margin-right:0px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
	float:right;
}
#menu a{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	height: 100px;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	text-wrap: none;
	text-transform: none;
	font-family: TitleFont, calibri, serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	flex-wrap: wrap;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: rgba(70,130,231,0);
}
#menu a.stick{
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	height: 75px;
	color: #FFFFFF;
	font-size: 18px;
}
#menu ul a{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	opacity: 0;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	background-color: rgba(70,130,231,0.75);
	-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#menu ul a:last-child{
	border-bottom: 2px solid #fff;
}
#menu ul a.stick{
	margin-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	min-height: auto;
	max-height: auto;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	height: 100%;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#NavbarPhone{
	display: none;
}
#NavbarPhoneNumbers{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#032c40;
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 50px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#LogoBackground {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 102px;
	font-size: 100%;
	opacity: 1;
	z-index: 1;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#LogoBackground.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: block;
	width:100%;
	margin-right:0%;
	margin-left:0%;
	margin-top:0%;
	position: absolute;
	max-width:none;
	height: 77px;
	font-size: 100%;
	opacity: 1;
	z-index: 3;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#Logo {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
#Logo.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 100%;
	font-size: 100%;
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	flex-wrap: wrap;
}
#Logo:hover {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	background-color: rgba(34,63,139,0);
}
#LogoLines {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 225px;
	font-size: 100%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
#LogoLines.stick {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	display: flex;
	width:100%;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: 150px;
	font-size: 100%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.Logo{
	display: inherit;
	width:96%;
	position: relative;
	height: auto;
	max-width: 300px;
	padding-bottom: auto;
	margin-top: 0px;
	margin-left: 0px;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 1;
	z-index: 3;
}
.Logo.stick{
	opacity: 1;
	height: auto;
	max-width: 200px;
}
.Logo2{
	display: none;
}
.Logo2.stick{

}
#Logo2 {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:100px;
	margin-right:0%;
	margin-left:50px;
	margin-top:0px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}

#HeaderPhone {
	display: block;
	width:70%;
	float:right;
	right:0%;
	margin-right:20px;
	margin-left:2%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#PhoneButtonsContainer {
	display: none;
}
.header {
  width: 100%;
  height: 125px;
  z-index: 100;
	top: 0;
	left: 0;
  position: fixed;
  transition: transform 0.6s ease-in;
  transform: translate3d(0, 0, 0);
}
.header.unpinned {
  transform: translate3d(0, -150%, 0);
}
#HeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: grid;
	grid-template-columns: 25% 75%;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	z-index: inherit;
}
#HeaderBar.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	justify-content: space-evenly;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0);
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#TopHeaderBar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: grid;
	grid-template-columns: 100%;
	justify-content: right;
	align-content: flex-end;
	align-items: flex-end;
	position: relative;
	width: 100%;
	height:auto;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
	padding: 3px 20px;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 49%;
	display: flex;
	font-size:100%;
	align-items: flex-end;
}
#BodyRightOver {
	float: right;
	margin-left: 35%;
	margin-right:15%;
	margin-top: 150px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	position: absolute;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 4%;
	margin-right:4%;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 92%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 50%;
	display: block;
	font-size:100%;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
#BodyRightHome {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 50%;
	display: block;
	font-size:100%;
	right:0;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	position: relative;
	z-index:100;
	border: none;
	max-width: 500px;
	background-color:#BD8998;
}
#FloatContainer {
	width:90%;
	display:grid;
	grid-template-columns: repeat(20, 1fr);
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}
/*Picture Left*/
#BodyRightOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:75px;
	margin-bottom: auto;
	grid-column: 10 / 20; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyRightOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyLeftFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: auto;
	grid-column: 2 / 11; 
	grid-row: 1;
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
/*Picture Right*/
#BodyLeftOfFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:auto;
	grid-column: 2 / 12; 
	grid-row: 1;
	font-size:100%;
	background-color:#BE8999;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 450px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyLeftOfFloatText {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size:100%;
	width:60%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyRightFloat {
	margin-left: 0%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: auto;
	grid-column: 11 / 20; 
	grid-row: 1; 
	z-index: 1;
	font-size:100%;
	position:relative;
	background-color: transparent;
	height:450px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border: 8px solid #fff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.AboutGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	position: relative;
}
.AboutGridItem{
	margin: 0rem;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.ProjectGridItem{
	margin: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: inherit;
	padding: 10px;
}
.ProjectTint{
	display: inline-flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	padding-top: 50%; /* Aspect Ratio */
    position: relative; 
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background-image: url("../BuildingContractor/GreenBuildingContractor/BuildingContractorSota.png");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ProjectTitle{
	margin: 0 2% 10px 2%;
	border: none;
    border-radius: 0px;
	z-index:1;
	width: 96%;
}
.ProjectGridItem:hover .ProjectTint{
	opacity: 1;
}		
.mobiletext{
	display: none;	
}
.desktoptext{
	display: flex;
}
#GridCenter {
	display:grid;
	grid-template-columns: 4fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterBio {
	display:grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	grid-gap: 0px;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	grid-column-gap: 200px
}
#GridCenterHome {
	display:grid;
	grid-template-columns: 4fr 3fr;
	margin-left:10%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 90%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridCenterThree {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:0%;
	margin-bottom:0;
	margin-top:0;
	margin-right:0%;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridRightLg {
	padding: 0rem;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#GridRightSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
/*Gallery*/
.grid-layout {
    display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
	margin-bottom: 50px;
   
}
.grid-layoutsmall {
    display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
	margin-bottom: 50px;
   
}
.grid-item {
    padding: 0px;
	padding-top: 60%; /* Aspect Ratio */
	margin-bottom: 0px;
	margin: 3px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	filter: brightness(100%);
	border: 2px solid transparent;
}
.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}
/*Gallery end*/
#BodyCenter {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
	position: relative;
}
#BodyFull {
	width: 100%;
	display: inline-flex;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#BodyFullSlide {
	width: 100%;
	display: inline-flex;
	position: relative;
	text-align: center;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 5;
}
#BodyCenterSmall {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: flex;
	font-size:100%;
	text-align: center;
}
#ContactForm {
	float: none;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:40px;
	margin-top:0px;
	width: 100%;
	max-width: 600px;
	display: block;
	font-size:100%;
	padding: 20px 20px 30px;
}
#Footer {
	width: 100%;
	border:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.FooterHeader {
	color: #1B3D6D;
	font-size: 28px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	font-size: 16px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-right:0px;
	padding-left:0px;
	font-weight: normal;
}
.FootText {
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 111%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
#FooterBottom {
	display:flex;
	width:100%;
	min-width: 100%;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top:none;
	text-align: center;
	min-height: 300px;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#CleaningCompanyPittsburgh {
	height:1px;
	overflow:hidden;
	position:absolute;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: relative;
	display: inline-grid;
	flex-wrap: wrap;
	margin-top: 0px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}
canvas {
  display: block;
  vertical-align: bottom;
	background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
	
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
	display: grid;
  width: 100%;
  height: 100%;
  
}
#BodyD2{
	position: relative;
	display: inline-flex;
	margin-top: 600px;
	width: 100%;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: relative;
	display: inline-grid;
	margin-top: 100px;
	width: 100%;
	font-size: inherit;
	margin-left: 0%;
	margin-right: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.MainBodyLg {
	font-size: 26px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0em;
}
.BigMainBodyWhiteHome {
	text-rendering: optimizelegibility;
	color: #FFF;
	font-size: 700%;
	font-family: MudgeRanch, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:30px;
	font-weight: bolder;
	margin:0px;
}
#FooterLeft {
	position: relative;
	width:90%;
	margin-bottom:0;
	margin-left:10%;
	margin-right:0%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
  	display: block;
    justify-content: center;
	text-align: center;
}
#FooterLeftPhone {
	display:none;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0;
	margin-top:20px;
}
#FooterCenter {
	display:block;
	width:90%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	padding: 0px;
}
#FooterRight {
	position: relative;
	width:90%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:10%;
	margin-top:0px;
	padding: 0px;
	border-radius:0px;
	display: flex;
    justify-content: center;
	text-align: center;
}
.CopywriteBlock {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.CopywriteBlockMiddle {
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: none;
	border-right: 1px solid #00B095;
	white-space: nowrap;
}
.hometabsflexed{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width:100%;
	grid-gap: 10px;
	margin-left: 0%;
}
.BalloonHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 2.3em;
	color: #4682e7;
	margin: 0;
	padding: 75px 0 10px 0;
	display: inline-block;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	height:auto;
	padding-bottom: 0px;
	transition: all 0.3s ease-in-out;
	width: 100%;
	justify-content: center;
}
.hometab {
	position: relative;
	width:100%;
	float:left;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	padding-bottom:10px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	cursor: pointer; 
	background-size: 100% 100%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:0px;
	border-width: 1px;
    border-style: solid;
	border-color: #4682e7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hometab:hover {
	margin-top:-10px;
	margin-bottom:20px;
	background: #4682e7;
	background-position: top center;
	border-color: #4682e7;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0px 4px 10px #777;
	-webkit-box-shadow: 0px 4px 10px #777;
	box-shadow: 0px 4px 10px #777;
	}
.box1 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:0s;
}
.box2 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:1s;
}
.box3 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:2s;
}
.box4 {
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:3s;
}
.box5 {
  grid-column-start: 5;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 1;
	animation-delay:4s;
}

.arrowmove{
	padding-left: 0px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	color: #fff;
	font-size: 25px;
	margin-top: 5px;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	}
.hometab:hover .BalloonHeader{
	color: #fff;
	transition: all 0.3s ease-in-out;
	}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:800px;
}
#pagetopcontainer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:700px;
}
#pagetopcontainermedium {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:400px;
}

#pagetopcontainersmall {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:230px;
	z-index:5;
}
#pagevideobannercontainer {
	position: relative;
	width:100%;
	min-height:800px;
	z-index: 2;
	overflow: hidden;
	display: grid;
}
#VideoBackground {
	display: flex;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1;
	overflow: hidden;
	position: absolute;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BackVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;	
}
#VideoBackground2 {
	display: grid;
	top:0px;
	left: 0;
	width:100%;
	height:600px;
	z-index:1;
	overflow: hidden;
	position: absolute;
}
#VideoBanner {
	position: absolute;
	height: 100vh;
	min-height: 1000px;
	width: 100%;
	z-index: -1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat !important;
	background-position:center center !important;
}
#BannerBackground {
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:720px;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.whitepagebackground {
	background-position:center center!important;
}
#SloganBox {
	display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:50%;
	top: 60%;
	left:100%;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: homesloganmovedesktop 0.5s ease-out forwards;
	-moz-animation: homesloganmovedesktop 0.5s ease-out forwards;
	-o-animation: homesloganmovedesktop 0.5s ease-out forwards;
	-ms-animation: homesloganmovedesktop 0.5s ease-out forwards;
	animation: homesloganmovedesktop 0.5s ease-out forwards;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 2px solid #4682e7;
	border-top: 2px solid #4682e7;
	border-left: 2px solid #4682e7;
	border-right: 0px solid #4682e7;
	text-align: center;
	animation-delay: 0.5s;
}
#SloganBox2 {
	display: grid;
	grid-template-columns: 100%; 
	position: absolute;
	width:100%;
	z-index:40;
	bottom: 0;
	left:0%;
	opacity: 1;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	align-content: center;
	animation-delay: 0.5s;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
.HeaderScript {
	color: #FFF;
	font-size: 450%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
.marginTB50 {
	margin-top:50px;
	margin-bottom:50px;
}
.paddingTB100 {
	padding-top:100px;
	padding-bottom:100px;
}
.paddingT100 {
	padding-top:100px;
	padding-bottom:0px;
}
.paddingB100 {
	padding-bottom:100px;
}
.paddingTB150 {
	padding-top:150px;
	padding-bottom:150px;
}
.paddingFullPage {
	padding-top:202px;
	padding-bottom:100px;
}
.paddingTB50 {
	padding-top:50px;
	padding-bottom:50px;
}
.marginTB150 {
	display: flex;
	margin-top:150px;
	margin-bottom:150px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	padding-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display: inline-block;
	margin-left:0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	min-height: 100%;
	padding: 10px;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}
#PortfolioBlock img{
	height: 350px;
	width: auto;
}
#PortfolioGrid{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	position: relative;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#PortfolioBlockDark{
	display: inline-block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	min-height: 100%;
	background-color: rgba(11, 89, 124, 1);
	padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 0.5px solid #fff;
}
#tint{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	margin-top:0px;
	background-color: rgba(0,0,0,0.5);
}
#homelogotint{
	width:40%;
	height:100%;
	position:absolute;
	z-index:2;
	-webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-mask-size: 500px;
  	mask-size: 500px;
	-webkit-mask-position: left center;
  	mask-position: left center;
	mask-mode: alpha;
}
#homelogotintcover{
	width:40%;
	height:100%;
	position:absolute;
	opacity: 0.4;
	z-index:3;
	background-size: 500px auto;
	-webkit-background-size:500px auto;
	-moz-background-size:500px auto;
	-o-background-size: 500px auto;
	background-repeat: no-repeat;
	background-position:left center;
	overflow: visible;
}
.flexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:100%;
}


.flexblock {
    border: none;
    position: relative;
	width:23%;
	min-height:100%;
	float:left;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	background-color: #BE8999;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: center;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	justify-content: center;
	-moz-box-shadow: 0 0 20px #efefef;
	-webkit-box-shadow: 0 0 20px #efefef;
	box-shadow: 0 0 20px #efefef;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;	
}
.flexblock:hover {
	-moz-box-shadow: 0 0 10px #be8999;
	-webkit-box-shadow: 0 0 10px #be8999;
	box-shadow: 0 0 10px #be8999;
	background-color: #e8dcdf;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#BodyFlex{
	width:100%;
	display: flex;
	overflow: hidden;
}
#BodyFlexReverse{
	width:100%;
	min-height:auto;
	display: flex;
	overflow: hidden;
	flex-direction: row-reverse;
}

#BodyFlexEnd{
	height:100%;
	width: 100%;
	min-height:auto;
	display: flex;
	position: absolute;
	z-index: 5;
	place-items:end;
}
	
#BodyFlexLeft{
	width:48%;
	float:left;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftFull{
	width:50%;
	min-height:180px;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRight{
	width:48%;
	float:right;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRightFull{
	width:50%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexItem{
	width:30%;
	min-height:60px;
	float:right;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftDesktop{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: flex;
	align-items:center;
	justify-content:center;	
}
#BodyFlexLeftPhone{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: none;
	align-items:center;
	justify-content:center;	
}
.TitleHeaderSm {
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 900;
}
.TitleHeader {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: 0.01em;
	font-weight: 900;
}
.TitleHeaderLg {
	text-rendering: optimizelegibility;
	font-size: 45px;
}
.PageTitleHeader {
	font-size: 50px;
	letter-spacing: 0.2rem;
	font-weight: normal;
	
}
.PageTitleHeader2 {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: 0.2rem;
	font-weight: bold;
	color: #fff;
	display: inline-flex;
	text-align: right;
	
}
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
  min-height:400px;
}
.SliderTitleFont{
	color: #FFFFFF;
	font-size: 35px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.slideshow .slide .title {
    margin: 0 auto 0px;
	margin-top:-80px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 60px;
    letter-spacing: 0em;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 26px;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .buttongrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 600px;
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
	position: relative;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	vertical-align: center;	
	margin-bottom: inherit;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.slideshow .pagination {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: block;
}
.slideshow .arrows .arrow {
    margin: -15px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 37%;
    cursor: pointer;
    z-index: 3;
}
.btn {
    display: inline-block;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    background-color: #BD8998;
    border: 2px solid #BD8998;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
    font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
	transition: padding-left 0.4s linear 0s, padding-right 0.4s linear 0s, background-color 0.4s linear 0s;
	
}
#pagesectionzerofull{
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}	
	
#footersection{
	display: grid;
	position: relative;
	border: none;
	height: auto;
	width: 100%;
	z-index:10;
}
#footertint{
	border: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 60px 10px 40px;
}
#homebodyright{
	width: 60%;
	margin-top: 0;
	right: 0%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	transform-origin: center center;
}
#homebodyleft{
	width: 60%;
	margin-top: 0;
	left: 0%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	transform-origin: center center;
}
.homebodycontentpadding{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#fadetowhite{
	background: -webkit-linear-gradient(transparent,#efefef);  
    background: -moz-linear-gradient(transparent,#efefef);  
    background: -o-linear-gradient(transparent,#efefef);  
    background: linear-gradient(transparent,#efefef);
	background-size: 1px 201px;
	background-repeat: repeat-x;
	background-position: top center;
	height: 200px;
	width: 100%;
	z-index: 5;
	position: fixed;
	border-bottom: 3px solid #efefef;
	bottom: 0;
}
.homeimagecontainer{
	overflow: hidden;
	height: 100vh;
	width: 45%;
	position: fixed;
}
.imagescroll{
	height: 200vh;
	width: 50%;
	position: fixed;
	background-image: url("../BuildingContractor/CommercialContractor/CommercialConstructionServices.jpg");
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	z-index: 4;
	display: inline-block;
}
.homesection3background{
	z-index: 5;
	background-color: #efefef;
	width: 100%;
	height: 100vh;
	position: fixed;
	display: inline-block;
}

#imagescrollcontainer{
	width:100%;
	max-width: 700px;
	height: 600px;
	overflow: hidden;
}
#imagescrollcontainerSVG{
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 500px;
	content: "";
	object-fit: contain;
	-webkit-clip-path: url(#svgmask);
	clip-path: url(#svgmask);
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	top: 0;
	left: 0;
}
#LogoOverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-image: url("../FunctionalMedicine/FunctionalMedicineOverlay.png");
	-webkit-background-size: 77.15% 99.055%;
	-moz-background-size: 77.15% 99.055%;
	-o-background-size: 77.15% 99.055%;
	background-size: 77.15% 99.055%;
	background-repeat: no-repeat;
	background-position: left top;
}
#overlayscrollcontainerSVG{
	width:100%;
	max-width: 800px;
	height: 1000px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#homeimagescrollcontainerleft{
	width:41%;
	max-width: none;
	margin-left: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 7vh;
	position: absolute;
}
#homeimagescrollcontainerright{
	width:41%;
	max-width: none;
	margin-right: 5%;
	height: 650px;
	overflow: hidden;
	margin-top: 75vh;
	position: absolute;
	right: 0;
}
#imageslide{
	width:auto;
	height: 800px;
	margin-top: -100px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#imageslideSVG{
	width:100%;
	height: 1500px;
	margin-top: 0px;
	top:0;
	overflow: visible;
	position: absolute;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

}
