﻿
.footer {
    background: #2253a5;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    position: absolute;
    width: 100%;
    min-height: 126px;
    bottom: 0;
    z-index: -1;
}

.footer-links {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    line-height: 2.2;
}

    .footer-links li {
        list-style-type: none;
        margin-left: 15px;
        font-size: 0.95vw;
        font-family: opensans-semibold;
        color: #f5f5f5;
    }

        .footer-links li a {
            color: #ffffff;
            transition: all .4s;
        }

            .footer-links li a:hover {
                color: #fff;
                transition: all .4s;
                text-decoration: none;
            }

a:hover {
    cursor: pointer;
}

.social-icons {
    text-align: center;
}

    .social-icons a {
        padding: 0 5px;
        font-size: 1.6vw;
        color: #fff;
        transition: all .4s;
    }

        .social-icons a:hover {
            padding: 0 5px;
            font-size: 1.6vw;
            color: #0bf;
        }

.footer p {
    font-size: 0.8vw;
    font-family: 'opensans-regular';
    text-align: center;
    margin-top: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .1px;
}
