
@font-face {
    font-family: CaslonGraD;
    src: url(https://storage.googleapis.com/parkview-apartments.insiteplans.com.au/assets/fonts/CaslonGraD.ttf);
}

@font-face {
    font-family: CircularPro-Medium;
    src: url(https://storage.googleapis.com/parkview-apartments.insiteplans.com.au/assets/fonts/CircularPro-Medium.ttf);
}

@font-face {
	font-family: CircularPro-Bold;
	src: url(https://storage.googleapis.com/parkview-apartments.insiteplans.com.au/assets/fonts/CircularPro-Bold.ttf);
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}


body{
	margin: 0 auto;
	padding:0;
}
* {
	box-sizing: border-box;
}
h3 {
	text-align: left;
}
.wrapper {
	font-family: CircularPro-Medium;
	padding: 30px;
    background-color: #3f3e3e;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.logo1 {
	margin: 5px 5px 5px 40px;
}
.logo1 img {
	max-width: 320px;
}
.btn {
	margin: 5px 40px 5px 5px;
	color: #ffffff;
	font-family: CircularPro-Medium;
	height: 35px;
}
.btn.btn-square {
	margin-top: 25px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    color: #3f3e3e;
    cursor: pointer;
    background: rgb(63, 62, 62);
    padding: 8px 10px 5px 10px;
    text-decoration: none;
}

.btn.btn-square.white {
    color: rgb(63, 62, 62);
    background: rgb(255, 255, 255);
}


.btn.btn-square::before {
    content: "← ";
    margin-left: 0.5rem;
    font-size: 13px;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

.btn.btn-square.white span:hover {
	transition: all 0.5s ease 0s;
    margin-left: 4px;
    text-decoration: underline;
}


.clear{
	clear: both;
}

.button {
	background-color: #ffffff;
	border: 2px solid #686868;
	color: #686868;
	padding: 0.6em 1.8em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}



.header {
	font-size: 0.65px;
	font-weight: 400;
	letter-spacing: 2px;
}

.footer {
	font-family: CircularPro-Medium, sans-serif;
	background-color: #3f3e3e;
	color: #000000;
	font-size: 12px;
	padding: 35px 40px 0px 40px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.footerLogo2 {
	padding-top: 10px;
	text-decoration: none;
	font-size: 8px;
	color: #ffffff;
	}
.footerLogo2 a{ 
	text-decoration: none;
	font-size: 8px;
	color: #ffffff;
}

.footerLogo2 img{
	width: 130px !important;
	margin: 0 10px;
}

.footer img {
	width: 200px;
}
.footer-bottom {
	background-color: #3f3e3e;
	padding: 10px 45px 20px 45px;
}

.footer-disclaimer {
	font-family: CircularPro-Medium, sans-serif;
	color: #ffffff;
	font-size: 9px;
	background-color: #3f3e3e;
	padding: 5px 0px 25px 0px;
}

.border {
	display: flex;
	background-color: #ffffff;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
}



@media (max-width: 800px) {
	.wrapper {
		display: block;
		text-align: center;
	}
	.btn {
		margin: 8px;
	}
}

@media (max-width: 770px) {
	#logo {
		margin: auto;
		text-align: center;
	}
}


@media (max-width: 568px) {
	.footer {
		padding: 15px 20px;
		display: table;
		margin: 0 auto;
    	text-align: center;
	}
	.footer img {
		width: 60%;
	}
	.footer-disclaimer { 
		font-size: 8px;
	}
}
@media (max-width: 515px) {
	.logo1 img {
		max-width: 200px;
	}
	.logo1 {
	margin: 5px;
}
}

@media (max-width: 375px) {
	#logo img{
		width: 80vw;
	}
}

