.sticky-a .announcement {
  text-transform: uppercase;
  font-size: 1rem;
}

.sticky-a {
  top: 0;
  position: fixed;
  z-index: 999;
}

.backblock {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background: black;
  z-index: 998;
}

.admin-bar .sticky-a, .admin-bar .backblock {
  top: 46px !important;
}

@media screen and (min-width: 783px) {
  .admin-bar .sticky-a, .admin-bar .backblock {
    top: 32px !important;
  }
  .sticky-a .announcement {
	  font-size: 1.6rem;
  }
}

#main, .full-screen-overlay-nav-close {
   margin-top: 40px !important;
}

.topbar {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0,0,0,.7);
  padding: .5rem 0 .5rem 0;
  height: 40px;
  font-family: Quicksand;
  font-weight: bolder;
  transition-duration: 1s;
  color: white;      
}

.topbar:hover {
	background: rgba(0,0,75,0.8);
	transition-duration: 1s;
}

.topbar .dashicons {
  color: yellow !important;
  margin: .4rem 1rem 0 0;
  transition-duration: 1s;
  height: 1rem;
  width: 1rem;
}

.topbar:hover .dashicons {
  color: white !important;
  transition-duration: .5s;
}
