.footer-wrapper {
    /* see https://developer.mozilla.org/en-US/docs/Web/CSS/clear for why this is important */
    clear: both;
    color: #c4268f;
}

.footer-wrapper > .footer-top {
    background-color: rgba(92, 98, 143, 0.41);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;

}

.footer-wrapper > .footer-bottom {
    color: white;
}

.footer-wrapper > .footer-top > .tagline {
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.footer-wrapper > .footer-top a {
    font-weight: 500;
}

.footer-wrapper > .footer-top a:hover,
.footer-wrapper > .footer-top a:focus {
    color: white;
}

.footer-wrapper > .footer-middle {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    background-color: #272e5e;
    height: auto;

}

.footer-about {
    width: 230px
}

.footer-explore {
    width: 280px;
}

.footer-signup {
    max-width: 600px;
}

.footer-wrapper > .footer-middle p {

    color: white;
    margin-bottom: 10px;
}

.footer-wrapper > .footer-middle ul a {
    padding: 5px 5px 8px 0;

    text-decoration: underline;
    font-size: 12px;

}

.footer-wrapper > .footer-middle .email {
    width: 300px;
    margin: auto;
    font-size: 16px;
    color: #646464;
    display: inline-block;
}

.footer-wrapper input {
    height: 45px;
}

.footer-wrapper input.button {
    vertical-align: top;
    margin: 0 3px;
}

.footer-wrapper .footer-social {
    margin-top: 45px;
}


.footer-wrapper > .footer-middle a {
    font-size: 14px;
    color: #d3d3d3;
}

.footer-wrapper  a:hover {
    color: #fff;
}


.footer-wrapper > .footer-middle .footer-signup a {
    padding: 0
}

.footer-wrapper i {
    border: solid 1px #d3d3d3;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;

}

/* above has inherited style css for icons, below copies elements because it wouldn't inherit */
.footer-wrapper i {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: solid 1px #d3d3d3;
    border-radius: 50%;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.1);
    line-height: 32px;
    transition: all 0.25s ease-out, color 0.25s ease-out;
    font-size: 16px;
    padding: 0;
}

.footer-wrapper > .footer-bottom {
    display: flex;
    justify-content: space-around;
    padding: 20px 20px;
    background-color: #272e5e;
}


.footer-wrapper .footer-copyright {
    font-size: 12px;
    text-align: left;
    width: 100%;
}

@media only screen and (max-width: 40em) {
    .footer-wrapper {
        height: auto;
    }

    .footer-wrapper > .footer-top {
        height: auto;
        padding-top: 10px;
    }

    .footer-wrapper > .footer-top > .tagline {
        padding: 0;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .footer-wrapper > .footer-top > ul > li {
        margin: 8px;
    }

    .footer-wrapper > .footer-middle {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        position: relative;
        height: auto;
    }

    .footer-about,
    .footer-explore,
    .footer-signup {
        width: 100%;
        padding: 10px
    }

    .footer-wrapper > .footer-middle .email, .footer-wrapper input.button {
        margin: 5px 3px;
    }
}

@media screen and (min-width: 40em) and (max-width: 64em) {

    .footer-about,
    .footer-explore,
    .footer-signup {
        width: unset;
        padding: 10px
    }

    .footer-wrapper > .footer-middle > .footer-signup > #mc-embedded-subscribe-form > #mc_embed_signup_scroll > .email {
        width: 175px;
    }


}
