/* California font-face */
@font-face {
	font-family: 'ca';
	font-style: normal;
	src: url("../fonts/penitentiary-gothic-fill/Penitentiary Gothic Fill.eot");
	src: url("../fonts/penitentiary-gothic-fill/Penitentiary Gothic Fill.eot?#iefix") format("embedded-opentype"),
		url("../fonts/penitentiary-gothic-fill/Penitentiary Gothic Fill.woff2") format("woff2"),
		url("../fonts/penitentiary-gothic-fill/Penitentiary Gothic Fill.woff") format("woff"),
		url("../fonts/penitentiary-gothic-fill/E-phemera - Penitentiary Gothic Fill.ttf") format("truetype"),
		url("../fonts/penitentiary-gothic-fill/Penitentiary Gothic Fill.svg#Penitentiary Gothic Fill") format("svg");
}

.license-display {
	background-image: url('/images/blank_plate.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 7rem;
	line-height: 1;
	padding-top: 2rem;
}

.license-display.ca {
	font-family: 'ca';
	color: navy;
	font-size: 3.5rem;
}
