.gCopyright {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: #ffffff;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 5vh;
}

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

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