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

#nav-header {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	/*z-index: 100;
	position: sticky;
	top: 0;*/
	background-color: var(--white);
}

#navbar {
	justify-content: space-between;
	padding: 15px 20px;
}

#site-logo img {
	max-height: 50px;
}

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

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