.hero {
    padding-bottom: 100px;
}

.hero-text {
    /* font-size: 4.75em; */
    font-size: 8vw;
}

.about-picture {
    padding: 30px;
}

.about-cars-section {
    padding-top: 200px;
    padding-bottom: 50px;
}

.about-casa-section {
    padding-top: 100px;
    padding-bottom: 200px;    
}

.section-stories {
    padding-top: 100px;
    padding-bottom: 100px;    
}

.cac-hero-link {
    color: #fff;
    text-decoration: none;
    line-height: 0px;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.192);
	transition: 0.2s;
}

.overlay:hover {
	background-color: rgba(0, 0, 0, 0);
}

