@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.0326%;
	padding-left: 1.4836%;
	padding-right: 1.4836%;
	clear: none;
	float: none;
}

.main {
	z-index: 1;
}
.header {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	background-color: transparent;
}
.header.active{
	background: #a1a88f;
	opacity: 0.95;
}
.logo {
	padding-left: 15px;
	padding-top: 15px;
	width: 15%;
	float: left;
	clear: left;
}
.navigation {
	float: left;
	margin-left: 0;
	width: 82%;
	margin-top: 70px;
	text-align: center;
}
#newHomes {
    width: 40%;
    float: left;
    margin-left: 10%;
    padding-top: 10em;
}
#content {
	width: 80%;
	margin-left: 10%;
	font-size: 18px;
}
#remodels {
	width: 20%;
}
#gallery {
	float: left;
	width: 20%;
}
#projects {
	background-color: #D3D0D0;

}
#currentProjects {
	width: 80%;
	margin-left: 10%;
}
#projects1 {
	width: 20%;
}
#projects2 {
	width: 20%;
}
#projects3 {
}
#projects4 {
}
#viewMore {
	margin-top: 10px;
	margin-bottom: 10px;
}
#beforeAfter {
}
#consultation {
	vertical-align: middle;
}
#BASlider {
	width: 60%;
	margin-left: 20%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
}
.main {
}
.header {
}
.logo {
}
.navigation {
	margin-left: 0;
}
.arrow {
}
#newHomes {
}
#content {
}
#remodels {
}
#gallery {
}
#projects {
}
#currentProjects {
	text-align: center;
}
#projects1 {
	float: left;
}
#projects2 {
	float: left;
	padding-left: 6%;
}
#projects3 {
	width: 20%;
	float: left;
	padding-left: 6%;
}
#projects4 {
	width: 20%;
	float: left;
	padding-left: 6%;
}
#viewMore {
}
#beforeAfter {
	text-align: center;
}
#consultation {
	background-color: #9A9393;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 36px;
	font-family: antic;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle;
}
#BASlider {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.main {
}
.header {
}
.logo {
}
.navigation {
	margin-left: 0;
}
.arrow {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-top: 2%;
	width: 100%;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
	}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.sassafras {
	color: #000000;
	text-align: center;
}
.toohill {
	text-align: center;
}
.covid {
	text-align: center;
}
.mercer1 {
}
.mcintyre {
}
.footer {
    background-color: #434443;
    height: 10%;

}
.footerleft {
    width: 26%;
    float: left;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    text-align: left;
    border-right-style: solid;
    padding-left: 50px;
    padding-top: 10px;
}
.footerright {
    width: 28%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    vertical-align: bottom;
    padding-right: 50px;
    padding-top: 10px;
}
.footermiddle {
    width: 35%;
    float: left;
    text-align: center;
    color: #FFFCFC;
    border-right-style: solid;
    padding-top: 10px;
}
#newHomes {
}
#content {
}
#remodels {
	float: left;
	margin-left: 10%;
}
#gallery {
	margin-left: 10%;
}
#projects {
}
#currentProjects {
}
#projects1 {
}
#projects2 {
}
#projects3 {
}
#projects4 {
}
#viewMore {
}
#beforeAfter {
}
#consultation {
	vertical-align: middle;
}
#BASlider {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.goal {
	text-align: center;
	font-family: brush-script-std;
	font-style: normal;
	font-weight: 400;
}
.tag {
	font-size: 75px;
	text-align: center;
	font-weight: 100;
}
.footerLeftText {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: x-large;
}
.DBlogo {
	max-width: 150;
}
.DBlogo.activeTitle {
    max-width: 75px;

}
