.footer {
    background-color: transparent;
    color: #fff;
    bottom: 0;
    border:0;
}

.footer-social-links-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
    padding: 0px 15px 100px;
    margin-top: -100px;
    position: relative;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 210px;
}

.footer-social-background-svg {
    height: 4em;
    left: 0;
    display: block;
    position: absolute;
    top: -8px;
    width: 13rem;
    fill: #1d1e23;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.footer-social-link.linkedin {
    height: 3rem;
    left: 6px;
    top: 8px;
    width: 3rem;
}

.footer-social-link.codepen {
    height: 3.5rem;
    left: 71px;
    top: -4px;
    width: 3.5rem;
}

.footer-social-link.github {
    height: 3.5rem;
    left: 144px;
    top: 1px;
    width: 3.5rem;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-links {
    background-color: #1d1e23;
    padding: 0 30px;
    text-align: center;
}

.footer-links a {
    color: white;
    font-family: 'dl-prim-font';

}

.footer-links-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    max-width: 60vw;
}

.footer-links-wrapper p {
    font-size: 0.9rem;
}

.footer-links-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}


@media only screen and (max-width: 550px){
    .footer-social-links-container {
        max-width: 95vw;
    }
    .footer-links-wrapper {
        max-width: 90vw;
    }
}