/* ========================================
   FOOTER STYLES - Matching Live Site
   ======================================== */

.footer-wrapper {
    background-color: #4a4a4a;
    color: #fff;
    padding-top: 30px;
    border-top: 14px solid #b61b27;
    font-family: "Roboto", sans-serif;
    width: 100%;
    font-size: 1rem;
}

.footer-wrapper img {
    margin-bottom: 15px;
    height: 50px;
}

.footer-wrapper p {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
}

h3 {
    font-size: 1em;
    align-self: center;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.desktop-description {
    display: none;
}

/* Resources Section */
.resources-wrapper {
    color: #909090;
    text-transform: capitalize;
}

.resources-wrapper h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #adadad;
    font-size: 16px;
}

.resources-wrapper a {
    color: #fff;
    text-decoration: none;
}

.resources {
    padding: 0;
}

.resources a {
    padding: 5px;
    display: block;
}

.resources a:hover {
    color: #adadad;
}

/* About Section */
.about-wrapper {
    color: #909090;
}

.about-wrapper h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #adadad;
    font-size: 16px;
}

.about-wrapper a {
    color: #fff;
    text-decoration: none;
}

.about {
    padding: 0;
}

.about a {
    padding: 5px;
    display: block;
}

.about a:hover {
    color: #adadad;
}

/* Community Section */
.community-wrapper {
    display: flex;
    flex-direction: column;
}

.community {
    color: #909090;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.footer-text {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

/* Footer Buttons */
.footer-btns {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: left;
}

.red-btn {
    margin-bottom: 40px;
}

.red-btn a {
    padding: 15px;
    border-radius: 4px;
    background-color: #b61b27;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.alt-btn {
    height: 19px;
}

.alt-btn a {
    color: #fff;
    background-color: #661809;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    font-family: "Roboto", sans-serif;
}

/* Copyright Section */
.copywrite-wrapper {
    border-top: 1px solid #fff;
    width: 100%;
    color: #909090;
}

.copywrite-wrapper p {
    text-align: center;
}

.footer-links {
    display: flex;
    padding: 20px 40px 20px 40px;
    margin-bottom: 0;
    justify-content: space-around;
}

.footer-links a {
    color: #909090;
    text-decoration: none;
    font-size: 16px;
}

.copywrite-text {
    text-transform: capitalize;
    text-align: center;
}

.btn-danger {
    color: #fff;
    background-color: #b61b27;
    border-color: #b61b27;
    width: 168px;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    line-height: 34px;
    padding: 7px;
}

.background-hover {
    background: #661809 !important;
}

.results {
    padding-top: 94px;
    padding-bottom: 0;
}

/* Desktop / Large Screen Styles */
@media screen and (min-width: 1024px) {
    h3 {
        align-self: auto;
    }
    
    .footer-wrapper {
        bottom: 0;
        font-size: 1.2em;
        text-align: left;
    }
    
    .content-wrapper {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0px 80px 0px 80px;
        margin-bottom: 20px;
    }
    
    .desktop-description {
        display: block;
        width: 320px;
    }
    
    .resources-wrapper .resources {
        align-items: flex-start;
    }
    
    .resources-wrapper .resources a {
        padding: 5px 0px;
    }
    
    .about-wrapper .about {
        align-items: flex-start;
    }
    
    .about-wrapper .about a {
        padding: 5px 0px;
    }
    
    .community-wrapper {
        align-items: flex-start;
    }
    
    .footer-btns {
        flex-direction: row;
        justify-content: space-between;
        width: 330px;
        margin-bottom: 0;
    }
    
    .copywrite-wrapper {
        display: flex;
        height: 50px;
        justify-content: space-between;
        align-items: center;
        padding-left: 30px;
    }
    
    .footer-links {
        justify-content: flex-start;
        padding: 20px 0px 20px 50px;
    }
    
    .footer-links a {
        margin-right: 20px;
    }
    
    .copywrite-text {
        display: flex;
        justify-content: flex-end;
        padding-right: 50px;
    }
    
    .copywrite-text p {
        margin: 0;
        padding-right: 10px;
    }
    
    .copywrite-text .bar {
        border-right: 1px solid #909090;
        margin-right: 10px;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .footer-wrapper p {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }
    
    .resources-wrapper, .about-wrapper, .community {
        text-align: left;
    }
    
    .footer-btns {
        text-align: left;
    }
    
    .resources-wrapper h3, .about-wrapper h3, .community {
        color: #adadad;
        font-size: 16px;
    }
    
    .resources-wrapper {
        justify-content: left;
        display: block;
    }
    
    .resources-wrapper .resources a, .about-wrapper .about a {
        font-size: 16px;
        display: list-item;
        padding: 5px 0;
        list-style: none;
    }
    
    .footer-links {
        padding: 9px 0px 0 0 !important;
    }
    
    .footer-links a {
        font-size: 16px;
        color: #adadad;
    }
}
