 @media only screen and (min-width: 0px){

   

    .header{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
    
    }

    .header div{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .row-4-links{
        display: flex;
        flex-direction: column;
    }

    .bottom-bar-row-2{
        display: flex;
        flex-direction: column;
        height: 300px;
        width: 90%;
        margin-bottom: 45vh;
    }

    .bottom-bar-row-2{
        margin-left: 10%;
    }

    .bottom-icons, .bottom-icons-2{
        font-size: 12px;
    }


    .discover-more button{
        width: 200px;
    }

    .build-your button{
        width: 200px;
    }

    .bottom-bar-row-4{
        margin-bottom: 415px;
    }

  


  

    

    /* .end{
        width: 375px;
        background-color: red;
    } */


}



@media only screen and (min-width: 768px){

    


    .row-4-links{
        display: flex;
        flex-direction: row;
    }

    .bottom-bar-row-2{
        display: flex;
        flex-direction: row;
        height: 300px;
        width: 90%;
        justify-content: center;
    }


    .bottom-bar-row-2{
        margin-bottom: 10vh;
    }


    .bottom-bar-row-2 div{
        width: 30%;
    }


    .bottom-icons, .bottom-icons-2{
        font-size: 14px;
    }


    .discover-more button{
        width: 420px;
    }

    .build-your button{
        width: 420px;
    }

    .bottom-bar-row-4{
        margin-bottom: 50px;
    }
    


    .end{
        width: 768px;
    }



    
} 



@media only screen and (min-width: 1000px){

    .header{
        /*border: 1px solid red;*/
        width: 80%;
        display: flex;
        flex-direction: row;
        height: 100px;
        justify-content: space-between;
        align-items: center;
        padding-left: 120px;
        padding-right: 80px;
    
    }

    .header div{}

    .down-arrow{
        opacity: 0;
    }


    .end{
        width: 1000px;
    }

    
}