/* CSS Document */
@import url("../webfonts/opensans_regular/stylesheet.css");
@import url("../webfonts/ftrabd/stylesheet.css");
@import url("../webfonts/ftrabk/stylesheet.css");
@import url("../webfonts/ftralt/stylesheet.css");

body {
	background-image: url(../images/bg/marblebg.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}
#phasesHeader {
	background-image: url(../images/bg/phasesheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	display:none;
}
#phasesHeader2 {
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	margin-bottom: 20px;
	height: 60px;
	margin-right: 20px;
	text-align: center;
	padding-top: 15px;
}
#phasesBody {
	padding-bottom: 30px;
	padding-top: 30px;
	background-repeat: repeat;
	background-position: top;
	margin-bottom: 15px;
}
#phasesLeft {
	text-align: center;
	margin-bottom: 15px;
}
#phasesLeft p {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 8px;
}
#phasesLeft #ital {
	background-color: #4A5A69;
	padding: 15px;
}
h1, h2, h3  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
p    {
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
li {
	list-style-image: url(../images/main-images/bullet.png);
	list-style-position: outside;
	margin-left: 10%;
}
.2020 {
	margin-right: 20px;
	margin-left: 20px;
}



.hr {
	margin-right: 20px;
	margin-left: 20px;
}

.headerwhite {
	font-family: ftrabd, "Arial Black";
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
}
.header {
	font-family: ftrabd, "Arial Black";
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.headergrey {
	font-family: ftrabd, "Arial Black";
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #4a5968;
}
.header2 {
	font-family: ftrabd, "Arial Black";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.mainfontwhite {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
}
.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
}
.mainfontI {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	color: #000;
}
.handgreen {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6d7754;
}
.handGrey {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4a5968;
}
.handWhite {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.handBlue {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #193A6C;
}
a:visited {
	color: #FFF;
}

.item {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
.floatRight {
	float: right;
	margin-right: 20px;
}
.images {
	width: 90%;
	height: auto;
	border: 10px solid #6D7754;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.images2 {
	border: 3px solid #6D7754;
	margin: 10px;
	width: 30%;
	height: auto;
	margin: 5px;
}
.images2:hover {
	border: 3px solid #6D7754;
	margin: 10px;
	width: 30%;
	height: auto;
	margin: 5px;
}
#phasesPics {
	text-align: center;
	margin-top: 30px;
}

@media only screen and (min-width: 481px) {
body {
	background-image: url(../images/bg/marblebg.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}
#phasesBody {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	-moz-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;

	margin-top: 0%;
}
.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #333;
}
.mainfontI {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 17px;
	font-style: italic;
	line-height: 21px;
	color: #000;
}
.handgreen {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6d7754;
}
.handGrey {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4a5968;
}
.handWhite {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.handBlue {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #193A6C;
}
.images {
	width: 35%;
	height: auto;
	margin: 20px;
	float: right;
}
.images2 {
	width: 13%;
	width: 12%;
	height: auto;
	margin-right: 4px;
	margin-left: 4px;
	opacity: 0.7;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
  
}
.images2:hover {
	border: 3px solid #6D7754;
	margin: 10px;
	width: 12%;
	height: auto;
	margin: 4px;
	opacity: 1;
	
	
}

}
@media only screen and (min-width: 769px) {
/* Mobile Layout: 480px and below. */
body {
	background-image: url(../images/bg/phasesheader.png), url(../images/bg/marblebg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center 100px, top;
	background-size: auto;
	background-attachment: scroll, fixed;
}
#phasesBody {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;

	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	-moz-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;

	background-color: #FFF;
	margin-top: 80px;	
	
}
#phasesHeader {
	background-image: url(../images/bg/phasesheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	display:none;
}
#phasesHeader2 {
	clear: both;
	float: left;
	margin-left: 20px;
	width: 96.68%;
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	margin-bottom: 20px;
	height: 100px;
	margin-right: 20px;
	text-align: center;
}
h1, h2, h3  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
p    {
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
li    {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 10%;
}
.images {
	width: 45%;
	height: auto;
	margin: 20px;
	float: right;
}
.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 21px;
	color: #333;
}
.mainfontwhite {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	color: #FFF;
}
.headerwhite {
	font-family: ftrabd, "Arial Black";
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
	color: #FFF;
}
.header {
	font-family: ftrabd, "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.headergrey {
	font-family: ftrabd, "Arial Black";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #4a5968;
}
.header2 {
	font-family: ftrabd, "Arial Black";

	font-size: 50px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.handgreen {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6d7754;
}
.handGrey {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4a5968;
}
.handWhite {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.handBlue {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #193A6C;
}

#phasesRight {
	clear: none;
	float: left;
	margin-left: 1.35%;
	width: 73.65%;
	display: block;
}
#phasesLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 24%;
	display: block;
	text-align: center;
}

.item {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
}
#phil {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.3%;
	display: block;
}
#mission {
	clear: none;
	float: left;
	margin-left: 1.30%;
	width: 49.3%;
	display: block;
}
#bathrooms2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
}
#bathrooms3 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 70%;
	display: block;
}

}
@media only screen and (min-width: 1000px) {
body {
	background-image: url(../images/bg/phasesheader.png), url(../images/bg/marblebg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center 100px, top;
	background-size: auto;
	background-attachment: scroll, fixed;
}
#phasesHeader {
	display: none;
}
#phasesBody {
	background-image: none;
	margin-top: 80px;
	
}
}
@media only screen and (min-width: 1300px) {
#customHomes {
}
#phasesBody {
	padding-top: 15px;
	background-color: #fff;
	padding-bottom: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	
	-moz-border-bottom-left-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;

	margin-top: 80px;
}

.mainfont {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	color: #333;
}
.item {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}
.mainfontwhite {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 34px;
	color: #FFF;
}
.headerwhite {
	font-family: ftrabd, "Arial Black";
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
	color: #FFF;
}
.header {
	font-family: ftrabd, "Arial Black";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.headergrey {
	font-family: ftrabd, "Arial Black";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #4a5968;
}
.header2 {
	font-family: ftrabd, "Arial Black";
	font-size: 52px;
	font-style: normal;
	line-height: normal;
	color: #193A6C;
}
.handgreen {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6d7754;
}
.handGrey {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4a5968;
}
.handWhite {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 40px;
	font-style: normal;
	line-height: 60px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.handBlue {
	font-family: hanshand, ftrabk, ftralt;
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #193A6C;
}
}
