/* for laptop */
@media only screen and (max-width: 1238px) {

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 65vw;
    }
}

@media only screen and (max-width: 1020px) {

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 60vw;
    }
}

@media only screen and (max-width: 920px) {

    /* small heading */
    .header-sec {
        font-size: 70px;
    }

    /* small height of thanks sec */
    .thanks-sec {
        height: 260px;
    }

    /* small thanks */
    .thanks {
        font-size: 65px;
        padding-top: 30px;
    }

    /* increase distance of copyright and contact*/
    .copyright-title {
        padding-top: 45px;
    }

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 55vw;
    }
}


/* for tablet */

@media only screen and (max-width: 810px) {

    /* small height of thanks sec */
    .thanks-sec {
        height: 230px;
    }

    /* small thanks */
    .thanks {
        font-size: 55px;
        padding-top: 30px;
    }

    /* contact small */
    .contact-sec {
        font-size: 18px;
    }

    .contact-link {
        font-size: 20px;
    }

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 50vw;
    }
}

@media only screen and (max-width: 720px) {

    footer {
        height: 180px;
    }

    .contact-sec {
        font-size: 20px;
        padding-top: 60px;
    }

    /* increase distance of copyright and contact*/
    .copyright-title {
        padding-top: 60px;
    }

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 40vw;
    }
}

@media only screen and (max-width: 680px) {
    footer {
        height: 160px;
    }

    /* make contact smaller */
    .contact-sec {
        font-size: 16px;
        padding-top: 30px;
    }

    /* smaller copyright */
    .copyright-title {
        font-size: 12px;
        padding-top: 40px;
    }

}

@media only screen and (max-width: 630px) {
    .header-sec {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 630px) {
    .header-sec {
        font-size: 60px;
        padding-left: 30px;
    }

    /* small height of thanks sec */
    .thanks-sec {
        height: 200px;
    }

    /* small thanks */
    .thanks {
        font-size: 45px;
        padding-top: 30px;
    }

    .line {
        height: 100px;
    }
}

@media only screen and (max-width: 552px) {
    .contact-sec {
        font-size: 14px;
    }

    .github-link {
        left: 30vw;
    }
}

/* mobile */
@media only screen and (max-width: 464px) {
    .header-sec {
        font-size: 55px;
        padding-left: 20px;
    }

    /* small thanks */
    .thanks {
        font-size: 40px;
        padding-top: 30px;
    }

    /* make contact smaller */
    .contact-sec {
        font-size: 14px;
        padding-top: 30px;
    }

    .contact-title {
        padding: 20px 20px 0 20px;
    }

    .contact-link {
        font-size: 16px;
    }

    .copyright-title {
        font-size: 12px;
        padding-left: 10px;
    }

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 20vw;
    }
}

@media only screen and (max-width: 425px) {
    .header-sec {
        font-size: 55px;
        padding-left: 10px;
    }

    footer {
        height: 200px;
    }

    .contact-title {
        padding: 30px 30px 0 30px;
    }
    #copyright {
        display: block;
    }
}

@media only screen and (max-width: 379px) {
    .header-sec {
        padding-left: 5px;
    }

    /* small thanks */
    .thanks {
        font-size: 35px;
    }

    .copyright-title {
        padding-top: 20px;
    }

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 16vw;

    }
}

@media only screen and (max-width: 355px) {
    footer {
        height: 180px;
    }

    /* less distan of copyright and git hub icon */
    .github-link {
        left: 6vw;
    }
}


@media only screen and (max-width: 320px) {
    /* small thanks */
    .thanks {
        font-size: 30px;
    }
    /* less distan of copyright and git hub icon */
    .github-link {
        left: 2vw;
    }
    .contact-title {
        padding: 0px 20px 0 20px;
    }
}