body { background: repeat url("../images/greyscale_natural_grunge3.jpg"); 
	font: 9pt Arial, Helvetica, sans-serif;  
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
}

.d-flex {
	display: flex;
}

.flex-items {
	flex-grow: 1;
}

.small-padding {
	padding: .375rem;
}

.top-small-padding {
	padding: .375rem 0;
}

@media only screen and (max-width: 600px) {
	.d-flex {
		flex-direction: column;
	}

	.small-padding, .top-small-padding {
		padding: 0;
	}

	img {
		width: 100% !important;
	}
}
