body {
    font-family: "Source Sans 3", sans-serif !important;
}

footer {
    font-family: "Source Sans 3", sans-serif !important;
}

.footer-bottom {
    border-top: solid 8px;
    position: relative;
    background: #F0B82D;
}
.footer-bottom-content{
    max-width:1500px;
    margin:auto;
}
.footer-heading {
    font-size: 2.5rem;
    line-height: 2;
    font-weight: bold;
}
.resource-container {
    display: flex;
    flex-direction: row;
    width: 1400px;
    margin: auto;
    justify-content: space-evenly;
    padding-top: 85px;
}
.resource-section {
    position: relative;
    height: auto;
    width: 15%;
    margin: 10px;
    color: #000000 !important;
}
.resource-section li {
    border: none;
}
    .resource-section ul {
        margin: 0;
        margin-top: 10px;
        padding: 0;
        color: #000000 !important;
    }    
li {
    list-style: none;
    padding: 5px;
    width:100%;
}
.logo-section {
    position: relative;
     width: 20%;
    color: #000000 !important;
     padding: 20px;
    display : flex;
    flex-direction: column;
    align-items: baseline;
}
    .logo-section p {
        color: #000000 !important;
    }
.image-logo {
    width: 85%;
    max-width: 100%;
    margin-bottom: 15px;
}
/*Footer Links*/
.footer-social {
    display: flex;
    flex-direction: column;
    width: auto;
    border-top: solid #000000 2px;
}
.footer-social-copyright-container {
    color: #000000;
    border-top: solid 2px;
    border-bottom: solid 2px;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 10px;
}
.copyright-p {
    text-align: center;
    color: #000000;
    font-weight:500;
}
.footer-links {
    text-decoration: underline;
    font-size: 16px !important;
    font-weight: 400;
    transition:ease-in-out .5s;
    color:#000000 !important;
}
.footer-social-links {
    color: #000000;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    margin: auto;
}
.footer-social-ul {
    display: flex;
    text-align: left;
    width: -webkit-fill-available;
    padding: 0;
 }
.footer-social-li {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    height: auto;
    width: 34px;
    align-content: center;
    margin: 10px;
    transition: ease-in-out .5s;
}
.footer-social-li:hover {
    background:#ffffff;
}
.footer-social-li li{
    display: inline-block;
    padding-right: 18px;
    width:10% !important;
 }
.footer-social-link-container {
    padding: 20px;
}
/*SECTION RESERVED FOR HOVER EFFECTS*/
 .footer-social-links:hover {
    text-decoration: none;
    color:#ffffff !important;
}
.footer-links:hover {
     color: #ffffff !important;
} 
/* Move blocks further left and shrink more on extra small screens */
@media (min-width: 601px) and (max-width: 1024px) {     
    .resource-section {
        position: relative;
        height: auto;
        width: 100%;
        margin: 10px;
        color: #ffffff;
    }
    .resource-container {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 100%;
    }
    .logo-section {
        height: auto;
        width: 100%;
        color: #ffffff;
        padding: 0;
    }
    .image-logo {
        margin: auto;
        display: block;
        padding: 5px;
        max-width:100%;
    }
    li {
        list-style: none;
        padding: 5px;
    }
} 
/* Move blocks further left and shrink more on extra small screens */
@media (max-width: 600px) {
    .footer-bottom {
         height: auto;
        margin-top: 10px;
        width: 100%;
    }
    .resource-container {
        display: flex;
        flex-direction: column;
        width: auto;
    }
    .logo-section {
        height: auto;
        width: 100%;
        color: #ffffff;
        padding: 0;
        margin: auto;
    }
    .resource-section {
        position: relative;
        height: auto;
        width: 100%;
        color: #ffffff;       
         text-align:left;
    }
    .resource-section ul {
        margin:0;
        padding:0;
    }
    .image-logo {
       
    }
    .footer-links {
        color: #ffffff;
        text-decoration: none;
    }
    .footer-social-links {
        color: #ffffff;
        text-decoration: none;
        font-size: 2rem;
    }
    .footer-social-ul {
        
        display: flex;
    }
    .footer-social-li {
        display: inline-block;
        padding-right: 18px;
    }
    .footer-social-link-container {
    }
    li {
        width: 100%;        
        font-size: 16px;
    }
}