@media screen and (max-width:767px){
    header{
        top: 0;
        left: 0;
        right: 0;
    }
    header ul{
        text-align: center;
    }
    .left-quote {
        position: absolute;
        top: -13px;
        left: -15px;
    }
    p{
        font-size: 14px;
    }
    .inner-section{
        padding-top:20px;
        padding-bottom: 20px;
    }
    header ul li a{
        font-size: 12px;
    }
    header ul li{
        margin:5px;
    }
    .about-content{
        padding:15px;
    }
    #about{
        background:#0d4034;
        padding-top: 50px;
    }

    #home{
        height: 100%;
    }
}