header#header {
  background: linear-gradient(to right,rgba(160,135,180,1) 40%,rgba(237,195,147,1) 50%,rgba(148,159,88,1) 60%);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

#navbar-top {
  position: relative;
  height: 34px;
  min-height: 34px;
  margin-bottom: 3px;
  padding: 0 16px;
  z-index: 9;
}

#navbar-top .nav-link {
  padding: 0.5rem 1rem;
}

#navbar-top #block-chautauqua-county-account-menu {
  position: absolute;
  right: 16px;
  top: 0px;
}

#navbar-top a {
  color: #d3e8ff;
  font-size: 12px;
  font-family: Arial;
  background-color: rgba(255,255,255,.1);
  transition: all 240ms;
}

#navbar-top a:hover {
  background: #fff;
  color: #333!important;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  z-index: 9;
}

.navbar-expand-lg {
  height: 78px;
}

.navbar-brand>img {
  position: absolute;
  left: 20px;
  transition: 0.2s all ease-in-out;
  width: 290px;
}

.navbar-brand>img.shrink {
  width: 70px;
  margin-top: 0px;
}

@media(max-width:767px) {
  .navbar-brand>img {
    width: 70px;
    margin-top: 0px;
  }

  header#header {
    position: relative
  }

  html {
    margin-top: 0;
  }

  .mega-menu-container {
    right: 0;
    top: 0;
  }
}
