main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1440px;
    height: 2000px;
}

/* hero image */

.hero-mobile {
    display: none;
}

.hero {
    position: relative;
    margin-top: 40px;
    width: 1440px;
    height: 550px;
    background-image: url(./assets/voedselbank-hero.png);
    background-size: cover;
    background-position-y: -80px;
    color:white;
}

.hero h1 {
    font-size: 58px;
}

.hero span {
    font-size: 24px;
}

.hero p {
    font-size: 20px;
}

.hero-overlay {
    position: absolute;
    width: 1440px;
    height: 550px;
    padding-top: 150px;
    padding-left: 80px;
    text-shadow: 0px 0px 4px #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.heromargintop{
    margin-top: 140px;
}

/* buttons */

.btns {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 1440px;
    height: 100px;
}

.btns-mobile {
    display: none;
}

.btn {
    width: 452px;
    height: 70px;
    border: none;
    background-color: #ee7402b0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 10px 20px -5px rgba(149, 162, 233, 0.468);
}

.btn:hover {
    cursor: pointer;
    background-color: #74c365;
}

.main__text {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    height: 300px;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 27px;
    width: 452px;
    height: 280px;
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 20px -5px rgba(149, 162, 233, 0.2);
}

/* Nieuwsfeed */

.nieuwsfeed__recent-article{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1440px;
    margin-top: 70px;
}

.nieuwsfeed__recent-article h1 {
    font-size: 50px;
}

.nieuwsfeed__video {
    display: flex; 
    width: 1440px;
    justify-content: space-around;
    align-items: center;
    margin-top: 70px;
}

.nieuwsfeed__video p {
    width: 660px;
    margin-top: 20px;
    font-size: 14px;
}


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

    main {
        width: 790px;
        height: 3000px;
    }

    .hero-mobile {
        display: flex;
        width: 480px;
        height: 300px;
        background-image: url(/assets/mobile-hero.jpg);
        background-size: cover ;
        margin-top: 30px;
    }

    .hero-mobile-overlay {
        height: 300px;
        color: white;
        padding: 50px;
        width: 780px; 
        background-color: #0000008e;
    }

    .hero {
        display: none;
       } 
    
       .btns {
        display: none;
       }
    
       .main__text {
        display: none;
       }

       .btns-mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 650px;
        height: 1300px;
        margin-top: 70px;
       }

       
   .nieuwsfeed__recent-article{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 470px;
    margin-top: 70px;
}

.nieuwsfeed__recent-article iframe {
    width: 470px;
}

.nieuwsfeed__recent-article h1 {
    font-size: 32px;
}

.nieuwsfeed__video {
    display: flex; 
    flex-direction: column;
    width: 470px;
    align-items: center;
    margin-top: 70px;
}

.nieuwsfeed__video-text {
    margin-bottom: 40px;
}

.nieuwsfeed__video p {
    width: 460px;
    margin-top: 20px;
    font-size: 14px;
}
}

@media only screen 
and (min-width : 650px) 
and (max-width: 1424px) {


    body {
        overflow-x: hidden;
    }

    nav {
        display: none;
        height: 75px;
        width: 790px;
        position: relative;
    }

    .nav-items {
        display: none;
    }
    .doneer-btn {display: none;}

    .mobile-nav.active {
        display: flex;
    }

    .nav-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        height: 70px;
    }

    .mobile-nav-items {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 300px;
        width: 200px;
        margin-top: 50px;
    }

    .mobile-nav-items li:hover {
        cursor: pointer;

        color: orange;
    }

    .ri-menu-line {
        display: flex;
        font-size: 20px;
    }

    .ri-close-line {
        display: flex;
    }

    main {
        width: 790px;
        height: 3000px;
    }

    .hero-mobile {
        display: flex;
        width: 780px;
        height: 300px;
        background-image: url(/assets/mobile-hero.jpg);
        background-size: cover ;
        background-position-y: -600px;
        margin-top: 30px;
    }

    .hero-mobile-overlay {
        height: 300px;
        color: white;
        padding: 50px;
        width: 780px; 
        background-color: #0000008e;
    }

   .hero {
    display: none;
   } 

   .btns {
    display: none;
   }

   .main__text {
    display: none;
   }

   .btns-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 650px;
    height: 1300px;
    margin-top: 70px;
   }

   .nieuwsfeed__recent-article{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 800px;
    margin-top: 70px;
}

.nieuwsfeed__recent-article h1 {
    font-size: 32px;
}

.nieuwsfeed__video {
    display: flex; 
    flex-direction: column;
    width: 800px;
    align-items: center;
    margin-top: 70px;
}

.nieuwsfeed__video-text {
    margin-bottom: 40px;
}

.nieuwsfeed__video p {
    width: 660px;
    margin-top: 20px;
    font-size: 14px;
}

footer {
    height: 800px;
}


.footer-container {
    display: none;
}

.mobile-footer {
    display: flex;
    flex-direction: column;
}

.footer__logo-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.schiedam-mobile {
    display: flex;
    align-items:center;
    gap: 30px;
    margin-bottom: 20px
}

.footer__quick-links-mobile,
.footer__adress-mobile,
.footer__anbi-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 15px; 
    margin-top: 20px;
}


}
