html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	display: flex;
  	min-height: 100vh;
  	flex-direction: column;
}

.logo {
	font-family: "Anton", Arial Narrow,sans-serif;
	display: block;
	font-size: 30px;
	float: left;
	color: #e1c9a2;
}

.builders {
	color: #fff; 
	font-family: "Cabin Condensed", sans-serif;
	font-size: 28px;"

header {
	background-image: url("/application/themes/DUNCAN/images/bgheader.jpg");
	background-repeat: repeat-x;
}

.topbg {
	height: 200px; 
	width: 100%;  
	background-repeat: repeat;
}

.toppad {
	display: block;
}

.nzcb {
	display: block;
}

.flexFooter {
	flex: 1;
}
	

#header {
	margin: 0 auto;
	height: 135px;
	width: 100%;
	max-width: 950px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
}
#main {
	width: 100%;
	max-width: 680px;
	height: auto;
	padding: 0 10px;
	margin: -30px auto 0 auto;
	float: left;
}
#googleMapCanvas44 {
	height: 250px;
}

.footer {
	height: 30px;
	width: 100%;
	padding: 100px 0 0 0;
	
}

.bottomlogos {
	width: 100%;
	text-align: center;
	background: #fff;
	border-top: thin solid #333;
	margin-bottom: 30px;
}

.copyright {
	background-color: #ccc;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 70%;
	letter-spacing: 2px;
	padding: 30px 0;
}

a.linky:link {
	background-color: #000; 
	color: #fff; 
	padding: 10px 20px; 
	border-radius: 4px;
	text-align: center;
	width: 270px;
	margin: 30px 0 50px 0;
}

a.linky:hover {
	background-color: #ccc; 
	color: #333; 
	padding: 10px 20px; 
	border-radius: 4px;
	width: 270px;
}

.linko a:link {
	color: #333; 
	text-decoration: underline;
}

.linko a:visited {
	color: #333;
	text-decoration: underline;
}

.linko a:hover {
	color: red;
	text-decoration: underline;
}
   
                                                                                                                                                                                                                               /***************************************************** RESPONSIVE **********************************************************/
@media screen and (max-width: 1024px) {
body {
	background: transparent;
	background-color: #fff;
}

.nzcb {
	display: none;
}

#header {
	background-image: url("images/headersmall.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #451c0a;
	height: 75px;
}
}

                                                                                                                                                                                                                              