html {
    min-height: 100%;
    position: relative
}
body {
    background-color: #000;
    color: #e7e7e7;
    font-family: Montserrat, sans-serif;
    padding-bottom: 60px;
    padding-top: 3rem;
    min-height: 100%;
    background-image: url("../../images/Skre4_Cover.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.footer {
    background-color: rgba(70,70,70,.7);
    bottom: 0;
    height: 60px;
    line-height: 60px;
    position: absolute;
    width: 100%
}