@import 'styles.css';

#about-us-hero {
	background: url(/assets/images/hero-truck-2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: right;
    height: 50vh;
}

#about-us-hero h1 {
	font-family:  'Optima Bold';
	text-align: center;
	top: 25%;
    position: absolute;
    margin: 0;
    width: -webkit-fill-available;
    color: #000;
    font-size: 4em;
}

#about-us h4, #about-us h5 {
	line-height: 30px;
}

#about-us-page .keystones {
	background-color: #E1E0E0;
}

#about-us-page .keystones h1 {
	padding-bottom: 40px;
}

#about-us-page .keystones .row {
	padding-bottom: 30px;
}

#about-us-page #tom-davis {
	margin-top: 50px;
	align-items: center;
}

#about-us-page #tom-davis .tom-davis-content {
	text-align: center;
	margin-top:  20px;
}

@media (min-width: 768px) {
	#about-us-page #tom-davis .tom-davis-content {
		text-align: left;
		margin-top:  0;
	}
}