.header{
    background-color: #053359;
    height: 110px;
    width: 100%;
}
.dropdownmenu{
    margin-top: 25px;
    float: right;
}
body{
    padding: 0px;
    margin: 0px;
}

.floatimg{
    float:left;
    padding: 15px;
    border-radius: 30px;
}
.floatleftmargin{
    margin-left: 50px;
}

/* Giving a background-color to the nav container. */
nav {
    margin:  0;
    background-color: #053359;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
    }

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px -7px 0 0;
    display:inline-block;
    background-color: #053359;
    padding-left: 10px;
    padding-right: 10px;
    }

/* Styling the links */
nav a {
    display:block;
    padding:0 10px;
    color:#FFF;
    font-size:25px;
    line-height: 60px;
    text-decoration:none;
}

/* Background color change on Hover */
nav a:hover {
    background-color: #196cb0;
}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    min-width:170px;
    display:list-item;
    position: relative;
}

.footer{
    clear: both;
    padding:17.5px;
    text-align: center;
    font-size: 12px;
    color:white;
    background-color: #053359;
    margin: 0px;
}

.backgroundpicture{

    background-image: url(images/backgroundimgsi.jpeg);
    width:100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.emptyspaceformainpage{
    height: 500px;
}
p{
    font-family: 'Open Sans', sans-serif;
    width:100%;
    margin-left: auto;
    margin-right: auto; 
}



/* font-family: 'Open Sans', sans-serif;
    width:100%;
    margin-left: auto;
    margin-right: auto; */

.hometext{
    width: 50%;
    margin-left: auto;
    margin-right: auto; 
    background-color: white;
    padding: 1px 20px 1px 20px;
    border-radius: 25px;
    font-size: 25px;
}

.emptyspace1{
    height: 50px;
}

.agentstext{
    font-size: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    background-color: #239BFC;
    border-radius: 25px;
    padding: 1%;
}

.agentspicture{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border-radius: 25px;
}

.agentspicturebox{
    width: 30%;
    background-color: #239BFC;
    float: left;
    margin: 5% 10% 5% 10%;
    border-radius: 25px;
    display: block;
}


.agentswordsbox{
    width: 30%;
    background-color: #239BFC;
    float: left;
    margin: 5% 10% 5% 10%;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 25px;
}

h1{
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 5%;
}


.agentspicture2{
    width: 20%;
    background-color: #239BFC;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
    float:left;
    overflow:hidden;
    display: block;
    margin: 5%;
    text-align: center;
}

.emptyspace2{
    height: 50px;
}
.maps{
    width: 50%;
    padding-left:25%;
    padding-right:25%;
    padding-top: 2%;
    padding-bottom: 20px;
}

.maptitle{
    text-align: center;
    font-size: 60px;
    color:black;
}

.mapbox{
    background-color: #239BFC;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 25px;
}
.emptyspace{
    height: 50px;
}
.housep{
    width: 90%;
    padding: 5%;
    font-size: 20px;
}
.housel{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 1%;
    font-size: 20px;
}
h2{
    padding-left: 5%;
}
.form{
    text-align: center;
    color: black;
    background-color: #239BFC;
    width:25%;
    margin-left: auto;
    margin-right: auto;
    padding:5px;
    margin: 5% 38% 10% 38%;
    float:left;
    border-radius: 25px;
}
.inf{
    text-align: left;
    
}
.spaceempty{
    height: 50px;
}