/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
     transition: background .5s ease-in-out,padding .5s ease-in-out;
 }

 .top-nav-collapse {
        padding: 0;
   }
}

.about-section {
    padding: 5px 10px;
	margin-top: 10px;
	height: 100%;
    text-align: center;
    background: #fff;
}

.house1-section {
    padding: 5px 10px;
	margin-top: 30px;
	height: 100%;
    text-align: center;
}

.house2-section {
    padding: 5px 10px;
	margin-top: 30px;
	height: 100%;
    text-align: center;
}

.contact-section {
    padding: 10px 10px;
	margin-top: 30px;
	height: 100%;
    text-align: center;
	background-color: #f8f8f8;
}