/* ============================================================
   work.css
   Styles specific to the "Work" page.
   (Shared inner-page styles live in assets/css/inner.css; the
   portfolio, technologies, and testimonials styling is global
   in assets/css/style.css.)
   ============================================================ */

/* Banner background image for this page.
   Drop your image at assets/images/banner/work.jpg (or change the path). */
.page-banner {
    background-image: url('../images/banner/work.jpg');
}
