/* === Body === */

.main-logo {
	width: auto;
	height: 40px;
	max-width: 430px !important;
	max-height: 80px !important;
}
	:root {
		--header-default-height: 75px;
	}
	.no-js .navbar-sticky {
		transform: translateY(0);
		opacity: 1;
	}
	.no-js main {
		margin-top: var(--header-default-height);
	}
		@media (min-width: 1200px) {
		.container {
			max-width: 1200px;
		}
	}


/* === Header === */
/* ... */

/* === Footer === */