@media (min-width:320px) and (max-width:500px){
   header{
    width: 100%;
    justify-content: space-between;
} 
.logo{
    margin-right: 50px;
}
.nav_links li a{
    font-size: 14px;
}
.social a {
    color:white;
}
.social a:hover{
    background-color:green;
        
}


    .products,.recipes{
        flex-direction:column; 
        align-items:center;
    } 
    .inner-homepage{
        flex-direction:column; 
        align-items:center;
        width: 90%;
    }
    .child-homepage{
        flex-basis: 100%;
    }
    .child-homepage h1{
        font-size:2.3rem;
    }
    .child-homepage button{
        margin-bottom: 10px;
        font-size: 12px;
    }
    .child-homepage-img{
        width: 70%;
        position: absolute;
        left: 10%;
    }
    .items-three{
        flex-direction: column;
    }
    .items-three img{
        width: 70%;
    }
    .recipes p{
        width: 80%;
        text-align: center;
        line-height: 2;
    }

    /* Menu Bar */

#menu_bar{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 17px;
    right: 30px;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.nav_links{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left:0;
    background-color:#ce6597;
    width: 100%;
}
.nav_links li a{
    padding: 10px 20px;
    display: block;
}

/* Menu Bar */



}
