/* =========================================================
   SPECIFIC ACTION: JACO STORY PRESENTATION
   =========================================================
   Purpose:
   - Keep the same reading structure as About/Projects/Wanted.
   - Use the supplied Jaco image as the page background.
*/

body.jaco-page-body {
  background-color: #111;
  background-image: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.54)), url('../img/jaco.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.jaco-page {
  position: relative;
  z-index: 1;
}

.jaco-page .about-section p {
  text-shadow: 0 2px 8px rgba(0,0,0,.75);
}
