* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: Raleway, sans-serif;
}

footer {
    width: 100%;
    display: inline-block;
    margin: 2em 0;
    height: 70px;
    background-color: #a6a6a6;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}

    footer .copyright {
        width: 49%;
        float: left;
        color: #6d6d6d !important;
    }

    footer .copyright p {
        color: #6d6d6d !important;
        font-weight: bold;
    }

@media (max-width: 600px) {
    footer .copyright {
        width: 100%;
    }
}

footer .copyright p {
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    line-height: 70px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

@media (max-width: 600px) {
    footer .copyright p {
        text-align: center;
        padding: 7px;
        line-height: 81px;
    }
}

footer .social {
    width: 50%;
    float: right;
}

@media (max-width: 600px) {
    footer .social {
        width: 100%;
    }
}

footer .social a {
    float: left;
    line-height: 70px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-weight: bold;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

    footer .social a:hover {
        background-color: #222;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s;
    }

.linked {
    background-color: #1E83AE;
    font-size: 1.2em;
    width: 20%;
}

.face {
    background-color: #3D5B94;
    font-size: 1.2em;
    width: 20%;
}

.tweet {
    background-color: #3DACDD;
    font-size: 1.2em;
    width: 20%;
}

.support {
    background-color: #6dcd9a;
    font-size: 0.8em;
    width: 40%;
}











.boxFooter a {
    /*color: #fff !important;*/
    color: #6d6d6d !important;
    font-weight: bold;
}

.boxFooter {
    float: right;
    width: 100%;
    margin-right: -104%;
    padding: 0px;
    box-sizing: border-box;
    text-align: right;
}


@media (max-width: 1000px) {
    .boxFooter {
        margin-right: -109%;
    }
}

@media (max-width: 600px) {
    .boxFooter {
        margin-right: 0px;
        margin-top: -105px;
        text-align: center;
    }

        .boxFooter a {
            text-align: center;
            
        }
}

