/*main*/


.lon{
    text-align:center;
}

/*main*/


/*Footer*/

.footer{
    text-align:center;
}

footer{
    background-color:white;
    padding-top:15px;
    padding-bottom:15px;
    margin:0;
}


/*Footer*/

/*body*/
body{
    background-color:#1C78FF;
}

/*body*/
/*header*/

.logo{
    
    height: 60px;
    float: left;
    
}

header{
margin:0;
    
}
/*DropDown*/

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

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

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px -7px 0 0;
    display:inline-block;
    background-color: #1A64E8;
    font-family: 'Oswald', sans-serif;
    }

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

/* Background color change on Hover */
nav a:hover {
    background-color: #000000;
}

/* 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;
}

/*.flex-container*/
/*{*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	flex-wrap: wrap;*/
/*	justify-content: space-around;*/
/*}*/

/*section*/
/*{*/
/*	flex: 30%;*/
/*	max-width: 30%;*/
	/*text-align: center;*/
/*}*/

@media screen and (max-width: 600px) {
	
	section {
	flex: 100%;
	max-width: 100%;
	text-align: center;
	}

}
/*DropDown*/

/*header*/


/*house*/

.smaller{
    
    width:400px;
    height:200px;
    
}





/*house*/

/*aboutus*/

.lonely{
    text-align:center;

    padding:0px 50px 10px 50px;
}

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

.agent{
    
    width:175px;
    height:250px;
margin-left:auto;
margin-right:auto;
display:block;
    
}

.agents{
    
    width:250px;
    height:250px;
margin-left:auto;
margin-right:auto;
display:block;

    
}

/*aboutus*/

/*contactus*/

.lion{
    text-align:center;
}

.fun{
    
    padding-left:20px;
}

.meme{
    margin-top:20px;
}

/*contactus*/


/*houses*/

.yomama{
padding-top:2px;
	flex: 2%;
	max-width: 2%;
	text-align: center;
	}
    
.no{
    
    padding:0;
    margin:0;
    
}

/*houses*/




