
html {
    height: 100%;
}
body {
    height: inherit;
    background-image: url('../img/bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*#page-wrapper {
    margin-top: -5px !important;
}*/