@media screen and (min-width: 320px) {
    .aph_mobile_header_content {
        display: inline-block;
    }

    .aph_desktop_header_content{
        display: none;
        transition: transform 0.5s ease-in;
    }
    .mobile_header_content-logo img{
        width: 39px;
        height: 45px;
    }
    body {
        overflow-x: hidden !important;
    }    
    div.aph_row_01{
        background-repeat: no-repeat !important;
        background-image: url(../images/pexels-photo-2510428-640w.jpeg);
        background-size: cover !important;
    }
    .aph_row_01{
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .m-font-size-38{
        font-size: 38px;
    }
}

@media screen and (min-width: 1024px) {
    .aph_mobile_header_content {
        display: inline-block;
        transition: transform 0.5s ease-in;
    }
    .aph_desktop_header_content{
        display: none;
        transition: transform 0.5s ease-in;
    }
    div.aph_row_01{
        background-repeat: no-repeat !important;
        background-image: url(../images/pexels-photo-821749-2880w.jpeg) !important;
        background-size: cover !important;
    }
    .aph_header_logo{
        width: 350px;
        height: 42px;
    }
    #aphheader ul li a{
        padding: 10px 0px;
    }
    ul.aph_nav_menu li:nth-child(3), ul.aph_nav_menu li:nth-child(3) a {
        padding-left: 0px;
        padding-right: 0px;
        width: 28%;
    }
    #aphheader ul li a{
        font-size: 20px;
    }
    .aph_row_01 {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .m-font-size-48 {
        font-size: 48px;
    }
}

@media screen and (min-width: 1200px) {
    ul.aph_nav_menu li:nth-child(3), ul.aph_nav_menu li:nth-child(3) a {
        padding-left: 0px;
        padding-right: 0px;
        width: 28%;
    }
    #aphheader ul li a{
        font-size: 24px;
    }
    .aph_mobile_header_content {
        display: none;
    }

    .aph_desktop_header_content{
        display: flex;
        transition: transform 0.5s ease-in;
    }
    
}

@media screen and (min-width: 1400px) { 
    #aphheader ul li a{
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   #aph_mobile_header .mobile_header_hamburger-lines #menu{
        width: 72vw;
        transition: transform .3s linear;
    }
}