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

.home-section {
    height:auto !important;
    min-height:100%;
    overflow:hidden;
    background:url(../background.jpg) no-repeat center;
    background-size:cover;
}

.about-section {
    height:auto !important;
    min-height:100%;
    overflow:hidden;
}

.contact-section {
    height:auto !important;
    min-height:100%;
    overflow:hidden;
}



.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}


