/***********************/
/**** FOOTER ***********/
footer {
    color: #ffffff;
    background-color: #212529;
    font-weight: 100;
    overflow: hidden;
}
footer a {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer img {
    display: block;
}
footer img.logo {
    display: none;
}
footer div.marmon {
    width: 100%;
    margin: 50px 0 20px 0;
}
footer img.marmon {
    content: url(/static/store/png/marmon.png);
    width: 90%;
    max-width: 200px;
    margin: 0 auto 0 auto;
}
footer nav {
    display: none;
}
footer .hours {
    color: #999999;
    font-size: 16px;
    line-height: 20px;
}
footer div.phone-wrapper {
    margin-bottom: 15px;
    display: flex;
    position: relative;
    padding-left: 35px;
}
footer img.phone {
    content: url(/static/store/svg/phone.svg);
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 8px;
}
footer span.phone {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    text-decoration: inherit;
}
footer div.envelope-wrapper {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    padding-left: 38px;
}
footer img.envelope {
    content: url(/static/store/svg/envelope.svg);
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 4px;
    top: 3px;
}
footer span.envelope {
    font-size: 16px;
    font-weight: 600;
}
footer div.notice {
    margin-top: 10px;
}
footer span.notice {
    display: block;
    text-align: center;
    background: #000000;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}
footer h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
footer h3 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

footer .copyright {
    color: #999999;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}
footer address {
    color: #999999;
    font-style: normal;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
}
footer div.contact-information {
    padding: 0 20px 0 20px;
}
footer section {
    margin: 0;
}
footer section.address {
    margin: 0 auto 0 auto;
}
footer section.phone-and-hours {
    margin: 20px auto 0 auto;
}

@media only screen and (min-width: 480px) {
    footer div.contact-information {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    footer section.address {
        border-right: 1px solid rgba(255,255,255,.15);
        width: 50%;
    }
    footer section.phone-and-hours {
        margin: 0;
        padding-left: 20px;
        width: 50%;
    }
    footer img.logo {
        display: block;
        content: url(/static/store/svg/logo-white.svg);
        margin: 0;
        width: 75%;
        max-width: 200px;
    }
}

@media only screen and (min-width: 1024px) {
    footer div.marmon {
        display: block;
        margin: 0;
        padding-top: 130px;
    }
    footer div.contact-information {
        padding: 40px 50px 10px 50px;
    }
    footer section {
        padding: 0;
        margin: 0;
    }
    footer section.address {
        width: 33.33%;
    }
    footer section.phone-and-hours {
        width: 43.33%;
        padding-left: 50px;
    }
    footer div.marmon {
        width: 23.33%
    }
    footer img.logo {
        width: 250px;
    }
    footer .copyright {
        flex: 0 0 100%;
    }
    footer .red-strip {
        flex: 0 0 100%;
    }
    footer span.notice {
        display: inline;
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) {
    footer section.phone-and-hours {
        width: 33.33%;
    }
    footer nav {
        display: flex;
        flex-direction: row-reverse;
        width: 33.33%;
        padding-top: 4px;
        font-size: 16px;
        line-height: 26px;
        padding-left: 50px;
        background-color: inherit;
        z-index: inherit;
    }
    footer nav a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }
    footer nav a:hover {
        color: #999999;
        text-decoration: underline;
    }
    footer nav section{
        margin: 0 20px 0 20px;
    }
    footer nav section:first-child {
        margin-right: 0;
    }
    footer div.marmon {
        width: 100%;
        margin: 75px 0 0 0;
        padding: 0;
    }
    
}