body,p,td,div,input {
  -webkit-font-smoothing: antialiased;
  color: #010203;
  background: #94aee0 none;
  font: normal .8764em/1.5em system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Cantarell,'Oxygen-Sans','DejaVu Sans','Breeze Sans','Open Sans','Sail Sans Pro',sans-serif;
  word-wrap: break-word;
}

a {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #4030F2;
  text-decoration: underline;
}

a:hover {
  color: #d0c7a4;
}

a:visited {
  color: dfe5f2;
}

main {
  margin: 0 20px;
  padding: 0 1em 0 2em;
}

address {
  text-align: center;
  padding: 0 0 1em;
}

hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

p,h5 {
  font-size: 1.1429em;
  line-height: 1.3125em;
  margin: 1.3125em 0;
}

section {
  clear:left;
  width: 100%;
}

blockquote p,.poetry pre {
  font-size: 110%;
  font-style: italic;
  line-height: 1.6em;
}


/* IDs & classes: layout */

div.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

div#more {
  font-size: 300%;
  line-height: 330%;
  font-weight: bold;
  text-align:center;
  width: 90%;
  border: 8px outset #aaa;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}

.front {
  float: right;
  padding: 1em;
}

.front p {
  text-align: center;
}

div.givebutton,div.give1 {
  border: solid 1px #666;
  border-radius: 7px;
  margin: 0 1em 2em 0;
  padding: 0 1em;
  float: left;
  text-align: center;
}
div.givebutton > button,div.give1 > button {
  max-width:164px;
}
div.givebutton > img,div.give1 > img {
  width: 180px;
}
div.givebutton > p,div.give1 > p {
  margin-top: 0;
  font-size: 80%;
}
div.give1 {
  clear: left;
}

img.gvlfy {
  width: 240px;
}

img#flyer {
  width: 100%;
  margin-bottom: 3em;
}
#wrapper img {
  max-width: 100%;
  height: auto;
}
img.full {
  margin: 0;
  padding: 0;
  width: 100%;
}


/* Classes: text format */

.footnote {
  color: #0d6ea1;
  font-size: .8em;
  vertical-align: super;
}

.poetry pre {
  display: block;
  font-family: Georgia, Garamond, serif !important;
  margin-left: 1em;
}

.poetry pre code {
  font-family: Georgia, Garamond, serif !important;
}


/* Headlines */

h1 {
  color: #010203;
  font-size: 2.2857em;
  line-height: .6563em;
  margin: .6563em 0;
  text-align: center; 
}

h2 {
  color: #2a2a2b;
  font-size: 1.7143em;
  line-height: .875em;
  margin: .875em 0;
  text-align: center;
}

h3 {
  color: #2a2a2b;
  font-size: 1.5em;
  line-height: 1em;
  margin: 1em 0;
  text-align: left;
}

h4 {
  color: #2a2a2b;
  font-size: 1.2857em;
  line-height: 1.1667em;
  margin: 1.1667em 0;
}

h5 { /* See also: p,h5 ⬆ */
  color: #2a2a2b;
  font-size: 1.15em;
  line-height: 1.3em;
  margin: 1.3em 0;
}

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.5em;
}


/* Lists */

li {
  font-size: 110%;
}

li li {
  font-size: 100%;
}

li p {
  font-size: 100%;
  margin: .5em 0;
}

li > p:first-child {
  margin: 0;
}

ul ul,ul ol {
  margin-bottom: .4em;
}


/* Definition lists */

dd {
  margin-bottom: 1em;
}

dt,th {
  font-weight: 700;
}


/* Inline */

q { 
  quotes: "“" "”","‘" "’";
  font-style: inherit;
  font-weight: inherit;
}

sup,sub,a.footnote {
  font-size: 1.4ex;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: super;
}

sub {
  vertical-align: sub;
  top: -1px;
}


/* Table */

caption,col,colgroup,table,tbody,td,tfoot,th,thead,tr {
  border-spacing: 0;
}

table {
  border: 1px solid rgba(0,0,0,0.25);
  border-collapse: collapse;
  display: table;
  empty-cells: hide;
  margin: -1px 0 23px;
  padding: 0;
  table-layout: fixed;
}

caption {
  display: table-caption;
  font-weight: 700;
}

col {
  display: table-column;
}

colgroup {
  display: table-column-group;
}

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}

thead {
  display: table-header-group;
}

td,th {
  display: table-cell;
}

tr {
  display: table-row;
}

table th,table td {
  font-size: 1.1em;
  line-height: 23px;
  padding: 0 1em;
}

table thead {
  background: rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

table tbody {
  background: rgba(0,0,0,0.05);
}

table tfoot {
  background: rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.15);
  border-top: 1px solid rgba(0,0,0,0.2);
}

figure {
  display: inline-block;
  position: relative;
  margin: 1em 0 2em;
}

figcaption {
  font-style: italic;
  text-align: center;
  background: white;
  color: #666;
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 98%;
  padding: 1%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

figure:hover>figcaption {
  /* background: rgba(0,0,0,1) */
}

table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd) {
  background: rgba(255,255,255,0.06);
}

table tr:nth-child(even),table td:nth-child(even) {
  background: rgba(200,200,200,0.25);
}


/* Print presentation */

@media print {
  body {
    overflow: auto;
  }

  img,pre,blockquote,table,figure,p {
    page-break-inside: avoid;
  }

  #wrapper {
    background: #fff;
    color: #303030;
    font-size: 85%;
    padding: 10px;
    position: relative;
    text-indent: 0;
  }
}


/* Screen presentation */

@media screen {
  .inverted #wrapper,.inverted {
    background: rgba(37, 42, 42, 1);
  }

  .inverted hr {
    border-color: rgba(51, 63, 64, 1) !important;
  }

  .inverted p,.inverted td,.inverted li,.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted pre,.inverted code,.inverted th,.inverted .math,.inverted caption,.inverted dd,.inverted dt {
    color: #eee !important;
  }

  .inverted table tr:nth-child(odd),.inverted table th:nth-child(odd),.inverted table td:nth-child(odd) {
    background: none;
  }

  .inverted a {
    color: rgba(172, 209, 213, 1);
  }

  #wrapper {
    padding: 20px;
  }

  ::selection {
    background: rgba(157, 193, 200,.5);
  }

  h1::selection {
    background-color: rgba(45, 156, 208, .3);
  }

  h2::selection {
    background-color: rgba(90, 182, 224, .3);
  }

  h3::selection,h4::selection,h5::selection,h6::selection,li::selection,ol::selection {
    background-color: rgba(133, 201, 232, .3);
  }

  code::selection {
    background-color: rgba(0,0,0,.7);
    color: #eee;
  }

  code span::selection {
    background-color: rgba(0,0,0,.7) !important;
    color: #eee !important;
  }

  a::selection {
    background-color: rgba(255, 230, 102,.2);
  }

  .inverted a::selection {
    background-color: rgba(255, 230, 102,.6);
  }

  td::selection,th::selection,caption::selection {
    background-color: rgba(180, 237, 95, .5);
  }
}