.footer {
    margin-bottom: 50px;
    margin-top: 50px;
}
.footer-logo {
    img {
        transition: background-color 0.5s ease;
        width: 180px;
        float: left;
        height: 36px;
        &:hover {
            width: 180px;
            float: left;
            color: #999999;
        }
    }
}
ul.footer-links {
    padding-left: 0px;
    font-family: HelveticaNeue-Roman, Arial, Helvetica, sans-serif;
    li {
        list-style: none;
        list-style-type: none;
        list-style-position: inside;
        font-size: 1em;
        padding-right: 30px;
        display: inline-block;
        margin-bottom: 0px;
        a {
            transition: color 0.5s ease;
            color: stateauto-gray;
            display: inline-block;
            text-decoration: none;
            border-bottom: 1px solid #999;
            padding-bottom: 2px;
            font-weight: 500;
            &:hover {
                color: #575a5d;
                border-bottom: 1px solid #575a5d;
                padding-bottom: 2px;
                text-decoration: none;
                font-weight: 600;
            }
        }
    }
}
ul.social-links {
    padding-left: 0px;
    li {
        list-style: none;
        list-style-type: none;
        list-style-position: inside;
        font-size: 28px;
        padding-right: 30px;
        display: inline-block;
        a {
            transition: color 0.5s ease;
            color: #999999;
            display: inline-block;
            text-decoration: underline;
            &:hover {
                color: #575a5d;
                display: inline-block;
                text-decoration: underline;
            }
        }
    }
}
.copywrite {
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
    text-align: left;
    a {
        color: #999999;
        font-size: 14px;
        text-decoration: underline;
        transition: color 0.5s ease;
        &:hover {
            color: #575a5d;
            font-size: 14px;
            text-decoration: underline;
            transition: color 0.5s ease;
        }
    }
}


/* Small devices (mobile, 767px and up) */
@media (max-width: 767px) {
    ul.footer-links {
        padding-bottom: 0px;
        margin-bottom: 0px;
        li {
            display: block;
            padding-bottom: 15px;
        }
    }
    ul.social-links {
        margin-top: 20px;
        padding-bottom: 15px;
        float: left;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    ul.footer-links {
        padding-bottom: 0px;
        margin-bottom: 30px;
        li {
            display: inline-block;
            padding-bottom: 0px;
        }
    }
    ul.social-links {
        padding-bottom: 20px;
        float: left;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    ul.footer-links {
        padding-bottom: 0px;
        margin-bottom: 30px;
        li {
            display: inline-block;
            padding-bottom: 0px;
        }
    }
    ul.social-links {
        padding-bottom: 20px;
        float: right;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    ul.footer-links {
        padding-bottom: 0px;
        margin-bottom: 30px;
        li {
            display: inline-block;
            padding-bottom: 0px;
        }
    }
    ul.social-links {
        padding-bottom: 20px;
        float: right;
    }
}
