body {background:rgba(150, 183, 161, 0.2); top:0 !important; margin:0 auto; font-family:"Roboto", Arial, Verdana, Helvetica; font-size:16px; color:#231F20; overflow-x:hidden;}
@font-face {font-family: 'anisetteregular'; src: url('/fonts/AL.eot'); src: url('/fonts/AL.eot?#iefix') format('embedded-opentype'), url('/fonts/AL.woff2') format('woff2'), url('/fonts/AL.woff') format('woff'), url('/fonts/AL.ttf') format('truetype'), url('/fonts/AL.svg#anisetteregular') format('svg'); font-weight:normal; font-style:normal;}

*, *::before, *::after {box-sizing:border-box;}

#logoC {float:left; width:100%; margin-bottom:20px; display:flex; justify-content:center; align-items:center;}
#logo img {width:100%; height:auto; max-width:206px;}
#logo h1 {color:#9A9B9A; font-size:12px; margin:0; white-space:nowrap;}

h1, h2, h3, h4, h5, h6 {color:#333; font-size:26px; font-family:'anisetteregular'; font-weight:lighter !important; text-transform:lowercase; margin:5px 0 10px; text-decoration:none;}

.windowSplit {float:left;}

@media screen and (min-width: 1100px) {
	#logo {position:relative; width:206px; height:76px;}
	#logo h1 {position:absolute; bottom:0; left:84px;}
}
@media only screen and (max-width:1099px) {
	#logo {display:flex; flex-direction:column; justify-content:center; align-items:center;}
}
@media screen and (min-width: 768px) {
	.windowSplit {width:50%; height:100vh; padding:15px;}
	#propertiesList {overflow-y:scroll;}
}
@media only screen and (max-width: 767px) {
	.windowSplit {width:100%; height:auto;}
	
}