html {
  color: DarkSlateBlue;
  font-family: Arial, Helvetica, sans-serif;
  background-color: lavenderblush;
}

html,
body,
main {
  height: 100%;
}

body {
  padding-left: 10em;
  padding-right: 10em;
}

.navigation {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.navigation .one {
  background-color: #9267b4;
}
.navigation .two {
  background-color: #aa6ebe;
}
.navigation .three {
  background-color: #c276c8;
}
.navigation .four {
  background-color: #d27ec9;
}
.navigation .five {
  background-color: #dd86c3;
}
.navigation a {
  display: table-cell;
  text-align: center;
  padding: 1em;
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-family: monospace;
}

.copyright {
  width: 100%;
  display: block;
  background-color: #e78ebc;
  padding: 0.8em 0;
  border-radius: 0 0 25px 25px;
  overflow: auto;
}
.copyright small {
  float: right;
  display: block;
  padding-right: 1em;
}

.page {
  padding: 30px;
}
.page p {
  line-height: 1.4em;
  padding-bottom: 1.4em;
  padding-top: initial;
  text-indent: initial;
}
.page .title {
  font-size: 1.6em;
}
.page .date {
  font-size: initial;
}
.page .excerpt {
  line-height: 1.4em;
  margin-bottom: 2em;
  margin-left: 2em;
  font-style: italic;
}

.blog {
  height: 100%;
  font-size: 1.25em;
}
.blog p {
  text-indent: 4em;
}
.blog ol,
.blog ul {
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  padding-left: 5em;
  line-height: 1.6em;
}
.blog ol ol,
.blog ol ul,
.blog ul ol,
.blog ul ul {
  padding-bottom: 0;
  padding-top: 0;
}
.blog ol {
  list-style: decimal;
}
.blog ul {
  list-style: disc;
}
.blog img {
  width: 50%;
  height: 50%;
}
.blog .content {
  padding-top: 3em;
}
.blog .footnotes {
  font-size: 0.7em;
}
.blog .footnotes .footnotes-list p {
  text-indent: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
}
.blog .hero-image {
  background-color: DarkSlateGray;
  height: 20em;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 25px;
  margin-top: 2em;
  width: 92%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog .hero-image .hero-title {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 236, 236);
  padding-top: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.blog .hero-image .hero-date {
  font-size: 0.8em;
  text-align: center;
  color: rgb(255, 236, 236);
  position: absolute;
  bottom: 4em;
  left: 0;
  right: 0;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 1.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}

h3 {
  font-size: 1.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-style: italic;
}

h4 {
  font-size: 1.4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}

h5 {
  font-size: 1.4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-style: italic;
}

h2,
h3,
h4,
h5 {
  padding-left: 0.5em;
}

h6 {
  font-family: monospace;
  overflow: auto;
  float: left;
  width: 1000%;
}

hr {
  width: 92%;
  margin-top: 1em;
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

span {
  display: inline;
}

p {
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  line-height: 1.6em;
}
p code {
  padding: 0.2em 0.4em 0.2em 0.4em;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  background-color: #fffafc;
  box-shadow: 0 0 0 1px #dfdfdf;
}

pre {
  margin-bottom: 1.4em;
  margin-top: 1.4em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  padding: 0 1em;
  border-left: 10px solid #ffd1e1;
  font-style: italic;
  background-color: #fffafc;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
blockquote p {
  text-indent: 0;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

table {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
table thead {
  font-weight: bold;
  background-color: #ffd1e1;
  border: 4px solid #ffd1e1;
  font-size: 1.2em;
}
table thead th {
  padding: 1em;
}
table tbody {
  background-color: #ffe6ee;
}
table tbody td {
  border: 4px solid #ffd1e1;
  padding: 1em;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
}

/*# sourceMappingURL=global.css.map */
