@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 200px) {
#Navbar{
	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%;
}
#Navbar.stick{
	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%;
}
#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{
	-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;
	display: block;
	height: auto;
	color: #000;
	background-color: transparent;
	font-size: 26px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 0px;
}


#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: 40%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	background-position: bottom center;
	z-index: 590;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
	font-size: 65%;
	-webkit-animation: slideInRight 0.5s linear;
	-moz-animation: slideInRight 0.5s linear;
	-o-animation: slideInRight 0.5s linear;
	animation: slideInRight 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%;
	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;
}
.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;
}
#Logo {
	-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:300px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top:20px;
	position:relative;
	max-width:none;
	z-index:10000;
}
#Logo.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;
	width:300px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top:20px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:100%;
	max-width:200px;
	opacity: 0.7;
	margin-right: 20px;
	margin-bottom: 20px;
}
#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;
}
#TextPhone {
	display: block;
}
#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: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size: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;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#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;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	width: 100%;
	display: block;
	font-size:inherit;
}
#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;
}
#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: 350px;
	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:80%;
	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:300px;
	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: 350px;
	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:80%;
	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:300px;
	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;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr;
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:5%;
	width: 90%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0.5rem;
	border: none;
    background-color: #efefef;
    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;
	background-repeat: no-repeat;
	background-position:center center;
}
.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("../ArchitectPittsburgh/TopRatedArchitectsm.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;
	text-align: left;
}
.desktoptext{
	display: none;
}
#GridCenter {
	display:grid;
	grid-template-columns: repeat(20, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:1%;
	margin-bottom:0;
	margin-top:0;
	margin-right:1%;
	width: 98%;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: span 5;
    grid-row-end: span 1;
	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;
	grid-column-start: 7;
	grid-row-start: 1;
	grid-column-end: 21;
	grid-row-end: span 1;
	-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;
    background-color: #efefef;
    border-radius: 0px;
	grid-column-start: 13;
	grid-row-start: 2;
	grid-column-end: span 8;
    grid-row-end: span 10;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 14;
    grid-row-end: 10;
	background-image: url(../WeddingVenueFlorida/WeddingBarn/WeddingBarnVenueFlorida.jpg);
	-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;
    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-item {
    padding: 0rem;
	padding-top: 60%; /* Aspect Ratio */
	margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background-color: #efefef;
    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 {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:inherit;
	text-align: center;
}
#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: 10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px;
	width: 80%;
	display: block;
	font-size:inherit;
}
#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 {
	display: block;
	float: left;
	position: relative;
	font-size: 120%;
	width:98%;
	font-size: 100%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top:none;
	background-color: none;
	background-image:none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#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;	
}
#Architect {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	bottom: 0%;
	margin-top: 0;
	width: 100%;
	display: none;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#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: absolute;
	top: 111px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 111px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	-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 {
	color: #000;
	font-size: 18px;
	font-family: MainBodyFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0.05em;
}
.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 {
	display:none;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:0;
	margin-top:10px;
	font-size:90%;
}
#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;
	position: relative;
	width:23%;
	float:right;
	margin-bottom:30px;
	margin-left:1%;
	margin-right:1%;
	margin-top:30px;
	font-size:90%;
}
#FooterRight {
	display:none;
	position: relative;
	width:90%;
	float:right;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	font-size:100%;
}
.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: inline-block;
	width:96%;
}
.hometab {
	position: relative;
	width:90%;
	float:left;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
    align-items: center;
	display: block;
	background: -webkit-linear-gradient(#3b2313,#3b2313,#764c29);  
    background: -moz-linear-gradient(#3b2313,#3b2313,#764c29);  
    background: -o-linear-gradient(#3b2313,#3b2313,#764c29);  
    background: linear-gradient(#3b2313,#3b2313,#764c29);
	background-size: 1px 200%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #1c4a88, #173866, #000000) 1;
	min-height:225px;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: bordermove 7s infinite ease-in-out;
  -moz-animation: bordermove 7s infinite ease-in-out;
  -o-animation: bordermove 7s infinite ease-in-out;
  animation: bordermove 7s infinite ease-in-out;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:40;
}
#BannerBackgroundConcreteCoatings {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/EpoxyConcreteCoatingInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFinance {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller4.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller2.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image:url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingInstallerWheeling.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
#BannerBackgroundGallery {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteCoatingInstaller5.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/GarageConcreteFloorEpoxyInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center right !important;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:40vh;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: flex;
	flex-direction: column;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:225px;
	vertical-align: middle;
	justify-content: center;
	height: 305px;
	left:10%;
	font-size:90%;
	float: none;
	background-color: transparent;
}
#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 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginTB100 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginTB150 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	margin-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	z-index:41;
	margin-top:0px;
}
.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%;
	min-height:100%;
	display: inline-block;		
}
#BodyFlexLeft{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRight{
	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;	
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
}
.TitleHeader2Wide {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: 1rem;
	font-weight: normal;
	color: #FFFFFF;
}
.TitleHeaderWhiteSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhite {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLgFlip {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
	-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;
}
.TitleHeaderOrangeSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderOrange {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: normal;
	color: #f7941d;
}
.TitleHeaderOrangeLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderBlackSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	letter-spacing: 0.025em;
	font-weight: 900;
	color: #000;
	line-height: 0.7;
}
.TitleHeaderBlack {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.TitleHeaderBlackLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.PageTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 300%;
	letter-spacing: 0.1rem;
	font-weight: normal;
	color: #f7941d;
	line-height: 1.15;
	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:-120px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 40px;
    letter-spacing: 0em;
    text-transform: uppercase;
	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 .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	vertical-align: bottom;
	margin-bottom: 10px;	
}
.slideshow .slide .caption {
    padding: 0px 0px 20px 0px;
	z-index: 10;
}
.slideshow .pagination {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: auto;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: none;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 40px;
    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;
	
}
.ConcreteCoatingsContainer{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	overflow: hidden;
}
.ConcreteCoatingsBackLeft{
	display: inline;
	position: relative;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../UnderdeckInstaller/UnderDeckCeilings/UnderDeckCeilingInstaller15.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center !important;
}
.ConcreteCoatingsSVGLeft{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 150px;
	margin-bottom: 150px;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextLeft{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}
.ConcreteCoatingsBackRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../UnderdeckInstaller/UnderDeckCeilings/UnderDeckCeilingContractor/PittsburghUnderDeckInstaller.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.ConcreteCoatingsSVGRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 150px;
	margin-bottom: 150px;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextRight{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}		
}

/* Tablet */

@media only screen and (min-width: 576px) {
#Navbar{
	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%;
}
#Navbar.stick{
	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%;
}
#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{
	-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;
	display: block;
	height: auto;
	color: #000;
	background-color: transparent;
	font-size: 26px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 0px;
}


#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: 30%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(0,0,0,0.7);
	background-size: 100% 100%;
	background-position: bottom center;
	z-index: 590;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
	font-size: 65%;
	-webkit-animation: slideInRight 0.5s linear;
	-moz-animation: slideInRight 0.5s linear;
	-o-animation: slideInRight 0.5s linear;
	animation: slideInRight 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%;
	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;
}
.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;
}
#Logo {
	-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:375px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top:10px;
	position:relative;
	max-width:none;
	z-index:10000;
}
#Logo.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;
	width:375px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top:10px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:100%;
	max-width:200px;
	opacity: 0.7;
	margin-right: 20px;
	margin-bottom: 20px;
}
#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;
}
#TextPhone {
	display: block;
}
#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: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size: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;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#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%;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#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;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:5%;
	width: 90%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0.5rem;
	border: none;
    background-color: #efefef;
    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;
	background-repeat: no-repeat;
	background-position:center center;
}
.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("../ArchitectPittsburgh/TopRatedArchitectsm.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: repeat(20, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:5%;
	width: 90%;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: span 5;
    grid-row-end: span 1;
	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;
	grid-column-start: 7;
	grid-row-start: 1;
	grid-column-end: 21;
	grid-row-end: span 1;
	-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;
    background-color: #efefef;
    border-radius: 0px;
	grid-column-start: 13;
	grid-row-start: 2;
	grid-column-end: span 8;
    grid-row-end: span 10;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 14;
    grid-row-end: 10;
	background-image: url(../WeddingVenueFlorida/WeddingBarn/WeddingBarnVenueFlorida.jpg);
	-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-item {
    padding: 0rem;
	padding-top: 60%; /* Aspect Ratio */
	margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background-color: #efefef;
    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 {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
	text-align: center;
}
#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: 5%;
	margin-right:5%;
	margin-bottom:20px;
	margin-top:20px;
	width: 90%;
	display: block;
	font-size:100%;
}
#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 {
	display: block;
	float: left;
	position: relative;
	font-size: 120%;
	width:90%;
	font-size: 100%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top:none;
	background-color: none;
	background-image:none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#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;	
}
#Architect {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	bottom: 0%;
	margin-top: 0;
	width: 100%;
	display: none;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#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: absolute;
	top: 111px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 111px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	-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 {
	color: #000;
	font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0.1em;
}
.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 {
	display:none;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:0px;
	margin-left:1%;
	margin-right:0;
	margin-top:10px;
	font-size:100%;
}
#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;
	position: relative;
	width:18%;
	float:right;
	margin-bottom:40px;
	margin-left:1%;
	margin-right:1%;
	margin-top:40px;
	font-size:100%;
}
#FooterRight {
	display:none;
	position: relative;
	width:90%;
	float:right;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	font-size:100%;
}
.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 #ea7900;
	white-space: nowrap;
}
.hometabsflexed{
	display: inline-block;
	width: 96%;
}
.hometab {
	position: relative;
	width:90%;
	float:left;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
    align-items: center;
	display: block;
	background: -webkit-linear-gradient(#222e3b,#222e3b,#000000);  
    background: -moz-linear-gradient(#222e3b,#222e3b,#000000);  
    background: -o-linear-gradient(#222e3b,#222e3b,#000000);  
    background: linear-gradient(#222e3b,#222e3b,#000000);
	background-size: 1px 200%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #1c4a88, #173866, #000000) 1;
	min-height:225px;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: bordermove 7s infinite ease-in-out;
  -moz-animation: bordermove 7s infinite ease-in-out;
  -o-animation: bordermove 7s infinite ease-in-out;
  animation: bordermove 7s infinite ease-in-out;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:40;
}
#BannerBackgroundConcreteCoatings {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/EpoxyConcreteCoatingInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFinance {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller4.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller2.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image:url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingInstallerWheeling.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
#BannerBackgroundGallery {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteCoatingInstaller5.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/GarageConcreteFloorEpoxyInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center right !important;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:40vh;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: flex;
	flex-direction: column;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:225px;
	vertical-align: middle;
	justify-content: center;
	height: 300px;
	left:10%;
	font-size:90%;
	float: none;
	background-color: transparent;
}
#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 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginTB100 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginTB150 {
	display: flex;
	margin-top:30px;
	margin-bottom:30px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	margin-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	z-index:41;
	margin-top:0px;
}
.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%;
	min-height:100%;
	display: inline-block;		
}
#BodyFlexLeft{
	width:100%;
	min-height:180px;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	display: block;
	align-items:center;
	justify-content:center;	
}
#BodyFlexRight{
	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;	
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
}
.TitleHeader2Wide {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: 1rem;
	font-weight: normal;
	color: #FFFFFF;
}
.TitleHeaderWhiteSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhite {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLgFlip {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
	-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;
}
.TitleHeaderOrangeSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderOrange {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: normal;
	color: #f7941d;
}
.TitleHeaderOrangeLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderBlackSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 25px;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #000;
}
.TitleHeaderBlack {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.TitleHeaderBlackLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.PageTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 450%;
	letter-spacing: 0.2rem;
	font-weight: normal;
	color: #f7941d;
	line-height: 1.15;
	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:-120px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 50px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 26px;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	vertical-align: bottom;
	margin-bottom: 10px;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
}
.slideshow .pagination {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: auto;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: none;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 40px;
    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;
	
}
.ConcreteCoatingsContainer{
	display:grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	overflow: hidden;
}
.ConcreteCoatingsBackLeft{
	display: inline;
	position: relative;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../UnderdeckInstaller/UnderDeckCeilings/UnderDeckCeilingInstaller15.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center !important;
}
.ConcreteCoatingsSVGLeft{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 150px;
	margin-bottom: 150px;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextLeft{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}
.ConcreteCoatingsBackRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../UnderdeckInstaller/UnderDeckCeilings/UnderDeckCeilingContractor/PittsburghUnderDeckInstaller.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.ConcreteCoatingsSVGRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 150px;
	margin-bottom: 150px;
	border: none;
    border-radius: 0px;
	grid-column-start: 6;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextRight{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 6;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}	
}


/* Small Desktop */

@media only screen and (min-width: 1000px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:8px;
	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;
}
#Navbar.stick{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:8px;
	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;
}
#Navbar2{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:70px;
	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: auto;
	margin:0;
	margin-right:20px;
	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{
	-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;
	display: block;
	height: auto;
	color: #000;
	background-color: transparent;
	font-size: 20px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 0px;
}
#menu a.stick{
	-webkit-transition: all 0.5s ease-in-out 0.4s;
	-moz-transition: all 0.5s ease-in-out 0.4s;
	-ms-transition: all 0.5s ease-in-out 0.4s;
	-o-transition: all 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease-in-out 0.4s;
	display: block;
	height: auto;
	color: #000;
	background-color: transparent;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}


#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: 140px;
	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;
}
#Logo {
	-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:375px;
	margin-right:0%;
	margin-left:5px;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.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;
	width:375px;
	margin-right:0%;
	margin-left:5px;
	margin-top:5px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}
.Logo{
	width:100%;
	max-width: 200px;
}
#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:90px;
	margin-right:0%;
	margin-left:20px;
	margin-top:5px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#LogoText {
	-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: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: block;
	width:auto;
	margin-right:0%;
	margin-left:110px;
	margin-top:15px;
	position: absolute;
	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: block;
	width:auto;
	margin-right:0%;
	margin-left:110px;
	margin-top:15px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoTextPhone{
	display: none;
	}
#LogoTextPhone.stick{
	display: none;
	}
#LogoTextPhone2{
	display: none;
	}
.LogoTitle{
	font-family: TitleFont2;
	font-size: 250%;
	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:110px;
	background-color:#fff;
	margin-left:2%;
	width:230px;
	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:90px;
	background-color:#fff;
	margin-left:2%;
	width:180px;
	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:170px;
	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: block;
	width:70%;
	float:right;
	right:0%;
	margin-right:2%;
	margin-left:2%;
	margin-top:15px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#TextPhone {
	display: none;
}
#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: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size: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;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#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:60px;
	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:60px;
	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:119px;
	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:1%;
	margin-top:20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size: inherit;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:inherit;
}
#BodyRightOver {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:inherit;
	position: relative;
	z-index: inherit;
	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: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 50%;
	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: 0%;
	margin-right:0%;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 50%;
	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;
}
#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: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: 2 / 11; 
	grid-row: 1;
	z-index: 1;
	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;
}
/*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: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;
}

.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:5%;
	width: 90%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0.5rem;
	border: none;
    background-color: #efefef;
    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;
	background-repeat: no-repeat;
	background-position:center center;
}
.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("../ArchitectPittsburgh/TopRatedArchitectsm.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: repeat(20, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:5%;
	width: 90%;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: span 5;
    grid-row-end: span 1;
	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;
	grid-column-start: 7;
	grid-row-start: 1;
	grid-column-end: 21;
	grid-row-end: span 1;
	-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;
    background-color: #efefef;
    border-radius: 0px;
	grid-column-start: 13;
	grid-row-start: 2;
	grid-column-end: span 8;
    grid-row-end: span 10;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 14;
    grid-row-end: 10;
	background-image: url(../WeddingVenueFlorida/WeddingBarn/WeddingBarnVenueFlorida.jpg);
	-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 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
   width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.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;
    background-color: #efefef;
    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*/

.PictureRadius {
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:inherit;
	text-align: center;
}
#BodyCenterSmall {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:inherit;
	text-align: center;
}
#ContactForm {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px;
	width: 80%;
	display: block;
	font-size:inherit;
}
#ContactFormTint{
	float: left;
	margin-left: 15%;
	margin-right:15%;
	margin-bottom:50px;
	margin-top:50px;
	width: 70%;
	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 {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:90%;
	font-size: 100%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top:none;
	background-color: none;
	background-image: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
	z-index: 150;
}
#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;	
}
#Architect {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	bottom: 0%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#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: absolute;
	top: 111px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 130px;
	margin-top: 0;
	width: 100%;
	display: none;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-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 {
	color: #000;
	font-size: 20px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0.25em;
}
.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:48%;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	border-radius:0px;
	-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;
	font-size: 100%;
}
#FooterLeftPhone {
	display:none;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0;
	margin-top:20px;
}
#FooterCenter {
	display:block;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	position: relative;
	width:48%;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	border-radius:0px;
	-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;
	font-size: 100%;
}
.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 #ea7900;
	white-space: nowrap;
}
.hometabsflexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:96%;
}
.hometab {
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	-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: -webkit-linear-gradient(#222e3b,#222e3b,#000000);  
    background: -moz-linear-gradient(#222e3b,#222e3b,#000000);  
    background: -o-linear-gradient(#222e3b,#222e3b,#000000);  
    background: linear-gradient(#222e3b,#222e3b,#000000);
	background-size: 1px 200%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #1c4a88, #173866, #000000) 1;
	min-height:225px;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: bordermove 7s infinite ease-in-out;
  -moz-animation: bordermove 7s infinite ease-in-out;
  -o-animation: bordermove 7s infinite ease-in-out;
  animation: bordermove 7s infinite ease-in-out;
}
.hometab:hover {
	margin-top:-10px;
	background-position: top center;
	border-image: linear-gradient(to bottom, #1c4a88, #1c4a88, #1c4a88) 1;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0px 2px 20px #1c4a88;
	-webkit-box-shadow: 0px 2px 20px #1c4a88;
	box-shadow: 0px 2px 20px #1c4a88;
	}
.arrowmove{
	padding-left: 1px;
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .BalloonHeader{
	color: #f7941d;
	transition: all 0.3s ease-in-out;
	}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:40;
}
#BannerBackgroundConcreteCoatings {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/EpoxyConcreteCoatingInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFinance {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller4.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller2.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image:url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingInstallerWheeling.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
#BannerBackgroundGallery {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteCoatingInstaller5.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/GarageConcreteFloorEpoxyInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image:url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center right !important;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:40vh;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	flex-direction: column;
	position: fixed;
	width:93%;
	z-index:50;
	margin-top:375px;
	vertical-align: middle;
	justify-content: center;
	height: auto;
	left:5%;
	font-size:90%;
	float: none;
	background-color: transparent;
}
#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 {
	display: flex;
	margin-top:50px;
	margin-bottom:50px;
}
.marginTB100 {
	display: flex;
	margin-top:100px;
	margin-bottom:100px;
}
.marginTB150 {
	display: flex;
	margin-top:150px;
	margin-bottom:150px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	margin-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	z-index:41;
	margin-top:0px;
}
.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%;
	min-height:100%;
	display: inline-block;		
}
#BodyFlexLeft{
	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;	
}
#BodyFlexRight{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:10px;
	margin-left:0%;
	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;	
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
}
.TitleHeader2Wide {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: 1rem;
	font-weight: normal;
	color: #FFFFFF;
}
.TitleHeaderWhiteSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhite {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLgFlip {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
	-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;
}
.TitleHeaderOrangeSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderOrange {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: normal;
	color: #f7941d;
}
.TitleHeaderOrangeLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderBlackSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 25px;
	letter-spacing: 0.25em;
	font-weight: 900;
	color: #000;
}
.TitleHeaderBlack {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.TitleHeaderBlackLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.PageTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 550%;
	letter-spacing: 0.2rem;
	font-weight: normal;
	color: #f7941d;
	line-height: 1.15;
	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 15px;
	margin-top:-120px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 60px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 26px;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    color: #fff;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: flex-end;
	vertical-align: bottom;
	margin-bottom: 10px;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
}
.slideshow .pagination {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: auto;
    height: 12px;
    cursor: default;
    z-index: 3;
    text-align: center;
	display: none;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    bottom: 40px;
    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;
	
}
.ConcreteCoatingsContainer{
	display:grid;
	grid-template-columns: repeat(20, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	overflow: hidden;
}
.ConcreteCoatingsBackLeft{
	display: inline;
	position: relative;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../UnderdeckInstaller/UnderDeckCeilings/UnderDeckCeilingInstaller15.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center !important;
}
.ConcreteCoatingsSVGLeft{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 150px;
	margin-bottom: 150px;
	border: none;
    border-radius: 0px;
	grid-column-start: 2;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextLeft{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}
.ConcreteCoatingsBackRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../UnderdeckInstaller/UnderDeckCeilings/UnderDeckCeilingContractor/PittsburghUnderDeckInstaller.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.ConcreteCoatingsSVGRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 150px;
	margin-bottom: 150px;
	border: none;
    border-radius: 0px;
	grid-column-start: 6;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextRight{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 6;
	grid-column-end: 11;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}	
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:5px;
	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;
}
#Navbar.stick{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:5px;
	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;
}
#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: auto;
	margin:0;
	margin-right:20px;
	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{
	-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;
	display: block;
	height: auto;
	color: #000;
	background-color: transparent;
	font-size: 20px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
	padding-top: 12px;
	padding-bottom: 5px;
}
#menu a.stick{
	-webkit-transition: all 0.5s ease-in-out 0.4s;
	-moz-transition: all 0.5s ease-in-out 0.4s;
	-ms-transition: all 0.5s ease-in-out 0.4s;
	-o-transition: all 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease-in-out 0.4s;
	display: block;
	height: auto;
	color: #000;
	background-color: transparent;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 5px;
}


#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;
}
#Logo {
	-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:375px;
	margin-right:0%;
	margin-left:20px;
	margin-top:5px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.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;
	width:375px;
	margin-right:0%;
	margin-left:20px;
	margin-top:5px;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}
.Logo{
	width:100%;
	max-width: 250px;
}
#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%;
}
#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: block;
	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: block;
	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: block;
	width:auto;
	margin-right:0%;
	margin-left:150px;
	margin-top:15px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity: 1;
}
#LogoTextPhone{
	display: none;
	}
#LogoTextPhone.stick{
	display: none;
	}
#LogoTextPhone2{
	display: none;
	}
.LogoTitle{
	font-family: TitleFont2;
	font-size: 250%;
	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:200px;
	background-color:#fff;
	margin-left:2%;
	width:400px;
	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:115px;
	background-color:#fff;
	margin-left:2%;
	width:250px;
	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(../MedSpaGermantownTN/WildflowerMedspaBack.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: block;
	width:70%;
	float:right;
	right:0%;
	margin-right:20px;
	margin-left:2%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#TextPhone {
	display: none;
}
#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: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size: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;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:60px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#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:60px;
	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:60px;
	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:1%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}
#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;
}
.ProjectGrid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:5%;
	width: 90%;
}
.ProjectLink{
	display: flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;	
}
.ProjectGridItem{
	margin: 0.5rem;
	border: none;
    background-color: #efefef;
    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;
	background-repeat: no-repeat;
	background-position:center center;
}
.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("../ArchitectPittsburgh/TopRatedArchitectsm.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: repeat(20, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:5%;
	margin-bottom:0;
	margin-top:0;
	margin-right:5%;
	width: 90%;
}
#GridLeftSm {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: span 5;
    grid-row-end: span 1;
	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;
	grid-column-start: 7;
	grid-row-start: 1;
	grid-column-end: 21;
	grid-row-end: span 1;
	-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;
    background-color: #efefef;
    border-radius: 0px;
	grid-column-start: 13;
	grid-row-start: 2;
	grid-column-end: span 8;
    grid-row-end: span 10;
	z-index:1;
}
#GridLeftLg {
	padding: 0rem;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 14;
    grid-row-end: 10;
	background-image: url(../WeddingVenueFlorida/WeddingBarn/WeddingBarnVenueFlorida.jpg);
	-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: 90%;
	margin-left: 5%;
	margin-right: 5%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 1px;
   
}

.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;
    background-color: #efefef;
    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*/

.PictureRadius {
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:100%;
	text-align: center;
}
#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: 5%;
	margin-right:5%;
	margin-bottom:20px;
	margin-top:20px;
	width: 90%;
	max-width:500px;
	display: block;
	font-size:100%;
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image: url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-size: cover;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:90%;
	font-size: 100%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:0;
	margin-top:0px;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top:none;
	background-color: none;
	background-image: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
	z-index: 150;
}
#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;	
}
#Architect {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	bottom: 0%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top: 111px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 90px;
	margin-top: 0;
	width: 100%;
	display: none;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.BackgroundFade{
	background: -webkit-linear-gradient(to bottom right, #28323e, #101923, #28323e);  
    background: -moz-linear-gradient(to bottom right, #28323e, #101923, #28323e);  
    background: -o-linear-gradient(to bottom right, #28323e, #101923, #28323e);  
    background: linear-gradient(to bottom right, #28323e, #101923, #28323e);	
	}
#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 {
	color: #000;
	font-size: 24px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
	letter-spacing: 0.25em;
}
.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:48%;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	border-radius:0px;
	-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;
	font-size: 100%;
}
#FooterLeftPhone {
	display:none;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0;
	margin-top:20px;
}
#FooterCenter {
	display:block;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	position: relative;
	width:48%;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	border-radius:0px;
	-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;
	font-size: 100%;
}
.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 #ea7900;
	white-space: nowrap;
}
.hometabsflexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:80%;
}
.hometab {
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	-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: -webkit-linear-gradient(#123f6f,#123f6f,#28323e,#101923);  
    background: -moz-linear-gradient(#123f6f,#123f6f,#28323e,#101923);  
    background: -o-linear-gradient(#123f6f,#123f6f,#28323e,#101923);  
    background: linear-gradient(#123f6f,#123f6f,#28323e,#101923);
	background-size: 1px 200%;
	background-repeat: repeat-x;
	background-position: bottom center;
	border-radius:2px;
	border-width: 2px;
    border-style: solid;
	border-image: linear-gradient(to bottom, #fecd8f, #f7941d, #3b2313) 1;
	min-height:250px;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-animation: bordermove 7s infinite ease-in-out;
  -moz-animation: bordermove 7s infinite ease-in-out;
  -o-animation: bordermove 7s infinite ease-in-out;
  animation: bordermove 7s infinite ease-in-out;
}
.hometab:hover {
	margin-top:-10px;
	background-position: top center;
	border-image: linear-gradient(to bottom, #f7941d, #f7941d, #f7941d) 1 !important;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 0px 2px 20px #3b2313;
	-webkit-box-shadow: 0px 2px 20px #3b2313;
	box-shadow: 0px 2px 20px #3b2313;
	}
.arrowmove{
	padding-left: 1px;
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .arrowmove{
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
	}
.hometab:hover .BalloonHeader{
	color: #f7941d;
	transition: all 0.3s ease-in-out;
	}
#VideoBackground {
	display: block;
	top:0%;
	position: fixed;
	width:100%;
	height:100%;
	z-index:40;
}
#BannerBackgroundConcreteCoatings {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/EpoxyConcreteCoatingInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFinance {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller4.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller2.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingInstallerWheeling.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center!important;
}
#BannerBackgroundGallery {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteCoatingInstaller5.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/GarageConcreteFloorEpoxyInstaller.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteCoatingContractor.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center right !important;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:40vh;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	flex-direction: column;
	position: fixed;
	width:93%;
	z-index:50;
	margin-top:350px;
	vertical-align: middle;
	justify-content: center;
	height: auto;
	left:5%;
	font-size:90%;
	float: none;
	background-color: transparent;
}
#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 {
	display: flex;
	margin-top:50px;
	margin-bottom:50px;
}
.marginTB100 {
	display: flex;
	margin-top:100px;
	margin-bottom:100px;
}
.marginTB150 {
	display: flex;
	margin-top:150px;
	margin-bottom:150px;
}
.marginB50 {
	display: flex;
	margin-bottom:50px;
}
.marginB100 {
	display: flex;
	margin-bottom:100px;
}
.marginBReviews {
	display: inline-block;
	margin-bottom:100px;
}
.marginB150 {
	display: flex;
	margin-bottom:150px;
}

#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	z-index:41;
	margin-top:0px;
}
.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%;
	min-height:100%;
	display: inline-block;		
}
#BodyFlexLeft{
	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;	
}
#BodyFlexRight{
	width:100%;
	min-height:60px;
	float:right;
	margin-bottom:10px;
	margin-left:0%;
	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;	
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
}
.TitleHeader2Wide {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 40px;
	letter-spacing: 1rem;
	font-weight: normal;
	color: #FFFFFF;
}
.TitleHeaderWhiteSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhite {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLg {
	font-family: TitleFont, sans-serif;
	font-size: 50px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
}
.TitleHeaderWhiteLgFlip {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 60px;
	letter-spacing: normal;
	font-weight: 500;
	color: #101923;
	-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;
}
.TitleHeaderOrangeSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderOrange {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: normal;
	color: #f7941d;
}
.TitleHeaderOrangeLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #f7941d;
}
.TitleHeaderBlackSm {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 25px;
	letter-spacing: 0.25em;
	font-weight: 900;
	color: #000;
}
.TitleHeaderBlack {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 35px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.TitleHeaderBlackLg {
	text-rendering: optimizelegibility;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: normal;
	font-weight: 900;
	color: #000;
}
.PageTitleHeader {
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	font-size: 750%;
	letter-spacing: 0.2rem;
	font-weight: normal;
	color: #f7941d;
	line-height: 1.15;
	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:-120px;
    max-width: 1200px;
	font-family: TitleFont, sans-serif;
	font-weight: normal;
	font-size: 60px;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 26px;
    line-height:1;
	font-family: MainBodyFont;
}
.slideshow .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10 !important;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	vertical-align: bottom;
	margin-bottom: 10px;	
}
.slideshow .slide .caption {
    padding: 0px 0px 30px 0px;
	z-index: 10;
}
.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: 40px;
    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;
	
}
.ConcreteCoatingsContainer{
	display:grid;
	grid-template-columns: repeat(20, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	overflow: hidden;
}
.ConcreteCoatingsBackLeft{
	display: inline;
	position: relative;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 21;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller3.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center !important;
}
.ConcreteCoatingsSVGLeft{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    border-radius: 0px;
	grid-column-start: 2;
	grid-column-end: 12;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextLeft{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 2;
	grid-column-end: 10;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}
.ConcreteCoatingsBackRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin: 0;
	border: none;
    border-radius: 0px;
	grid-column-start: 1;
	grid-column-end: 21;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:1;
	min-width: 100%;
	min-height: 100%;
	background-image: url("../ConcreteCoatingInstaller/ConcreteTextureCoatingInstaller/ConcreteTextureCoatingInstaller2.jpg");
	background-attachment: fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.ConcreteCoatingsSVGRight{
	display: inline;
	position: relative;
	padding: 0rem;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    border-radius: 0px;
	grid-column-start: 11;
	grid-column-end: 20;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:2;
	overflow: visible;
}
.ConcreteCoatingsTextRight{
	display: flex;
	position: relative;
	margin-top: 75px;
	margin-bottom: 75px;
	border: none;
    background-color: transparent;
    border-radius: 0px;
	grid-column-start: 14;
	grid-column-end: 19;
	grid-row-start: 1;
	grid-row-end: 2;
	z-index:3;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	opacity: 0;
}
	
}
