.footer {
    width: 100%;
    display: block;
    text-align: center;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    margin: auto 0;
}

.footer p {
    line-height: 40px;
}

.ghost-footer {
    height: 118px;
}

@media screen and (max-width: 1000px) {
    .footer {
        bottom: 60px;
    }
}