@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('OpenSans-Bold.ttf') format('truetype');
}

/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('OpenSans-ExtraBold.ttf') format('truetype');
}
*/

body {
  font-family: 'Open Sans', 'Arial', sans-serif;
}

html {
  font-size: 2.0vw;
}

@media screen and (min-width:1000px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width:520px) {
  html{
    font-size: 14px;
  }
}

html {
  line-height: 1.5625;
  text-rendering: optimizeLegibility;
}

body > header,
body > main,
body > nav,
body > footer {
  margin: 2rem auto;
  max-width: 33rem;
  padding: 0 1rem;
}

.wider > header,
.wider > main,
.wider > nav,
.wider > footer {
  max-width: 37rem;
}

pre {
  font-size: 75%;
}

body > main {
  text-align: left;
}

body > footer {
  font-size: 85%;
  margin-top: 4rem;
  text-align: right;
}

body > header {
  margin-bottom: 0;
  text-align: center;
}

body > header .logo img {
  height: 10rem;
}

body > header h1 {
  /*font-weight: 800;*/
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

body > nav {
  margin-top: 1rem;
}

body > nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

body > nav ul li {
  display: inline-block;
}

body > nav ul li:after {
  content: '·';
  padding: 0 0.4rem;
  user-select: none;
}

body > nav ul li:last-child:after {
  content: none;
}

a[href] {
  color: #3344dd;
  text-decoration: none;
}

a[href]:hover {
  text-decoration: underline;
}

a[href]:hover,
a[href]:focus,
a[href]:active {
  color: #bb1122;
}

a[href]:visited {
  color: #884488;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

h1 {
  font-size: 175%;
}

h2 {
  font-size: 150%;
}

code {
  white-space: nowrap;
}

body > footer > ol {
  list-style: none;
}

body > footer > ol > li {
  display: inline;
}

body > footer > ol > li:after {
  content: ' | ';
}

body > footer > ol > li:last-of-type:after {
  content: none;
}

ol ol {
  list-style-type: lower-alpha;
}

blockquote, pre {
  border: 4px solid #ddd;
  margin: 1rem 0;
  padding: 1rem;
}

blockquote h1:first-child {
  margin-top: 1rem;
}

.statement .description {
  font-style: italic;
}

#donateForm {
  margin: 1rem auto;
  text-align: center;
}

table { border-spacing: 1rem; }

.fundTheList {
  text-align: center;
}

.fundTheList button {
  background: #007788;
  border: 1px solid #007788;
  border-radius: 1rem;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 0 auto;
  padding: 1rem;
}

.fundTheList button:hover {
  background: #005f6c;
  transition: all 0.25s ease-in;
}

.thankYouTree {
  margin: 0;
  padding: 1rem;
  width: 100%;
}

.thankYouTree img {
  max-width: 100%;
}
