.btn-sm {
	font-size: 12px;
}
	
#site-navigation .navbar-brand img {
	width: 217px;
    height: 60px;
}

@media screen and (max-width: 920px) {
  #site-navigation .navbar-brand img {
	width: 181px;
    height: 50px;
  }
}

/* MyDVG Button 3/9/26 -DJB */
/* Hide the white image by default */
.btn-hover-swap .img-white {
    display: none;
}

/* On hover: Hide the color image, show the white image */
.btn-hover-swap:hover .img-color {
    display: none;
}

.btn-hover-swap:hover .img-white {
    display: inline-block;
}