.g-button {
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.g-button:hover, .g-button:active {
  box-shadow: none;
  text-shadow: none;
  outline: none;
}
.g-button.g-button--invert:hover, .g-button.g-button--invert:active {
  text-shadow: none;
}
.content a:visited {
  color: #bfbfbf;
}
.prinBtn {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff !important;
  background: #ffb301;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px;
  transition: all 0.2s linear;
}
.prinBtn:hover {
  background: #ffc715;
}
@media (max-width: 768px) {
  .prinBtn {
    display: none;
  }
}
