@media screen and (min-width: 0px) and (max-width: 700px) {
    
    body {
/*        background: orange;*/
    }
/*MENU*/    
    .Title_Bar {
     height: 120px;   
    }
    .Apps {
        top: 76px;
         left:0%;
        width: 25%;
    }
    .Web {
        top: 76px;
         left:25%;
        width: 25%;
    }
    .Design {
        top: 76px;
         left:50%;
        width: 25%;
    }
    .Contact {
        top: 76px;
         left:75%;
        width: 25%;
    }
    .ParrotLogo {
     left:48%;
    }
    
}

@media screen and (min-width: 0px) and (max-width: 530px) {
    body {
/*        background: orange;*/
    }
    .ParrotLogo {
     left:86%;
    }
    .Header_Title {
    top: -20px;
}
    .Sub_Header_Title {
        font-size: 26px;
        top: -40px;
    }
    
    .app_icon {
    margin-top: 160px;
}
    
    .app_icon {
    margin-top: 160px;
}
    
    .ad_title {
        margin-top: 160px;
    }
/*
    .Footer {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
    position: fixed;
    bottom: 0px;
}
*/
/*
    .Contact_Footer {
        width: 100%;
        text-align: center;
        align-content: center;
        margin-bottom: 80px;
    }
*/
/*
    .Copyright {
        width: 100%;
        margin: auto;
        align-content: center;
        text-align: center;
    }
*/
/*
    .Privacy_Policy {
        position: fixed;
        right: 10px;
        margin-bottom: 40px;
    }
*/
}
