 /**Dropdown open*/
.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 50px;
    margin-top: 35px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    top: 100%;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #053359;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #eee;
}

.dropdown-submenu{
    position: relative;
}


.dropdown-content2{
    display: none;
    top: 0;
    right: 100%;
    background-color: #eee;
}

.dropdown-content2:hover{
    background-color: #ddd;
}

.dropdown-submenu:hover .dropdown-content2{
    display: block;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

/**Dropdown close*/



header{
    background-color: #ffffff;
    height: 110px;
    width: 100%;
    position: fixed;
    z-index: 100;
}



/**body and main open**/
body{
    background-color: #eee;
    margin: 0px 0px 0px 0px;
}

.noback{
    background-image:none;
}

body.home-body{
    background-image: url('images/suburbs.jpg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
}

main{
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.title{
    color: #eee;
    text-align: center;
}

.photo{
    width: 500px;
    border-color: #eee;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}

.left{
    margin-left: 180px;
}

.left-text{
    margin-left: 180px;
    margin-top: 350px;
    width: 500px;
}

.right{
    margin-left: 810px;
    margin-top: -275px;
}

.text{
    width: 500px;
    font-size: 20px;
    font-family: "Abril Fatface", serif; 
    color: #053359;
    text-indent: 35px;
}

.homes-p{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: "Abril Fatface", serif; 
    color: #053359;
    text-indent: 35px;
}

.slideshow{
    z-index: 1;
}

/**links open**/
.links{
    font-size: 30px;
    margin-left: 25px;
    margin-right: 25px;
}

.links:link{
    text-decoration: none;
    color: #eee;
}

.links:visited{
    text-decoration: none;
    color: #eee;
}

.links:hover{
    text-decoration: underline;
    color: #fff;
}

.links:active{
    text-decoration: underline;
    color: #fff;
}

/**links close**/

h1{
    font-size: 45px;
}
/**body and main close**/



/**agents open**/
.container{
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
}

.agent{
    margin-bottom: 50px;
    margin-left: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: 250px;
}

.agent img{
    width: 250px;
}

.agent-info{
    background-color: #fff;
    padding: 20px;
}

.agent-name{
    font-size: 24px;
    font-family: "Abril Fatface", serif; 
    color: #053359;
    margin: 0;
}

.agent-description{
    font-size: 18px;
    font-family: "Abril Fatface", serif; 
    color: #053359;
    margin: 10px 0;
}

.agent-text{
    width: 400px;
    margin-left: 580px;
    margin-top: -400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    font-size: 20px;
    font-family: "Abril Fatface", serif; 
    color: #053359;
    padding: 10px;
    background-color: #fff
}

.agent-links{
    color: #053359;
    font-size: 22px;
    text-align: center;
    margin: 0px 48px;
}

.agent-links:hover{
    color: #053359;
    font-size: 22px;
    text-decoration: underline;
}
/**agents close**/



/**contact open**/
.main-page{
    width: 560px;
    background-color: #dbdbdb;
    border-color: black;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 40px;
    color: #053359;
}

.main-page h1{
    text-align: center;
}

.submit{
    float: right;
    font-size: 20px;
    color: #053359;
    font-family: "Abril Fatface", serif; 
}

.terms{
    font-size: 20px;
    margin: 5px;
    text-align: center;
}

.label{
    font-size: 20px;
    margin: 5px;
}
/**contact close**/



/**footer open**/
.footer {
    background-color: #bfbfbf;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-item {
    margin: 10px;
}

/**footer close**/



/*housebox*/
.house-box{
    width: 654px;
    background-color: #dbdbdb;
    border-color: black;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #053359;
}

.house-image{
    width: 325px;
}

.house-text{
    width: 400px;
    font-size: 20px;
    font-family: "Abril Fatface", serif; 
    color: #053359;
    text-indent: 35px;
}

.details{
    float: right;
    margin-top: -275px;
}
/*housebox close*/