.vehicle-top-image {
	background-position: center center;
	background-size: cover;
	height: 450px;
}
.vehicle-top-image-50 {
	background-position: center center;
	background-size: cover;
	height: 225px;
}

.nav-link {
	font-size: 1.2em;
}
.rounded-circle, .rounded-circle-gone {
	transition: 0.3s linear all;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.2; }
}