
html
{
	scroll-behavior: smooth;
}
.header-navbar .navbar-header .navbar-brand .brand-text {
	display: none
}
@media (min-width: 768px) {
	html {
		font-size: 14px;
	}

	.header-navbar .navbar-header .navbar-brand .brand-text {
		display: inline
	}
}
.text-negative, .text-red {
	color: red;
}

.text-positive, .text-green {
	color: green;
}
/* or your default text color
.text-neutral {
	color: black;
}
 */