.container {
    background: #2354B2;
}

.footer-basic {
    margin: 0;
    padding: 40px 0;
    color: #4b4c4d;
    background: #2354B2;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer-basic .social>a {
    font-size: 48px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #C9E602;
    margin: 0 18px;
    color: #C9E602;
    opacity: 0.75;
}

.footer-basic .social>a:hover {
    opacity: 1;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #C9E602;
    ;
    margin-bottom: 0;
    font-weight: bold;
}

.copyright>a {
    opacity: 0.75;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #C9E602;
    margin-bottom: 0;
    font-weight: bold;
    text-decoration: none;
}