/* Header / Footer images */

.header.image {
    position: absolute;
    top: 0;
}

footer.Footer div.Footer-child:first-of-type {
    border-color: #8F4899 !important;
}

#absolute-footer {
    position: relative;
}

.footer.image {
    position: absolute;
    bottom: 0;
}

.footer.image img {
    max-width: 150px !important;
}

.image.left {
    left: 0;
}

.image.right {
    right: 0;
}

@media (max-width: 1366px) {
    .header.image img {
        max-width: 90px !important;
    }
}

@media (max-width: 1250px) {
    .header.image.left {
        display: none;
    }

    .header.image.right {
        z-index: 1;
    }

    .header.image.right img {
        max-width: 90px !important;
    }

    .footer.image img {
        max-width: 100px !important;
    }
}