/*
==================================
Imagine Incentives site ID 39052
==================================
*/
.nav-main .navbar-brand .logo {
  background: url('https://globalperksplus.com/images/logo-imagine-incentives.png')  no-repeat center;
  background-size: cover;
  width: 260px;
  height: 79px;
  margin-top: -15px;
  transition: all 0.3s ease-out
}

.stick .navbar-brand .logo.logo {
  width: 280px;
  height: inherit;
  margin-top: 0;
  transition: all 0.3s ease-out
}

@media screen and (max-width:1023px) {
  .nav-main .navbar-brand .logo.logo {
    width: 200px;
  }

}

@media screen and (max-width:768px) {
  .nav-main .navbar-brand {
    display: inline-block;
    float: none;
  }

  .nav-main .navbar-brand .logo.logo {
    background: url('https://globalperksplus.com/images/logo-imagine-incentives-reversed.png')  no-repeat center;
    width: 200px;
    margin-bottom: -30px;
  }

  .stick  .navbar-brand .logo.logo {
    width: 150px;
    margin-top: -20px;
  }

}

@media screen and (max-width:320px) {
  .nav-main .navbar-brand .logo.logo {
    width: 140px;
  }

}

.footer .alpha img {
  display: none
}

.footer .logo {
  background: url('https://globalperksplus.com/images/logo-imagine-incentives-reversed.png')  no-repeat top center;
  background: cover;
  width: 100%;
  max-width: 260px;
  /*min-height: 80px;*/
}
