@media screen and (max-width: 1024px) {
    h1
    {
        font-size: 144px;
    }
    h2
    {
        font-size: 66px;
    }
    h3
    {
        font-size: 76px;
    }
    h4
    {
        font-size: 54px;
    }
    .content
    {
        font-size: 40px;
    }
    .banner
    {
        height: 1000px;
    }
    .technologies img
    {
        width: 50px;
        height: 50px;
    }
    .menu
    {
        flex-direction: column;
        align-items: center;
    }
    .menuItem{
        padding: 10px;
        width: 100%;
        font-size: 72px;
    }
    #imgABm
    {
        margin-top: 125px;
        margin-right: 10px;
    }
    #imgABLP
    {
        margin-top: 225px;
        margin-left: 10px;
    }
    .contact
    {
        font-size: 38px;
    }
    .footer
    {
        font-size: 33px;
    }
    .menuItem:hover
    {
        border: 0px solid white;
        border-radius: 20px;
        color: white;
        cursor: pointer;
    }
}