.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
  }

  .fixed-top.collapsed {
    background-color: rgba(252, 219, 90, .8);
  }

  .background-color-img {
    background-color: rgb(252, 219, 90);
  }

  .fixed-top .navbar-brand, .img-fluid {
    transition: all 0.3s ease-in-out;
  }

  .fixed-top.collapsed .navbar-brand {
    font-size: 18px;
    margin-left: 10px;
  }

  .fixed-top .nav-link {
    transition: all 0.3s ease-in-out;
  }

  .fixed-top.collapsed .nav-link {
    font-size: 14px;
  }

  .top-bar--style-1 .top-bar__navigation a:not(.custom-btn) {
    font-weight: bold;
  }

  .navigation li a:not(.custom-btn):after {
    background-color: #744939 !important;
  }

.w100 {
    width: 100px !important;
    margin-left: 0;
}

.w130 {
    width: 130px !important;
    margin-left: 0;
}

  @media (max-width: 991px) {

    .fixed-top .navbar-brand {
      font-size: 18px;
      margin-left: 10px;
    }

    .fixed-top.collapsed .navbar-brand {
      font-size: 18px;
      margin-left: 10px;
    }

    .fixed-top .nav-link {
      font-size: 14px;
    }

    .fixed-top.collapsed .nav-link {
      font-size: 14px;
    }

    .w100, .w130 {
        width: 100px !important;
        margin-left: 20px;
    }
  }
