@media only screen and (min-width: 1540px) {
    .sticky {
        padding-right: 800px;
    }
    .nav-div {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1340px) {
    body {
        font-size: 33px;
    }

    .nav-div {
        margin-top: 60px;
        width: 55%;
    }

    .sticky {
        margin-top: 0px;

    }

}

@media only screen and (max-width: 1280px) {
    body {
        font-size: 30px;
    }

    .nav-div {
        width: 55%
    }

    .sticky {
        margin-top: 0px;

    }
}

@media only screen and (max-width: 1100px) {
    .logo-div {
        width: 12%;
    }

    .nav-div {
        padding-bottom: 0;
    }

    .sticky {
        margin-top: 0px;

    }
}

@media only screen and (max-width: 1050px) {
    body {
        font-size: 30px;
    }

    .nav-div {
        margin-top: 65px;
        padding-left: 30px;
    }

    .sticky {
        margin-top: 0px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-div {
        background-size: 100% 84%;
    }
}

@media only screen and (max-width: 990px) {
    body {
        font-size: 27px;
    }

    .nav-div {
        margin-top: 84px;
        padding-left: 30px;
        width: 55%;

    }

    .sticky {
        margin-top: 0px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 900px) {
    body {
        font-size: 26px;
    }

    .nav-div {
        margin-top: 84px;
        padding-left: 30px;
        width: 55%;

    }

    .news-div {
        height: 150px;

    }

    .sticky {
        margin-top: 0px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 821px) {
    body {
        font-size: 25px;
    }

    .in-element {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-evenly;
        justify-self: center;
    }

    .img-div {
        width: 50%;
    }

    .all-text {
        width: 100%;
    }

    .res-logo {
        display: inline;
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 100px;
        top: 45px;
        right: 43%;
    }

    .nav-div {
        display: none;

    }

    .hamburger {
        display: block;

        top: 100px;
        left: 13%;

    }
    

    .contact-div {
        margin-top: 100px;
        width: 100%;
        height: 300px;
        background-image: url(../img/resposivecontact.png);
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact-head {
        padding: 0;
    }

    .address {
        display: flex;
        flex-direction: column;
        font-family: 'Roboto', sans-serif;
        font-size: 0.4em;
        font-weight: 900;
        width: 100%;
        color: #fff;
        align-items: center;
    }

    .reach {
        top: 240px;
        left: 12%;

    }

    .address p {
        width: 100%;
        font-size: 1.3em;
    }
    .contain{
        margin-top: -100px;
    }
}

@media only screen and (max-width: 700px) {
    .reach {
        font-size: 1em;

    }
    .desc{
        display: none;
    }
    .phone{
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .res-logo {
        height: 70px;
        top: 10px;
        width: 70px;
    }



    .reach {
        width: 50%;
        height: 206px;
        position: absolute;
        top: 145px;
        left: 13%;
        font-family: 'Neuropolitical', sans-serif;
        font-size: 0.9em;
        color: #fff;
    }

    .home-div {
        height: 340px;
    }

    .hamburger {
        top: 40px;
    }

    .hamburger div {
        width: 1.3em;
    }

    .news-subtitle {
        font-size: 0.23em;
    }

    .news-div {
        height: 135px;
        margin-left: -20px;
        width: 100%;
    }

    .news-title {
        font-size: 0.3em;
    }

}


@media only screen and (max-width: 500px) {
    .reach {
        font-size: 0.75em;
        left: 15%;
    }

    .news-text {
        padding: 0 15px;
    }

    .contain {
        border-bottom: solid 4px #000;
    }

    .high {
        border-right: solid 4px #000;

    }

    .low {
        border-right: solid 4px #000;

    }

    .news-read {

        font-size: 0.2em;
    }
}

@media only screen and (max-width: 400px) {
    .reach {
        font-size: 0.7em;
        left: 13%;
    }
}

@media only screen and (max-width: 300px) {

    .hamburger div {
        width: 1.3em;
    }
    .reach {
        font-size: 0.6em;
        left: 13%;
    }


    .res-logo {
        height: 60px;
        width: 60px;
        top: 20px;
    }
}