#footer {
    background: #bd4800;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
  }

  #footer .footer-copyright p,
  #footer a{
      color: white;
  }
  
  @media (min-width: 992px){
    html #header .header-nav-bar-primary {
        background: #ec5900 !important;
        color: #ffffff !important;
    }

    #header .header-nav-main-light nav > ul > li > a {
        color: #ffffff;
    }
  
  }