@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 {
        height: 420px;
    }

    .spector {
        margin-top: 235px;
        font-size: 1.1em;
    }
}

@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%;

    }

    .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;
        margin-top: 20px;
    }
    .high{
        height: 4%;
    }
.low{
    height: 2%;
}

    .img-div {
        width: 70%;
    }

    .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;
    }

    .address p {
        width: 100%;
        font-size: 1.3em;
    }
}

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

}


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




    .res-logo {
        height: 70px;
        top: 10px;
        width: 70px;
    }

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

    .home-div {
        height: 260px;
    }

    .hamburger {
        top: 40px;
    }

    .hamburger div {
        width: 1.3em;
    }

}



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


    .spector {
        font-size: 0.8em;
    }
    .data{
        border-bottom: solid 4px #000;
     }
     .high {
        border-right: solid 4px #000;
        height: 3%;
       
      }
      .low {
        border-right: solid 4px #000;
        height: 1.5%;
       
      }
}



@media only screen and (max-width: 280px) {
    .hamburger div {
        width: 1.3em;
    }


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

}