/****** PLACE YOUR CUSTOM STYLES HERE ******/

/* Logo twice the size, fix hamburger */
@media(min-width: 375px) {
	.nav-container nav:not(.fixed) .nav-bar { height: 110px; max-height: 110px; line-height: 108px; }
	.nav-container nav:not(.fixed) .nav-bar > .module.left { height: 110px; }
	.nav-container nav:not(.fixed) .nav-bar > .module.left a { height: 110px; }
	.nav-container nav:not(.fixed) .nav-bar .module.mobile-toggle { margin-top: 28px; border-bottom: 1px solid rgb(204, 204, 204)!important; }
}

/* Hide right menu intended for mobile only */
@media(min-width: 991px) {
	.nav-container nav:not(.fixed) .nav-bar > .module-group.right { display: none !important; }
}

/* Fix back to top */
@media(max-width: 991px) {
	.back-to-top { bottom:-60px; }
}

/* Fix contact logo */
#contact-logo .background-image-holder { background-size: contain!important; background-position: top center!important; background-repeat: no-repeat!important; }
@media (max-width: 990px) {
	#contact-logo .image { height: 50vw; }
}

/* Fix contact map overflowing to content */
div.map-holder iframe { position: static!important; height: 100%; }
