.scrollDown{
    display: none;
}

#hero {
    width: 100%;
    height: 80%;
    background-image: url(/img/hero.jpg);
    background-size: cover;
}

.overlay {
    position: absolute;
    height: 80%;
    width: 100%;
    background: rgba(255,255,255,0.6);
}