/* 
	2022-04-13  PBaldwin    > Reduced min-height from 75% to 50%
	2023-03-24	PBaldwin	> Added class scale-width to improve text readability on large screens
	2023-10-24	PBaldwin	> Corrected error in path to background-image url.
	2023-10-25	PBaldwin	> Corrected error introduced into path to background-image url, after testing on 2023-10-24.
*/

body, html {
  height: 100%;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  background-color: white;
}

.bgimg {
  background-position: center;
  background-size: cover;
  background-image: url("../images/fedex-linehaul-doubles-2.jpg");
  min-height: 50%;
}

.menu {
  display: none;
}

.payroll-automation-image,
.driver-image {
	width:100%;
	padding-top: 2em;
	margin: auto;
}

@media screen and (min-width: 1024px) {
	.scale-width {
		width: 700px;
		margin: auto;
	}
}