/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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


/* The scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */


.intro-section, .services-section, .properties-section, .contact-section, .footer-section {
        min-height: 60%;
        padding-top: 50px;
        padding-bottom: 50px;
}


.contact-section {
	padding-top: 100px;
}
.footer-section {
        min-height: 25%;
        padding-top: 50px;
}

