.gCopyright {
	font-size: 0.8em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: #ffffff;
	color: #000000;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	min-height: 6em;
}

.gCopyright img {
	border: none;
	height: 6em;
	width: auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimizeQuality;
}

.gCopyright a {
	color: #095797;
	text-decoration: none;
	padding: 0.2em;
  white-space: nowrap;
}
