/*----------------------------
------- footer starts ----------
------------------------------*/

.footer {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url(../img/bg.png);
    background-position: -1000px 0px;
    color: white;
}

.footer .title {
    padding-top: 50px;
    padding-left: 20px;
}

.footer .links {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-top: 30px;
}

.footer .links .link {
    text-decoration: none;
    color: white;
    margin-top: 5px;
}

.footer .address {
    width: 80%;
    margin-top: 30px;
    margin-left: 5%;
}

.footer #goblin {
    position: absolute;
    width: 95vw;
    bottom: 0px;
}

.footer .copy {
    width: 100%;
    position: absolute;
    font-weight: 400;
    bottom: 10px;
    text-align: center;
}



@media only screen and (min-width: 768px) {

    /*----------------------------
    ------- footer starts ----------
    ------------------------------*/

    .footer {
        display: flex;
        background-position: -350px 0px;
    }

    .footer .social {
        width: auto;
    }

    .footer .social .title {
        width: 500px;
        font-size: 45px;
        padding-left: 40px;
    }

    .footer .social .icons {
        margin-left: 25px;
    }

    .footer .links {
        margin-top: 65px;
        width: 500px;
    }

    .footer .links .useful {
        font-size: 25px;
    }

    .footer #goblin {
        width: 40vw;
        margin-left: 30%;
    }

    .footer .address {
        margin-top: 65px;
        font-size: 20px;
    }



}