@charset "utf-8";
/* CSS Document */




html, body {
	font-family: 'Barlow Condensed', sans-serif;
	width:100%;
	margin:0 auto;
	position:relative;
	font-weight: normal;
}

a, img {
	outline:none;
	border:none;
}

a {
	text-decoration: none;
}

.header {
	position: absolute;
	top:0;
	padding: 20px 0;
	background-color: transparent;
	width:100%;
	z-index: 10;
	transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
}

.header.sticky {
	position: fixed;
	background-color: white;
	padding: 0 0;
	    -ms-interpolation-mode: bicubic;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.header.sticky .menu-item a {
	color:#666666;
}
.header.sticky .logo {
	display: none;
}

.header.sticky .menu-item:hover a {
	color:#f56e32;
}

.header.sticky .menu-item.current a {
	color:#f56e32;
}

.innerContent {
	width:100%;
	max-width:1960px;
	margin:0 auto;
	position: relative;
}

.logo {
	width:100%;
	max-width: 348px;
	
	height:100%;
}

.stickylogo {
	width:100%;
	max-width: 280px;
	padding: 10px 0;
	height:100%;
	display: none;
}

.header.sticky .stickylogo {
	display: block;

}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.rowReverse {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	align-items: center;
}


.headerCol1 {
	display: flex;
	flex-basis: 20%;
	justify-content: flex-start;
}
.headerCol3 {
	display: flex;
	flex-basis: 10%;
	justify-content: flex-end;
}


.headerCol2 {
	display: flex;
	flex-basis: 70%;
	justify-content: center;
}

.menu-item {
	
	padding: 0 50px;
	display: inline-block;
}

.menu-item a {
	color:white;
	text-decoration: none;
	font-weight: 500;
	font-size: 30px;
	
}

.menu-item:hover a {
	color:rgba(255,255,255,0.6);
}

.menu-item.current a {
	color:rgba(255,255,255,0.6);
}

.container{
	/*position: relative;*/
	width: 166px;
	height: 700px;
	margin: auto auto;
	text-align: center;
	vertical-align: middle;            
}

.link-button{
	/*display: inline-block;*/
	display:none;
	background-color: #f56e32;
	border:2px solid #f56e32;
	border-radius: 30px;
	padding: 10px 20px 12px 20px;
	text-align: center;	
	color:white;	
	font-weight: 500;
	font-size: 26px;
	cursor: pointer;
	vertical-align: middle;
	position:absolute;
	top:57%;
	left:20%;
}
@media(max-width:1600px){
    .link-button{
        left:13%;
    }
}
@media(max-width:1400px){
    .link-button{
        left:9%;
    }
}
@media(max-width:1300px){
    .link-button{
        left:5%;
    }
}
@media(max-width:1000px){
    .link-button{
        left:2%;
    }
}
@media(max-width:980px){
    .link-button{
        top:60%;
	    left:9%;
    }
}

@media(max-width:767px){
    .link-button{
        top:60%;
	    left:9%;
    }
}
@media(max-width:600px){
    .link-button{
        top:60%;
	    left:7%;
    }
}
@media(max-width:500px){
    .link-button{
        top:60%;
	    left:10%;
    }
}
.button{
	background-color: #f56e32;
	border:2px solid #f56e32;
	border-radius: 30px;
	padding: 10px 20px 12px 20px;
	text-align: center;
	display: inline-block;
	margin:0 auto;	
	color:white;	
	font-weight: 500;
	font-size: 26px;
	cursor: pointer;
	vertical-align: text-top;
}

a .button {
	color:white;	
	font-weight: 500;
	font-size: 26px;
}

.button:hover {
	background-color: white;
	color:#f56e32;
}

a .button:hover {
	color:#f56e32;
}

.button.blue{
	background-color: #0087e2;
	border:2px solid #0087e2;
	border-radius: 30px;
	padding: 10px 20px 12px 20px;
	text-align: center;
	display: inline-block;
	margin:0 auto;	
}

.button.noa{
	color:white;
	cursor: pointer;
}

button {
	padding: 0;
	background-color: #0087e2;
	color:white;
	cursor: pointer;
	outline: none;
	border:none;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:22px;
}

button:hover {
	background-color: white;
	color:#0087e2;
}

.button.noa:hover {
	color:#0087e2;
}

.button.noa:hover button{
	color:#0087e2;
	background-color: white;
}

.button.blue:hover {
	background-color: white;
}

a .button.blue:hover {
	color:#0087e2;
}

.orange {
	color:#f56e32;
}

.blue {
	color:#0087e2;
}

.grey {
	color:#666666;
}

.white {
	color:white;
}

h1 {
	font-size: 80px;
	text-align: left;
	color:white;
	font-weight: 500;
	margin:0 0 30px 0;
}

h2 {
	font-size: 50px;
	font-weight: 500;
	margin: 0 0 15px 0px;
}

h3 {
	color: white;
	font-size: 50px;
	text-align: left;
	font-weight: 400;
	margin: 0;
}

h4 {
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin: 15px 0;
}

p {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5em;
	color:#666666;
}

.spacingLeftRight {
	margin: 0 30px;
}

.spacingTopBottom {
	margin: 30px 0;
}

.intro {
	position: relative;
	display: flex;
	justify-content: center;
}

.introTextOverlay {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.introTextOverlay h1 {
	margin-left: 50px;
}

.introTextOverlay h3 {
	margin-left: 50px;
}
.introTextOverlay a {
	margin-left: 50px;
	
}

.registerOverlay {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.registerOverlay h1 {
	margin-left: 50px;
}

.registerOverlay h3 {
	margin-left: 50px;
}
.registerOverlay a {
	margin-left: 50px;
	
}

.col1 {
	display: flex;
	flex-basis: 30%;
	justify-content: center;
}

.col2 {
	display: flex;
	flex-basis: 55%;
	justify-content: center;
}
.col3 {
	display: flex;
	flex-basis: 15%;
	justify-content: center;
}

.colfirst {
	display: flex;
	flex-basis: 27%;
	justify-content: center;
}

.colsecond {
	display: flex;
	flex-basis: 70%;
	justify-content: center;
}

.col4 {
	display: flex;
	flex-basis: 20%;
	justify-content: center;
}

.colFull {
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	margin-bottom: 15px;
}
.innerColumnSpace {
	margin: 0 15px;
}

#about {
	padding: 75px 0;
	margin-top: -148px;
	padding-top: 223px;
}

.colThirds {
	display: flex;
	flex-basis: 33.33%;
	justify-content: center;
}

#homeinfo {
	background-image: url(../images/../images/parallax.jpg);
	padding-top: 150px;
	padding-bottom: 50px;
	 /* Set a specific height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeType {
	background-color: rgba(255,255,255,0.7);
	width:100%;
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
	padding:20px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content:center;
	
}

.homeType p {
	margin: 0;
}

.iconImg {
	width:auto;
	max-width: 206px;
	margin: 0 auto;
}

#builderstory {
	padding: 100px 0;
	margin-top: -148px;
	padding-top: 248px;
}

.spaceLeft {
	margin-left: 50px;
}

.morrisburgText {
	padding: 50px;
	text-align: left;
}

.locationColumn1 {
	display: flex;
	flex-basis: 28%;
	justify-content: center;
}

.locationColumn2 {
	display: flex;
	flex-basis: 44%;
	justify-content: center;
	align-items: center;
}

.locationColumn4 {
	display: none;
}

.colHalf {
	display: flex;
	flex-basis: 50%;
}

#map {
	width:100%;
	height:700px;
}

#siteMap {
	padding: 100px 0;
	margin-top: -148px;
	padding-top: 248px;
}

@media(max-width:1025px){
    .row-column{
        flex-direction: column !important;
    }
}

.siteMap {
	background-image: none;
	/*height: 700px;*/
	/*height:unset;*/
	/*object-fit: scale-down;*/
	background-position: center;
	position:relative;
	background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width:1300px){
    .siteMap {
        /*background-position: center left -320px;*/
        /*background-size: contain;*/
        background-repeat:no-repeat;
        
    }
}
.colHalf.siteMap img{
        height: auto;
        width: 100%;
        margin-top:10px;
    }
@media(min-width:1025px){
    .colHalf.siteMap img{
        /*display:none;*/
        margin-top:0px;
    }
    	.siteMap{
    	    /*background-image: url(../images/maps-sitemap.jpg);*/
    	}
}
.hoverButton {

	
	display: flex;
	width:100%;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#locationInfo {
	padding: 100px 0;

}
@media(max-width:768px){
    #locationInfo {
	padding: 30px 0;

}
}
#location {
		margin-top: -148px;
	padding-top: 148px;
}

#locationInfo .colHalf {
	padding-bottom: 40px;
}

#contact {
	background-image: url(../images/contact-img-2560.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	
	justify-content: flex-end;
}

#contactBlock {
	background-color: rgba(255,255,255,0.9);
	display: flex;
	width:100%; 
	max-width:450px;
	margin-right: 10%;
	align-items: center;
	
}

.innerContact {
	padding:100px 75px;
}

#steps {
	background-color:#0087e2;
	padding: 100px 0;
}

footer {
	padding: 10px 0;
}

.imgL {
	display: none;
}
.imgM {
	display: none;
}

.imgS {
	display: none;
}

.imgXS {
	display: none;
}

#mobileMenu {
	display: none;
}

.mobile_menu {
	display: none;
}


	#menuToggle
{
  display: block;
  position: relative;
     float: right;
  	padding-left: 20px;
  z-index: 1;
  margin-top: 10px;
  -webkit-user-select: none;
  user-select: none;
}	
	
	#menuToggle  input
	{
	  display: block;
	  width: 38px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	

	  cursor: pointer;

	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */

	  -webkit-touch-callout: none;
	}

	/*
	 * Just a quick hamburger
	 */
	#menuToggle span
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;

	  background: white;
	  border-radius: 3px;

	  z-index: 1;

	 transform-origin: 23px 0px;

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	      transform-origin: 57% 100%;
	}

	/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: white;
	}

	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */
	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

#contactPopup {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.contactForm {
	background-image: url(../images/popup-img-1200.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}




/* Customize the label (the container) */
.checkLabel {
  display: block;
	color:white;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
	font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkLabel input {
 position: absolute;
    opacity: 0;
    left: 0;
    cursor: pointer;
    top: 0px;
    width: auto;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
    border: 1px solid white;
}


/* On mouse-over, add a grey background color */
.checkLabel:hover input ~ .checkmark {
  background-color: transparent;
	border:1px solid white;
}

/* When the checkbox is checked, add a blue background */
.checkLabel input:checked ~ .checkmark {
  background-color:  transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkLabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkLabel .checkmark:after {
     left: 5px;
    top: 0px;
    width: 3px;
    height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input {
	width:95%;
	padding: 10px;
	border:1px solid white;
	background-color: transparent;
}

input:focus {
	outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color:white;
	font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color:white;
	font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
 color:white;
	font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
 color:white;
	font-size: 14px;
}

.innerForm {
	width:100%;
	max-width: 800px;
	margin:0 auto;
}

.desktopImg {
		display: block;
	}
	
	.mobileImage {
		display: none;
	}

.desktopContent {
	display: flex;
}

.mobileContent {
	display: none;
}

	.twoLines {
		display: block;
	}
	
	.oneLine {
		display: none;
	}



#customHome {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:100!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#customHome.open {
	
	top:0;
	height:100vh;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}


#condoFlats {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:100!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#condoFlats.open {
	
	top:0;
	height:100vh;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}


.popupWindow .closePopup{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	top:130vh;
	cursor: pointer;
}

.popupWindow.open .closePopup {
	position: fixed;
	top:25px;
	right:25px;
	z-index: 1000;
}

.section {
	padding: 100px 0;
}

.customHomeInvite {
	background-image: url(../images/custom-homesite-footer.jpg);
	padding: 100px 0;
	background-repeat: no-repeat;
}

.column {
	flex-direction: column;
}


#swankPopup {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	
}

.innerPopup {
	padding: 50px;
}

.col60 {
	display: flex;
	flex-basis: 60%;
}

.col40 {
	display: flex;
	flex-basis: 40%;
}

.colImg {
	display: flex;
	flex: 1;
}

.colImg img {
	width:100%;
}

#homeinfo .colHalf {
	justify-content: center;
}

.imagepopup {
	display: flex;
	flex:1;
}

.imagepopup img {
	width:100%;
}

.shadow {
	text-shadow: 2px 3px 12px rgba(0,0,0,0.38);
}

.condoText {
	display: flex;
	align-items: center;
	padding: 40px;
	flex-direction: column;
	justify-content: center;
}

.justifyStart {
	justify-content: flex-start;
}

@media all and (max-width:1920px) {
	
	
	
	.imgXL {
		display: none;
	}
	
	.imgL {
	display: block;
}
.imgM {
	display: none;
}

.imgS {
	display: none;
}

.imgXS {
	display: none;
}
	
	.introTextOverlay h1 {
		margin-left: 0px;
		margin-top: 100px;
	}
	
	.popupWindow .introTextOverlay h1 {
		margin-top: 0;
	}
	
	.introTextOverlay h3 {
		margin-left: 0px;
	}
	
	
	.introTextOverlay a {
		margin-left: 0
	}
	
	.innerContent {
		width:97%;
	}
	
	
	.introTextOverlay {
		width:97%;
	}
	
	.registerOverlay h1 {
		margin-left: 0px;
		margin-top: 100px;
	}
	
	.popupWindow .registerOverlay h1 {
		margin-top: 0;
	}
	
	.registerOverlay h3 {
		margin-left: 0px;
	}
	
	
	.registerOverlay a {
		margin-left: 0
	}
	
	.innerContent {
		width:97%;
	}
	
	
	.introTextOverlay {
		width:97%;
	}
	
	
	#contact {
		background-image: url(../images/contact-img-1920.jpg);
	}
	
}



@media all and (max-width:1680px) {
	.menu-item {
		padding: 0 35px;
	}
	
	.menu-item a {
		font-size: 24px;
	}
	
	.headerCol2 {
		flex-basis: 65%;
	}
	
	.headerCol3 {
		flex-basis: 15%;
	}
	.homeType {
		max-width: 400px;
	}
	#homeinfo {
		
	}
	
	a .button {
		font-size: 22px;
	}
	
	.button {
		font-size: 22px;
	}
	
	
	#about {
		margin-top: -100px;
		padding-top: 175px;
	}
	#location {
		margin-top: -100px;
		padding-top: 100px;
	}
	
	#builderstory {
		margin-top: -100px;
		padding-top: 200px;
	}
		#homeinfo {
		height:400px;
			padding-top: 100px;
    padding-bottom: 50px;
		
	}
}

@media all and (max-width:1679px) {
	h1 {
		font-size: 50px;
		margin-bottom: 15px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 36px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	
	
	p {
		font-size: 16px;
	}
	
	.homeType {
		padding: 10px;
		min-height: 300px;
		max-width: 360px;
	}
	#homeinfo {
	
	}
		.siteMap:hover .hoverButton {
		display: flex;
	}
}

@media all and (max-width:1280px) {
	.imgXL {
	display: none;
	}
	
	.imgL {
	display: none;
}
.imgM {
	display: block;
}

.imgS {
	display: none;
}

.imgXS {
	display: none;
}
	
	h1 {
		font-size: 50px;
		margin-bottom: 15px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 36px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	.menu-item a {
		font-size: 22px;
	}
	
	a .button {
		font-size: 20px;
	}
	.button {
		font-size: 20px;
	}
	
	.menu-item {
		padding: 0 15px;
	}
	
	.headerCol1 {
		flex-basis: 17%;
	}
	
	.headerCol3 {
		flex-basis: 15%;
	}
	
		.introTextOverlay h1 {
		margin-left: 0px;
		margin-top: 50px;
	}
	.registertOverlay h1 {
		margin-left: 0px;
		margin-top: 50px;
	}
	
	p {
		font-size: 16px;
	}
	
	.locationColumn1 {
		flex-basis: 50%;
	}
	
	.locationColumn2 {
		display: none;
	}
	
	.locationColumn4 {
		display: flex;
		flex-basis: 100%;
	}
	
	.morrisburgText {
		text-align: center;
		padding: 25px;
	}
	

	
	#contact {
		background-image: url(../images/contact-img-1280.jpg);
	}
	.innerContact {
		padding: 50px;
	}
	
	#about {
		margin-top: -85px;
		padding-top: 160px;
	}
	#location {
		margin-top: -85px;
		padding-top: 85px;
	}
	
	#builderstory {
		margin-top: -85px;
		padding-top: 185px;
	}
	button {
	
	font-size:20px;
}
	.closePopup img {
		max-width: 70px;
	}
	
}

@media all and (max-width:1279px) {

	#homeinfo {
		height:300px;
		padding: 50px 0;
	}
	
	.col1 {
		flex-basis: 100%;
		margin-bottom: 15px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.col2 {
		flex-basis: 100%;
		margin-bottom: 15px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.col3 {
		flex-basis: 100%;
		margin-right: 15px;
		margin-left: 15px;
	}
	
	.twoLines {
		display: none;
	}
	
	.oneLine {
		display: block;
	}
	
	.col2 p {
		text-align: center;
	}
	
	.col2 h2 {
		text-align: center;
	}

	.iconImg {
		max-width: 180px;
	}
	
	.homeType {
		margin: 10px;
		min-height: 250px;
	}
.contactForm {
	background-image: url(../images/popup-img-980.jpg);
	
}
	.innerPopup {
	padding: 25px;
}
	

.col60 {
	display: flex;
	flex-basis: 100%;
}

.col40 {
	display: flex;
	flex-basis: 100%;
}
	
	.innerPopup p {
		margin-bottom: 15px;
	}
	
	
		
}

@media all and (max-width:960px) {
	/*Mobile Menu */
	
	.headerCol2 {
		display: none;
	}
	
	.headerCol3 {
		flex-basis: 48%;
	}
	
	.headerCol1 {
		flex-basis: 48%;
	}
	
	#mobileMenu {
		display: flex;
	}
	
	.header {
		padding: 10px 0;
	}
	
	.logo {
		max-width: 200px;
	}
	.stickylogo {
		max-width: 200px;
	}
	.introTextOverlay h1 {
	font-size: 40px;
		line-height: 1em;
		margin-top: 75px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.introTextOverlay h3 {
		font-size: 30px;
		margin-left: 10px;
	}
	
	.introTextOverlay a {
		margin-left: 10px;
	}
	
	.registerOverlay h1 {
	font-size: 40px;
		line-height: 1em;
		margin-top: 75px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.registerOverlay h3 {
		font-size: 30px;
		margin-left: 10px;
	}
	
	.registerOverlay a {
		margin-left: 10px;
	}
	
	.menu-item {
		display: block;
		width:100%;
		background-color: #0087e2;
		padding: 10px 0;
	}
	
	.menu-item:hover {
		background-color: white;
	}
	
	.menu-item:hover a {
		color:#f56e32;
	}
	
	.menu-item.active {
		background-color: white;
	}
	
	.menu-item.active a {
		color:#f56e32;
	}
	.mobile_menu {
		width:100%;
		text-align: center;
	}
	.innerContent {
		width:100%;
	}
	
	.header.active {
		background-color: #0087e2;
	}
	
	header.sticky #menuToggle span {
		background:#666666;
	}
	
.header.sticky .menu-item a {
	color:white;
}
	
.header.sticky .menu-item:hover a {
	color:#f56e32;
	}
	
	
	.siteMap {
		height:450px;
		
	}
	.hoverButton {
		height: 450px;
	}
	#map {
		height:450px;
	}
	
}

@media all and (max-width:768px){
		.imgXL {
	display: none;
	}
	
	.imgL {
	display: none;
}
.imgM {
	display: none;
}

.imgS {
	display: block;
}

.imgXS {
	display: none;
}
	
	#contactBlock {
		margin:0 auto;
	}
	
	#contact {
		background-image: url(../images/contact-img-768.jpg)
	}

	
		.colThirds {
		flex-basis: 100%;
		margin-bottom: 20px;
			margin-right: 15px;
			margin-left: 15px;
	}
	
	.homeType {
		
		max-width: 700px;
		min-height: 1px;
		display: flex;
	
		align-items: center;
		
	}
	.iconImg {
		
	
		margin-top: 0px;
		
	}
	#homeinfo {
		height:380px;
	}
	
	.homeType h4 {
		text-align: left;
		margin-left: 0px;
	}
	
	
	.homeType p {
		text-align: left;
		margin-left: 120px;
	}
	
	#contactPopup {
		width:90%;
	}
	
	#contactPopup p {
		margin-left: 15px;
	}
	
	p {
		font-size: 14px;
	}
	#about p {
		margin-bottom: 20px!important;
		text-align: center;
	}
	#builderstory p {
		margin-bottom: 20px!important;
	}
	
	.desktopImg {
		display: none;
	}
	
	.mobileImage {
		display: block;
	}
	
	.spacingLeftRight {
		margin: 0;
	}
	.morrisburgText {
		padding: 25px 15px;
	}
	
	.colfirst {
		flex-basis: 100%;
		text-align: center;
	}
	
	.colsecond {
		flex-basis: 100%;
	}
	
	.closePopup img {
		max-width: 50px;
	}
	.colImg {
		flex-basis: 50%;
	}
	
	.registerOverlay {
		justify-content: flex-end;
		height:93%;
	}
	
	.registerOverlay div {
		text-align: center;
		
	}
	.registerOverlay h1 {
		text-align: center;
	}
	.condoText {
	display: flex;
	align-items: center;
	padding: 0px;
	flex-direction: column;
	justify-content: center;
}
}

@media all and (max-width:767px) {
	.colHalf {
		flex-basis: 100%;
		align-items: center;
		margin-right:15px;
		margin-left: 15px;
	}
	
	.colHalf h2 {
		text-align: center;
	}
	
	.colHalf p {
		text-align: center;
	}
	
	.innerColumnSpace {
		margin:0 auto;
	}
	
	.siteMap {
		height:auto;
		
	}
	.hoverButton {
		height: 300px;
	}
	#map {
		height:300px;
	}
	
	p {
		margin: 0;
	}
	
	.col4 {
		flex-basis: 70%;
		margin:10px;
		justify-content: flex-start;
	}
	
	.colFull {
		margin-left:15px;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	
	.iconImg {
		max-width:125px;
	}
	
	
	
	.homeType p {
		text-align: center;
		margin-left: 0px;
	}
	
}

@media(max-width:1024px){
    .colHalf.siteMap{
        flex-basis:unset;
    }
}
@media all and (max-width:600px) {
	.contactForm {
	background-image: none;
		background-color: #f56e32;
}
	
	
	.innerContact {
		padding: 0 25px;
	}
	.iconImg {
	
	}
	
	#homeinfo {
		background-image: none;
		background-color: #f56e32;
	}
	
	.homeType {
		background-color: rgba(255,255,255,1);
	}
	
	
.desktopContent {
	display: none;
}

.mobileContent {
	display: flex;

}
	p {
		margin-left: 15px!important;
		margin-right: 15px!important;
	}
	
	.shadow {
		text-shadow: none;
	}
	
	.registerOverlay h1 {
		font-size:32px;
	}
}
@media all and (max-width:480px){
		.imgXL {
	display: none;
	}
	
	.imgL {
	display: none;
}
.imgM {
	display: none;
}

.imgS {
	display: none;
}

.imgXS {
	display: block;
}
	
	#contact {
		background-image: url(../images/contact-img-480.jpg);
	}
	
	.innerContact {
		padding: 25px;
	}
	
	.registerOverlay {
		height:98%;
	}
	
	h2 {
		font-size: 34px;
	}
}

.colHalf iframe{
    width:100% !important;
    height:100% !important;
}
@media(max-width:1025px){
    .colHalf iframe{
    height:400px !important;
}
}

