.top-nav {
	position: relative;
	padding: 1.3em 6em 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top-nav a img{
	width: 120px;
	position: absolute;
}

/* Responsive Mode */
@media (max-width: 1920px) {
	.top-nav a img{width: 100px;}
}

@media (max-width: 800px) {
	.top-nav {
		padding: 0;
		height: 100px;
		background-size: cover;
	}

	.top-nav a {
	  display: flex;
	  height: 100%;
	  align-items: center;
	  justify-content: center;
	}

	.top-nav a img {
	  width: 60px;
	  height: auto;
	  position: relative;
	}
}