/* footer section */
div#footer{
    height: 200px
}

div#footer-row{
    padding-left:40px;
}

@media (max-width: 767px) { 
    div#footer{
        height: 300px
    }
}