/*#pre-header a {
	border: 1px solid violet;
}*/


#header li.nav-item {
	width: 77px !important;
}


@media (max-width: 479px) { 

/*	#header li.nav-item {
		width: 50px !important;
	}*/
	.navbar { display: block; }

	#header .logo {
		width: 40% !important;		
	}
	.navbar-brand {
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
	.above-the-fold h1{
		margin-top: 90px;
		font-size: 33px;
	}
	.above-the-fold {
		height: 450px;
	}
}


@media (max-width: 375px) {

	.above-the-fold h1{
		margin-top: 85px;
		font-size: 27px;
	}
	h2{
		font-size: 28px;
	}
	.we-clean ul{
		text-align: left;
	}
	.we-clean li { display: block; }
	#contact-info h1{
		font-size: 45px;
	}
	.nav-link, #burger{
		letter-spacing: unset;
	}
}











