body {margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main {
    max-width: 1200px;
    margin: 16px auto;
    width: 80%;
    clear:both;
  }

h1 {font-family: "Oswald";
    color: #2f5973;
    font-size: 45px;
    text-align:center;}

    

h2 {font-family: "oswald";
    color: #234D6E;
    text-align: center;}

header {box-shadow: 0px 10px 15px #dddddd;
        height: 110px;
        margin-bottom: 20px;}

nav ul ul {
    color: #053959;;
    display: none;
    position: absolute;
    top: 32px;
    list-style-type: none;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 40px;
    width: 80px;
    height: 200px;
    padding-left: 0;
    top: 50px;
    margin-bottom: 30px;
}

nav ul li {text-align: center;
    display: inline-block;
    width: 100px;
    padding-top: 65px;
    padding-bottom: 15px;
    
    }


.logo {float: left;
        padding-bottom: 10px;
        }
nav ul li:hover > ul {
    color:#2f5973;
    display: block;
    width: 175px;
}

nav ul {float: right;
    height: 150px;
    position:relative;
    }



nav ul ul li {
	display:list-item;
    text-align: center;
    outline: 1px solid #dddddd;
    height: 10px;
    padding-top: 15px;
    padding-bottom: 20px;}

nav ul li:hover > ul {
    display: block;
    width: 100px;
}

.topnav {text-align: center;
        position: relative;
        z-index:99;}
    
a.topnav:link {text-decoration: none;
        color:#053959;}

a.topnav:visited {color: #053959;
        text-decoration: none;}

a.topnav:hover {font-weight: 800;
        color:#2f5973;}

a.topnav:active {color:#053959;}

.spacer {height: 50px;}

.twocolumn {float: left;
            width: 500px;
            padding: 25px 25px;}

.twocolumn img {display:block;
                margin-left: auto;
                margin-right: auto;}

footer  {color: #053959;
        background-color: #cccccc;
        clear:both;
        text-align: center;
        padding:10px 0px;
        font-size: 14px;
        width: 100%;
        }
.details li {list-style-type: circle;}

.webform {padding: 115px;}



.info {padding:15px;}

.two-column-div {
                box-shadow: 10px 10px;
                float: left;
                width: 500px;
                padding: 25px 50px;}

.two-column-house {
                float: left;
                width: 500px;
                padding: 30px 30px;
            }

.two-column-house img:hover {box-shadow: 5px 5px 5px grey;}

a.houselink:link {color: #234D6E;
                text-decoration: none;}

a.houselink:visited {color: #234D6E;
                    text-decoration: none;}

a.houselink:hover {color:#234D6E;
                text-decoration: underline;}

a.houselink:active {color:#234D6E;
                    text-decoration: underline;}

@media screen and (max-width: 1500px)
{h1 {
    text-align: center;
    font-size: 45px;
   }

.two-column-house {margin-left: auto;
            margin-right: auto;
            display: block;
            width: 500;
            float:none;
            }
.twocolumn {float: none;
            margin-left: auto;
            margin-right: auto;
            width: 500px;
          }

}

