.header-logo a:hover {
	text-decoration: none !important;
}

@media only screen and (min-width: 1200px) {
	.header-logo {
		width:350px !important;
	}	
	
	.logo {
		display: inline;
		font-size: 32px;
		font-variant: small-caps;
		letter-spacing: .74px;
		position: relative;
		top: 8px;
		padding-left: 15px;
		color: #161109;
	}

	.logo b {
		font-weight: 600;
	}
}

@media only screen and (max-width: 1200px) {
	.logo {
		display: none !important;
	}
}