.modal-scrollfix.modal-scrollfix {
    overflow-y: hidden;
  }

  @media (min-width: 1000px) {
    .modal-lg {
      width: 990px;
      max-width: 90% !important;
    }
  }

  @media (min-width: 1200px) {
    .modal-lg {
      width: 1150px;
      max-width: 90% !important;
    }
  }

  .navbar h1 {
    color: white;
    font-size: 20px;
    margin-right: 10px !important;
    line-height: 35px;
  }

  .logo-lg {
    font-size:14px!important;
  }