

body { font-family:'Open Sans', sans-serif; font-size:12px; font-weight:300; width:100%; margin:0; padding:0; text-align:center; }
.top { padding:100px 20px; }
.top img { width:100%; height:auto; max-width:320px; max-height:320px; }
.bottom { padding:50px 20px; }
.bottom h2 { width:90%; max-width:600px; text-transform:uppercase; font-size:3em; margin:20px auto 50px auto; padding:0px 5% 20px 5%; }
.bottom .text 		{ width:90%; max-width:600px; padding:20px 5%; margin:0px auto; font-size:2em; }
.bottom .telephone { font-size:4em; }
.bottom .property-btn { display:inline-block; padding:10px; margin:10px; text-transform:uppercase; text-decoration:none; font-size:1.3em; }
/** RESPONSIVE **/
@media screen and (max-width:600px){
	.bottom h2 { font-size:2.5em; margin:20px auto 20px auto; }
	.bottom .telephone { font-size:2.5em; }
}
@media screen and (max-width:360px){
	.bottom h2,
	.bottom .telephone	{ font-size:1.8em; }
	.bottom .text		{ font-size:1.3em; }
}
