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

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

.navbar-collapse {
        padding: 0;
}

section {
        position: relative;
        display: block;
        min-height: 100%;
        min-width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
}

section:last-of-type {
        padding-bottom: 0;
}

section .scroll {
    padding: 20px 10px !important;
}

.intro-section {
        background-image: url(../img/css/slider_bg.jpg);
        background-position: 0 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
}

.product-section {
        border-bottom: 1px solid #f2f2f2;
}

.download-section {
        padding-top: 40px;
        padding-bottom: 40px;
}

.reviews-section, 
.download-section, 
.contact-section, 
.footer-section {
        min-height: inherit;
}