.logo-dark, .logo-light {
    width: 80px;
}

.btn-outline-yellow {
    color: #fab758 !important;

}

.btn-yellow {
    background-color: #fab758 !important;
}

.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
    border-color: #fab758;
    color: none;
}

.plan-icon {
    width: 100px;
    height: 60px;
}

@media (min-width: 1400px) {
    .center-nav-fix {
        margin-left: 3.5%;
    }
  }

  @media (max-width: 1399px) {
    .center-nav-fix {
        margin-left: 0;
    }
}