/*
Logo colors:
.logo_red: #eb1615;
.logo_blue: #26467a;
.logo_gold: #968f49;
*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/intro-bg_1.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/*#header.header-scrolled, #header.header-fixed {
  background: #ffffff;
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}*/

#navmenu {padding-left:250px;}
#navbar_logo_container{position:fixed;top:5px;height:60px;}

.hero:before {
  background: color-mix(in srgb, var(--background-color), transparent 80%);
}

.hero-sign-up a {margin: 20px 0;}

#about_logos {display:none !important;}

.swiper-wrapper {margin-bottom:50px;}


#hero_logos > img {
	position: static;
	inset: 0;
	display: inline-block;
	object-fit: scale-down;
	z-index: 1;
	height:70px;
}

.footer .footer-about .logo {
  margin-bottom:10px;
}





@media (max-width: 576px) {
	
	#hero_logos {
		margin-top:20px;
		background-color: #fff;
		opacity: 0.75;
		padding:10px;
		border-radius: 10px;
		
	}
	
	#hero_logos > img {
		height:50px;
		opacity:1;
		z-index:125255;
		margin-bottom:20px;
	}
	
	#hero_logos > .hero-sign-up {
		margin-bottom:0px;		
	}	
	
	#about_logos {display:block;}
	#about_logos > img {display:inline-block;position: static;object-fit: scale-down;z-index: 1;height:70px !important;}


}