@charset "UTF-8";
/* CSS Document */

#nav-header {
	background-color: var(--act-primary-dark);
	width: 100%;
	z-index: 99;
    position: relative;
}

#navbar {
	padding: 10px;
	gap: 10px;
}

#site-logo img {
	height: 60px;
	width: 100%;
	object-fit: contain;
}

a.logo {
	line-height: 0;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
    
}