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

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

.navbar-collapse {
        padding: 0;
}

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

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

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

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

.research-section .bg {
        background-color: #f5f5f5;
        padding-top: 30px;
        padding-bottom: 30px;
}

.footer-section {
        border-top: 1px solid #e7e7e8;
}