﻿<style>

body{overflow:hidden;}
#body_wrapper{overflow:hidden;position:fixed;top:0;left:0;width:100%;height:100%;}

td.menu{transition: background 1s ease, color 1s ease;background:transparent;color:black;cursor:pointer;font-weight:bold;}
td.menu:hover {transition: background 1s ease, color 1s ease;background:red;color:white;font-weight:bold;}


@media screen and (min-aspect-ratio: 16/9) {#big_image {width:100%;}}
@media screen and (max-aspect-ratio: 16/9) {#big_image {height:100%;position:absolute;right:0;}}

h1{position:absolute;top:17.3%;right:39%;color:#444;font-family: 'PT Sans', sans-serif;font-size:5em; letter-spacing:0.02em}
h2{position:absolute;top:25.7%;right:39%;color:#444;font-family: 'PT Sans', sans-serif;font-size:2.5em; letter-spacing:0.01em}

#container_slider{
style="position:absolute;top:0;left:0;width:100%;height:100%;color:white;font-family:verdana;font-size:10;overflow:hidden;}

#container_homes{
position:absolute;top:200%;left:0;width:100%;height:100%;font-family:'PT Sans', sans-serif;font-size:10;overflow:hidden;}

#right{
position:absolute;top:220;left:55%;width:40%;height:60%;color:black;font-family:verdana, sans-serif;font-size:1.6em;text-align:left;}

p.heading{color:#444;font-family: 'PT Sans', sans-serif;font-size:1.5em; line-height:0.5em}

a.phone{
color:#444444;text-decoration:none
}
i.fa-phone{color:ff0000;}
i.fa-envelope-o{color:ff0000;}

</style>