body{
    font-family: "Avenir-Heavy", sans-serif;
    line-height: normal;
    text-rendering: optimizelegibility;
}

.bgp-orange{background-color: #e75012}
.text-orange{color: #e75012}

.btn-orange {
    background-image: none;
    background-color: #e75012 !important;
    color: #ffffff !important;
    text-shadow: none;
    border: 1px solid #e75012 !important;
}
.btn-orange:hover {
    background-color: #ffffff !important;
    color: #e75012 !important;
}

@media (max-width: 992px) {
    #chat iframe{
        height:400px;
    }
}