@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Source+Code+Pro|Playfair+Display');

* {
  border: 0;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  background: transparent;
  word-wrap: break-word;
  line-break: loose;
  overflow-wrap: break-word;
  hyphens: auto;
  color: inherit;
  text-align: inherit;
  font-size: inherit;
}
html {
  overflow-y: scroll; /* prevent center jumping */
  color: #161310; /* rgba(22, 19, 16, 1); */
  background: rgba(255, 251, 247, 1);
  font-weight: 300;
  padding: 1em;
  font-family: 'Cormorant Garamond', serif;
  font-size: 125%;
}
code, .source-code {
  font-family: 'Source Code Pro', monospace;
  background: rgba(22, 19, 16,0.04);
  font-size: 80%;
}
body {
  margin: auto;
}
/* links */
a {
  color: inherit;
  text-decoration: none;
  margin-bottom: -1px;
}
:link {
  border-bottom: 1px dotted rgba(0,0, 238, 0.25);
}
:link:hover, :link:active {
  border-bottom: 1px solid rgba(0,0, 238, 1);
}
:visited {
  border-bottom: 1px dotted rgba(85, 26, 139, 0.25);
}
:visited:hover, :visited:active {
  border-bottom: 1px solid rgba(85, 26, 139, 1);
}
a.icon, a.icon:hover, a.icon:active, a.icon:visited, a.icon:visited:hover, a.icon:visited:active {
  border-bottom: 0;
}

/* icons */
.icon {
  width: 2em;
  height: 2em;
}
/* banner */
.banner-logo {
  display: block;
  min-height: 6em;
  height: 350px;
  height: 25vw;
  max-height: 20em;
  -webkit-background-size: auto 25vw!important;
  -moz-background-size: auto 25vw!important;
  -o-background-size: auto 25vw!important;
  -ms-background-size: auto 25vw!important;
  background-size: auto 25vw!important;
  -webkit-background-size: contain!important;
  -moz-background-size: contain!important;
  -o-background-size: contain!important;
  -ms-background-size: contain!important;
  background-size: contain!important;
  border: 1px solid rgba(22, 19, 16, 0.3)!important;
  border-radius: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
.internal-links {
  left: 0;
  bottom: 0;
  margin-left: 1em;
  margin-bottom: 1em;
}

.external-links {
  right: 0;
  bottom: 0;
  margin-right: 1em;
  margin-bottom: 1em;
}
.banner-links {
  display: inline-block;
  height: 2em;
  position: absolute;
  padding: .5em;
  border: 1px solid rgba(22, 19, 16, 0.2);
  border-radius: 0.5em;
  background-color: rgba(255, 251, 247, 1);
  box-shadow: 0 1em 2em rgba(22, 19, 16, 0.2), 0 1em 1em rgba(22, 19, 16, 0.05), 0 1em 0.5em rgba(22, 19, 16, 0.05);
}

/* footer */
.footer::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid rgba(22, 19, 16, 0.2);
  padding-bottom: 3ex;
}
.footer {
  display:block;
  text-align: center;
  padding-bottom: 7ex;
}
.footer-copyright {
  display: block;
}
.footer-license {
  display: block;
}
.footer-last-updated {
  display: block;
}
.footer-donate {
  display: block;
}
.creative-commons-license-icon {
  vertical-align: middle;
}
