@media only screen and (max-width: 900px) {

    .linkWrapper {
        display: block;
        width: 115px;
        height: 100px;
        margin-top: 10vh;
        transform: translate(0, -50%);
    }
    .title {
        height: 30vh;
    }
    .title h2 {
        font-size: 12vw;
        top: 40%;
    }
    .title h4 {
        font-size: 7vw;
    }
    .titleText {
        width: 70%;
        height: 60vh;
        line-height: 6vw;
        
    }
    #timeline {
        margin-top: 15vw;
    }
    .mob {
        display: block;
    }
    .tl {
        height: 60vw;
    }

}


@media only screen and (max-width: 700px) {


    .mainDiv{
        height: 100vh;
    }

    .main {
        width: 160vw;
        transform: translate(-30vw, -50%);
    }
    .title {
        height: 30vh;
    }
    
    .title h2 {
        font-size: 14vw;
        top: 40%;
    }
    .title h4 {
        font-size: 8vw;
    }

    .titleText {
        width: 80%;
        font-size: 7vw;
        line-height: 10vw;
    }

    .mob {
        display: block;
    }

    footer {
        height: 25vh;
        display: block;
    }
    .copyright {
        width: max-content;
        height: max-content;
        margin-left: 47.5%;
        margin-top: 10vh;
        transform: translate(-52.5%, -50%);
    }
    .linkWrapper {
        width: 234px;
        height: 50px;
        margin-top: 4vh;
        margin-left: 50%;
        transform: translate(-55%, -50%);
    }
    .tl {
        height: 110vw;
    }
}


@media only screen and (max-width: 500px) {

    .big {
        display: none;
    }
    h3 {
        display: block;
        font-size: 7vw;
        position: relative;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        font-weight: 300;
        letter-spacing: 2.5px;
    }
}