@media only screen and (max-width: 1200px) {
    .hsocials{
        justify-content: center;
    }
    .homedrop{
        margin-left: 0px;
    }
    .pagesdrop{
        margin-left: 0px;
    }
    .john{
        position: unset;
    }
    .john h6{
        font-size: 20px;
    }
    .blacktext{
        padding-top: 0px;
    }
}


@media only screen and (max-width: 1000px) {
    .banner{
        margin-top: 84px;
    }
    .hsocials{
        display: none;
    }
    .firstnav{
        display: none;
    }
    .secondnav{
        display: none;
    }
    .burgerrow{
        display: flex;
        justify-content: flex-end;
    }
    .options{
        display: none;
    }
    .slide1{
        display: flex;
        justify-content: center;
    }
    .slidertext1{
        margin-left: 0px;
        text-align: center;
    }
    .slidertext1 hr{
        width: 100%;
    }
    .slidertext1 h3{
        font-size: 30px;
    }
    .slide3{
        justify-content: center;
    }
    .slidertext3{
        margin-left: 0px;
        text-align: center;
    }
    .slidertext3 hr{
        width: 100%;
    }
    .slidertext3 h3{
        font-size: 30px;
    }
    .up{
        display: none;
    }
}

@media only screen and (max-width: 905px) {
    .slide2 h2{
        font-size: 50px;
    }
    .slide2 p{
        font-size: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .info{
        align-items: center;
        flex-direction: column;
    }
    .mymail{
        display: none;
    }
    .myphone{
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .featureimg{
        width: 98%;
    }
}