/* avs_plus */
.bg-gradient-primary {
	background-color: #db7248;
	background-image: linear-gradient(180deg,#db7248 10%,#e05d05 100%);
}
.app-title {
	font-size: 20px;
	color: #db7248;
}
footer {
	/* background-color: #db7248 !important; */
}
@media (max-width: 767px) {
    .navbar-logo {
        width: 24px;
    }
    .app-title.mobile {
        display: inline-block;
    }

}
.navbar-logo {
    max-width :none;
}