footer {
    background: #333;
    color: #fff;
    padding: 50px;
}

footer .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.copy {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.foot2d {
    width: 100%;
}

.foot2d a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.foot2d a:hover {
    color: #fff;
}

.footerlinks a {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    line-height: 0%;
}

.footerlinks a:hover {
    color: #fff;
}

/*..................................FOOTER Not Mobile.....................................*/


@media (min-width:768px) {
    .copy {
        text-align: left;
    }
    
    .foot2d {
        width: 30%;
        position: absolute:
    }
}