

    .navbar {
        box-shadow: 0 5px 5px -5px #F76A2A;
    }

    .nav-item {
        text-decoration: solid;
        color: #F76A2A !important;
    }

    .navbar .navbar-nav .nav-link a:hover {
        background-color: #fff;
        color: #F76A2A;
    }

    .nav-button-deco {
        border-radius: 1rem;
        font-size: 18px;
        font-weight: 550;
        background-color: #F76A2A !important;
        color: white !important;
    }

    .text-deco-nav {
        font-size: 18px;
        font-weight: 550;
    }


    .footer-list {
        list-style: none;
        padding-left: 0;
    }

    .footer-list-item {
        margin-bottom: 10px;

    }
    .footer-a-tag-item{
        color: white;
        text-decoration: none; !important;
    }

    .footer-a-tag-item:hover {
        background-color: none;
        color:white;
    }



