.center {
  text-align: center;
}

.left {
  text-align: left;
}

.nav {
  font-size: 1.3rem;
  line-height: 1rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1ecec;
  }

.navbar-item {
  font-weight: normal;
  padding: 20px;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}

.narrow_body {
  width: 43em;
  margin: auto;
}
body {
  text-align: left;
  font-family: georgia, serif;
  font-size: 120%;
  line-height: 1.6;
  padding: 2em 2em 5em;
  background-color: #fdfaf4; /* Soft paper tone */
  color: #333333; /* Charcoal text */
  margin: auto;
  max-width: 53em;
}
a {
  outline: 0!important;
  text-decoration: none;
}
a:link {
  color: #402c98;
  font-weight: bold;
}
a:hover, a:visited {
  color: #402c98;
  font-weight: bold;
  font-style: italic
}
a:active {
  color: #402c98;
  outline: 0;
  font-weight: bold;
}
h1 {
  font-size: 320%;
  line-height: 1.35;
  font-style: normal;
  margin-top: 1.2em;
  margin-bottom: 0.1em;
  border-right: 2px solid black;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

/* Blinking cursor effect */
@keyframes blink {
  0%, 50% {
    border-color: black;
  }
  51%, 100% {
    border-color: transparent;
  }
}

.typewriter {
  animation: blink 1s step-end infinite;
}

h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 125%;
  letter-spacing: .15em;
}

h2.related {
  margin-bottom: 0;
}
h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 150%;
  letter-spacing: .15em;
  margin-bottom: 2em;
}
span.lead {
  font-size: 150%;
  margin: 1em 0;
}
div.boxed {
  display:  block;
  /*border: 1px solid lightgrey;*/
  background-color: #f6f6f6;
  padding: 20px 0px 20px 15px;
  margin-top: 10px;
  font-size: 80%;
}
a.category {
  font-weight: normal;
}
p {
  font-size: 100%;
  margin: 1em 0 0;
}
p.subtitle {
  font-size: 150%;
  margin-bottom: 0;
}
p.date {
  color: #999;
  font-size: 75%;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 35px;
}
p+p {
  margin: 15px 0 0;
}
p+dl, p+ol, p+ul {
  margin-bottom: 1.5em;
}
/*Table style*/
th,
td {
  padding: 12px 15px;
  text-align: center;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

blockquote {
  border-left: 5px solid #eee;
  padding-left: 1.5em;
  margin: 1em 0;
}
blockquote small {
  display: block;
  line-height: 1.7em;
}
img {
  max-width: 100%!important;
  height: auto!important;
  float: none!important;
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}
li {
  margin: 1em 0 0;
}
dt {
  font-weight: 700;
}
pre {
  font-size: 100%}
code {
  color: #c0392b;
  background-color: #e8e8e8;
  padding: 0.1em 0.35em;
  border-radius: 3px;
  font-size: 90%;
}
  hr {
    height: 0;
    border: 1px solid #f1ecec;
    margin: 2em 0 1em;
  }
  .normal {
    font-weight: 400;
  }
  .quiet {
    color: #999;
    text-align: center;
  }
  .pull-left {
    float: left;
    margin: 1.5em 2em 1em 0;
  }
  .pull-right {
    float: right;
    margin: .5em 0 1em 2em;
  }

  @media screen and (max-width:500px) {
    img {
      display: block!important;
      max-width: 100%!important;
      height: auto!important;
      float: none!important;
      }
    .pull-left {
      display: block;
      width: 100%;
    }
    .pull-right {
      display: block;
      width: 100%;
    }
    body {
      font-size: 80%;
    }
    .navbar-item {
      font-weight: normal;
      padding: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
      margin-left: auto;
      margin-right: auto;
      line-height: 36px !important;
    }
    .narrow_body {
      width: 100% !important;
      margin: auto;
    }
  }
