header {
	.navbar-brand {
		display: flex !important;
		align-items: center;	
		.logo-text {
			display: inline-block;
			line-height: 18px;
			color: white;
			padding: 0 0 0 10px;
			.text-1 {
				font-size: 16px;
				text-transform: uppercase;
				font-weight: 700;		
			}
			.text-2 {
				font-size: 15px;
				font-weight: 300;
			}
		}	
	}
}
/* @media screen and (max-width: 575px) { */
@media screen and (max-width: 390px) {	
	header .navbar-brand .logo-text .text-1 {
	/* .text-1 { */
		font-size: 11px;
	}
	header .navbar-brand .logo-text .text-2 {
		font-size: 11px;
	}			
}
header.scrollHeader {
	.logo-text {
		color: black;
	}	
}
a:not([href]):not([class]) {
  padding-top: 100px;
  margin-top: -100px;
  background-clip: content-box;
}