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;
			}		
		}	
	}
}
header.scrollHeader {
	.logo-text {
		color: black;
	}	
}
