/*Footer styles*/

footer {
    background-color: #F58800;
    color: #fff;
    padding: 10px 5px; 
    width: 100%;
}

footer h6 {
    font-weight: bold;
    font-size: 25px; 
}

footer p {
    margin: 0;
    font-size: 15px;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

footer a:hover {
    text-decoration: underline;
}

footer .btn {
    font-size: 15px;
    margin: 2px; 
    text-decoration: none;
    color: #fff;
}

footer  .text-white{
font-size: 15px;
}

footer .text-right
{
    text-align: right !important;
}

footer .text-hover-orange:hover
{
    color: #F58800;
}

@media (max-width: 991.98px) {
    footer .text-right
    {
        text-align: center !important;
    }

}

@media (max-width: 767.98px) {
    footer .text-right
    {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    footer.text-sm-center
    {
        text-align: center !important;
    }
}
