@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,600|Source+Code+Pro:400|Roboto:300,400,500');

* {
  background: transparent;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  caret-color: inherit
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  hyphens: auto;
  line-break: loose;
  margin: 0;
  outline:none;
  overflow-wrap: break-word;
  padding: 0;
  text-align: inherit;
  word-wrap: break-word;
}

html {
  caret-color: rgba(22, 19, 16, 1);
  color: rgba(22, 19, 16, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 100%;
  overflow-y: scroll; /* prevent center jumping */
  padding: 1em;
}

html, select {
  background: rgba(255, 251, 247, 1);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

b, strong {
  font-weight: 400;
}
i, em {
  /* italics slant right, making the text appear closer to the next text than it should be so we add some padding: */
  padding-right: 0.2em;
}

code, .source-code {
  background: rgba(22, 19, 16, 0.04);
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
  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 {
  height: 2em;
  width: 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;
}
