html,
body {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home,
footer {
    width: 100%;
}

.img-fluid {
    width: 390px;
    max-width: 100%;
    height: auto;
}

.home-spacing {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.site-footer {
    padding-top: 0 !important;
}

.footer-brand-copy {
    color: #fff;
    font-size: 110%;
    margin-bottom: 0.5rem;
}

.footer-brand-name {
    margin-bottom: -15px;
    display: block;
    font-size: 210%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #202f41;
}

.footer-coming-soon {
    color: #202f41;
    margin-bottom: 0.5rem;
    margin-top: 100px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 140%;
}

.footer-contact,
.footer-copyright {
    font-size: 90%;
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-contact-link {
    color: #fff;
    text-decoration: underline;
}

.footer-copyright-wrap {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}



.social-icons {
    margin-bottom: 20px;
}

.social-icons a img {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

sup {
    font-size: 12px;
    vertical-align: super;
    letter-spacing: 0;
}

@media (max-width: 767.98px) {

    html,
    body {
        height: auto;
    }

    body {
        min-height: auto;
        display: block;
    }

    #home {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .home-spacing {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .img-fluid {
        margin-top: 20px;
        width: 220px;
    }

    .footer-brand-name {
        width: 260px;
        margin: 0 auto;
        line-height: 45px;
    }

    .mobile-para {
        display: block;
    }

    .footer-coming-soon {
        margin-top: 50px;
    }

    .footer-copyright-wrap {
        position: static;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 1rem;
    }
}