body {
  padding-top: 305px;
}

.sticky-shrinknav-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 2.75rem;
  line-height: 2.75rem;
  width: 100%;
  background-color: rgba(92, 92, 92, 0.1);
  transition: all 0.9s ease;
}

.sticky-shrinknav-menu li {
  background-color: #fff;
  border: 2px solid #f8f8ff;
  border-radius: 1px;
  transition: all 0.9s ease;
}

.sticky-shrinknav-menu li:hover {
  border: 2px solid #000;
  border-radius: 1px;
}

.sticky-shrinknav-menu a {
  color: #000;
}

.sticky-shrinknav-header-title {
  transition: all 0.3s ease;
  position: relative;
  -webkit-transform: translateY(-1.875rem);
      -ms-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
  margin-bottom: 0;
  color: #000;
}

.sticky-shrinknav-header {
  width: 100%;
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

body.sticky-shrinknav-wrapper {
  padding-top: 150px;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: 2.7rem;
  background-color: rgba(255, 255, 255, 0.9);
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s ease;
}