@media (max-width:800px) {

    #menuicons{
        display: inline;
    }
    .home-img:after, .home-img:before{
        display: none;
    }
    .home-img img{
        min-height: 170px;
        min-width: 170px;
        border-radius: 85px;

    }
    .home-img{
        height: 170px;
        margin-bottom: 30px;
        text-align: center;
        flex: 100%;
        margin-left: 0px;
    }

    .menu{
        display: block;
        z-index: 9999999;
    }
    nav ul{
        background-color:rgba(255, 254, 254, 1) ;
        position: absolute;
        right: -110%;
        top: 10px;
        width: 100% ;
        height: 100%;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        padding-top: 70px;
        transition: all 0.5s ease-out;

    }
    nav ul li{
        margin:15px;
        padding:5px;
        text-align: left;
        align-items: center;
        font-size: 20px;
      }

    nav{
        padding-inline: 8px;
    }
    .home-intro{
        padding-left: 20px;
        flex: 100%;
        text-align: center;
    }
    .row{
        padding-top: 15px;
    }

}