footer {
    background-image: url("../img/34103376_white-grey-paper-texture-background-kraft-paper-horizontal-with-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
    color: #fff;
}

footer .section-color-overlay {
    background-color: #182d3f;
    mix-blend-mode: multiply;
    padding-top: 120px;
}

.footer-countdown {
    background-color: #fff;
    color: #182d3f;
    margin-top: 100px;
    padding: 25px 0px;
}

.footer-countdown-data {
    font-size: 32pt;
}

.footer-display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-image {
    width: 85%;
    max-height: 90vh;
    height: auto;
    object-fit: contain;
}

.footer-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-note {
    font-size: 56pt;
    font-family: "Homemade Apple";
    transform: rotate(-3deg);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footer-note {
        font-size: 20pt;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .footer-note {
        font-size: 35pt;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .footer-note {
        font-size: 30pt;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .footer-note {
        font-size: 40pt;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .footer-note {
        font-size: 50pt;
    }
}

@media only screen and (min-width: 1350px) {
    .footer-note {
        font-size: 50pt;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
    .footer-note {
        font-size: 56pt;
    }
}