/* 
	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-05-26  PBaldwin  > Updated src for background image after moving css to its own folder.
*/
 
body, html {
  height: 100%;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif
}

.bgimg {
  background-position: center;
  background-size: cover;
  background-image: url("../images/fedex-linehaul-doubles.jpg");
  min-height: 50%;
}

.menu {
  display: none;
}

@media screen and (min-width: 1024px) {
	.scale-width {
		width: 700px;
		margin: auto;
	}
}