.text-orange {
	color: #ee7714!important;
}
.btn-orange {
    color: #fff;
    background-color: #ee7714;
    border-color: #ee7714;
    box-shadow: none;
}

ul li {
	list-style-type: none;
}

@media (max-width: 576px) {
    .navbar-brand {
        margin-right: 0;
    }
	.text-truncate {
		max-width: 220px;
	}
}