@media (max-width: 1022px) {

   /* Navbar Styles */

    nav {
        height: 6.5vh;
    }

    .navicon {
        display: block;
    }

    .respnavbar {
        display: block;
    }

    .responsivediv {
        display: flex;
        position: absolute;
        top: 25%;
        right: 3%;
    }

    .navlinks {
        display: block;
    }

    .navlink {
        display: none;
    }

    /* The info box below the Navbar */

    .infobartext {
        flex-direction: column;
    }

    /* Main page - 1 -> iPhone 14 Pro */

    .mainpage1 {
        background-image: url("../img/hero_iphone14pro_spring__9xo85pm6sbmm_small.jpg");
        height: 515px;
    }
    .rwiniciologo {
        display: none;
    }

    .mp1-title1 {
        font-size: 32px;
    }

    .mp1-title2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .mainpagelink {
        font-size: 16px;
    }

    /* Main page - 2 -> iPhone 14 */

    .mainpage2 {
        background-image: url("../img/homecc1_small.jpg");
        height: 550px;
    }

    /* Main page - 3 -> Apple watch */

    .mainpage3 {
        background-image: url("../img/mt1_small.jpg");
        height: 545px;
    }

    /* Main page - 4 -> grid items */

    .grid-item {
        flex-basis: 100%;
        margin: 0px;
    }

    .promo1 {
        background-image: url("../img/Sh1_small.jpg");
        height: 490px;
    }

    /* .promo2 {
        background-image: url("https://www.apple.com/v/home/az/images/promos/wwdc23-announce/promo_wwdc23__b68ptht3mro2_medium.jpg");
    } */

    .promo3 {

        height: 590px;
    }

    .promo4 {
        background-image: url("../img/bellabotpro_medieum.jpg");
        height: 500px;
    }

    .promo6 {
        background-image: url("../img/holabotpromohome_small.jpg");
    }
}