
.hero {
    background: url('../img/hero.jpg') no-repeat center center;
    background-size: cover;
    height: 70vh;
    position: relative;
}
.hero-overlay {
    background-color: rgba(0,0,0,0.5);
}
