/* Add here all your CSS customizations */
#header .header-logo img {
	top: 5px;
}

#footer .footer-logo img {
	left: -10px;
}

#footer.footer-reveal {
	height: 440px !important;
}

.custom-fontsize-7-bold {
    font-weight:600 !important;
}

/* Responsive */
@media (min-width: 992px) {
	#header .header-body {
		height: 84px !important;
	}
}
