@media (min-width: 1001px){
	#header-logos{
		white-space: nowrap;
		float: right;
		text-align: right;
		flex-grow: 1;
	}
	#header-logos img{
		max-height: 57px;
		max-width: 100px;
		margin-right: 30px;
	}
	.navbar-menu-items{
		margin-left: calc(4%) !important;
		margin-right: calc(4%) !important;
	}
	.menu-item:not(:hover):not(.active){
		color: white !important;
	}
}
@media (max-width: 1200px){
	#header-logos img{
		max-height: 57px;
		max-width: 80px;
		margin-left: 15px;
	}
}
@media (max-width: 1000px){
	.hamburger-box{
		position: fixed !important;
		top: 25px;
		right: 7vw;
	}
	#header-logos{
		text-align: center;
		width: 100vw;
		margin-top: 20px;
		margin-bottom: 10px;
		display: block;
		transition-duration: 500ms;
		overflow-y: hidden;
		height: 8vw;
	}
	#header-logos img{
		max-width: 25%;
		margin-left: 5%;
	}
	.navbar-light #header-logos{
		height: 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.navbar-light{
	background: rgb(33,33,33) !important;
}
