@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Paytone+One&display=swap');

body {
  background-color: white;
  color: black;
}

a {color: #901; text-decoration: none}
a:visited {color: #901; text-decoration: none}
a:hover {color: #d01; text-decoration: none}
a:active {color: #d01; text-decoration: none}

img {border: 0}


div.centercont {
  max-width: 950px;
  margin: 0 auto;
}

div.image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.image img {
  width: 100%;
}

div.factbox {
  padding: 1em;
  margin: 1.5em;
  margin-left: 3em;
  /* border-radius: 5px; */
  font-family: 'Bitter', serif;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 175%;
}


h1 {
  font-family: 'Paytone One', sans-serif;
  font-size: 4em;  /* Default is 2em */
  margin-bottom: 0.5em; /* Default is 0.67em */
}

h4 {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-size: 1.7em; /* Default is 1em */
  margin-top: 1em; /* Default is 1.33em */
  margin-bottom: 0; /* Default is 1.33em */
}

p {
  font-family: 'Bitter', serif;
  font-weight: 400;
  line-height: 150%;
}

p.tagline {
  font-family: 'Bitter', serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 0.85em;
  margin-top: 0.5em;  /* Default is 1em */
}

p.small {
  font-family: 'Bitter', serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 0.75em;
  margin-top: 0.5em;  /* Default is 1em */
}

p.quicklinks {
  font-family: 'Bitter', serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 0.9em;
  margin-top: 0em;  /* Default is 1em */
}
