/*
    font-family: 'Raleway', sans-serif; body
    font-family: 'Crimson Text', serif; heading

    Gold:   #fcd140      rgba(252,209,64,1)
    green:  #b3bd35      rgba(179,189,53,1) 
    blue:   #007cbb      rgba(0,124,187,1)
    dark Gray   #585858     rgba(88,88,88,1)

*/

#footer-container {
    color: #FFF;
    background: #007cbb;
    font-family: 'Raleway', sans-serif;
    clear: both;
}

    #footer-container a {
        color: #fcd140;
    }

    #footer-container a:hover, #footer-container a:focus, #footer-container a:active {
        color: #b3bd35;
    }

#footer-copyright {
    font-weight: 400;
    color: #FFF;
    padding: 2rem 0;
    border-top: 1px solid #585858;
}

#footer-content ul, #footer-copyright ul {
    list-style: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
}

#footer-content ul li, #footer-links ul li {
    display: inline-block;
}

#footer-content ul li {
    padding-right: 3rem;
}

#footer-content ul li:last-of-type::after {
    padding-right: 0;
}

#footer-links ul li:last-of-type::after {
    content: none;
}

#footer-links ul {
    width: 100%;
    text-align: right;
}

#footer-links ul li a {
    padding: 0 .5rem;
}

#footer-links ul li::after {
    content: " | ";
}


/*#region break points*/

@media(max-width:1375px) {
}

@media(max-width:1230px) {
}

@media(max-width:1125px) {
}

/*lets go mobile*/
@media(max-width:1023px) {
    #footer-copyright {
        text-align: center;
    }

    #footer-links ul {
        text-align: center;
    }
}

@media(max-width:636px) {
}

@media(max-width:500px) {
}

/*#endregion*/
