@import url(https://fonts.googleapis.com/css?family=Arvo);
body {
  background-color: #fff;
  font-family: "Arvo", serif !important; }

h1, h2, h3, p, .duo-button {
  font-family: "Arvo", serif !important; }

h2 {
  font-weight: 800 !important; }

.duo-button {
  background-color: #DC3E3E !important;
  border: 1px solid #DC3E3E !important;
  font-weight: 800 !important; }
  .duo-button:hover {
    background-color: #c42323 !important;
    border-color: #c42323 !important;
    color: #fff !important; }

canvas {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    canvas {
      display: block; } }
