/* 
	2022-04-13  PBaldwin    > Reduced min-height from 90% to 60%
    2023-11-02  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-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/ifta-grayscale.jpg");
  min-height: 60%;
}