/* TOPBAR */
.topbar {
position:relative;
z-index:99999;
padding: 14px 20px;
line-height: 20px;
text-align: center;
}

.topbar a {
  color: inherit;
  text-decoration: underline;
}

.topbar a:hover {
  text-decoration: none;
}

.topbar p {
  line-height: 20px;
}

.topbar.topbar-top {
	display: block;
}
.topbar.topbar-middle {
	display: none;
}

/* SCREENS SMALLER THAN 521px */
@media only screen and (max-width: 520px) {

    /* TOPBAR */
  .topbar.topbar-top {
  	display: none;
  }
  .topbar.topbar-middle {
  	display: block;
    margin-top: 70px;
  }

}
