/*
Theme Name: Queen Anne's County Tourism
Description: A custom theme for Queen Anne's County Tourism.
Version: 0.0.1
*/

.gform_anchor {
  margin-top: -120px;
}
.gform_anchor:before {
  content: "";
  height: 120px;
  display: block;
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
#site-navigation {
  position: static;
}
.header-alert-bar {
  background: #fdbf27;
  color: #fff;
  padding: 10px;
}
.header-alert-bar a {
  font-size: 16px;
  line-height: 1.2;
}
@media all and (min-width: 576px) {
  .header-alert-bar a {
    font-size: 20px;
  }
}
body.header-alert-enabled button#responsive-menu-button {
  top: 60px;
}
