/* project.css */
.hero--project{background-image:url('/assets/images/hero/project_hero.jpg');background-size:cover;background-position:center}
.hero--project::before{display:none}
.hero--project h1{position:relative;z-index:1;color:#222;text-shadow:none}

.layout__body{min-height:325px}

@media (max-width: 600px){
.layout__body{min-height:auto}
}
