/**
 * Theme Name: The Microgeneration Certification Scheme
 * Author: By the Scruff
 * Version: 1.0
**/
@media only screen and (min-width: 768px) {
  .large-title {
    font-size: 35pt;
  }
}
body .gform_wrapper li.gfield.gfield_error {
  font-size: 20px;
  background-color: yellow !important;
}

.black-menu-button {
  height: 40px;
  position: relative;
  top: 0px;
  right: 0%;
  background: #000000;
  color: #fff;
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.15em;

  line-height: 1;
  padding: 14px 10px;
  text-align: center;
}

.black-menu-button:hover {
  height: 40px;
  position: relative;
  top: 0px;
  right: 0%;
  background: #fff;
  color: #000;
}
