/* Enter Your Custom CSS Here */

.custom-logo {
	max-width: 200px;
}

@media only screen and (max-width: 4000px) {
	.custom-logo {
		max-width: 350px;
	}
}

@media only screen and (max-width: 1400px) {
	.custom-logo {
		max-width: 200px;
	}
}

@media only screen and (max-width: 1200px) {
	.custom-logo {
		max-width: 150px;
	}
}

@media only screen and (max-width: 1024px) {
.custom-logo {
		max-width: 250px;
	}
}

@media only screen and (max-width: 500px) {
.custom-logo {
		max-width: 200px;
	}
}

@media only screen and (max-width: 375px) {
.custom-logo {
		max-width: 175px;
	}
}

.sticky-nav #masthead {
	background-color:#CDCDCD;
}