/* Photo layer: photographs with a dark overlay so text stays crisp. If a photo is missing the area falls back to solid charcoal. */
.hero{
  background-image:linear-gradient(90deg,rgba(14,16,20,.93) 0%,rgba(14,16,20,.78) 38%,rgba(14,16,20,.30) 72%,rgba(14,16,20,.18) 100%),url("../images/photos/afc-hero.jpg");
  background-size:cover;background-position:center 58%;background-repeat:no-repeat;
}
.page-head{
  background-image:linear-gradient(90deg,rgba(14,16,20,.94) 0%,rgba(14,16,20,.80) 55%,rgba(14,16,20,.62) 100%),url("../images/photos/afc-meeting.jpg");
  background-size:cover;background-position:center 40%;background-repeat:no-repeat;
}
.page-head.ph-bookkeeping{background-image:linear-gradient(90deg,rgba(14,16,20,.94) 0%,rgba(14,16,20,.78) 55%,rgba(14,16,20,.55) 100%),url("../images/photos/afc-desk-wide.jpg");background-position:center 62%}
.page-head.ph-payroll{background-image:linear-gradient(90deg,rgba(14,16,20,.94) 0%,rgba(14,16,20,.78) 55%,rgba(14,16,20,.55) 100%),url("../images/photos/afc-meeting.jpg");background-position:center 55%}
.page-head.ph-accounts{background-image:linear-gradient(90deg,rgba(14,16,20,.94) 0%,rgba(14,16,20,.78) 55%,rgba(14,16,20,.55) 100%),url("../images/photos/afc-office.jpg");background-position:center 45%}
.page-head.ph-selfassessment{background-image:linear-gradient(90deg,rgba(14,16,20,.94) 0%,rgba(14,16,20,.78) 55%,rgba(14,16,20,.55) 100%),url("../images/photos/afc-desk-wide.jpg");background-position:center 30%}
.page-head.ph-formation{background-image:linear-gradient(90deg,rgba(14,16,20,.94) 0%,rgba(14,16,20,.78) 55%,rgba(14,16,20,.55) 100%),url("../images/photos/afc-hero.jpg");background-position:center 40%}
.page-head.ph-advisory{background-image:linear-gradient(90deg,rgba(14,16,20,.94) 0%,rgba(14,16,20,.78) 55%,rgba(14,16,20,.55) 100%),url("../images/photos/afc-hero.jpg");background-position:center 65%}
.cta{
  background-image:linear-gradient(rgba(14,16,20,.80),rgba(14,16,20,.86)),url("../images/photos/afc-hero.jpg");
  background-size:cover;background-position:center 80%;background-repeat:no-repeat;
}
.split-media{background-image:url("../images/photos/afc-desk.jpg");background-size:cover;background-position:center 60%}
@media (max-width:720px){
  .hero{background-image:linear-gradient(180deg,rgba(14,16,20,.86) 0%,rgba(14,16,20,.72) 100%),url("../images/photos/afc-hero.jpg");background-position:60% center}
}