img {
  max-width: 100%;
  height: auto;
}

br {
  height: 10.3em;
}

/*
h3 {
  padding-top: 10px;
  padding-bottom: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-style: oblique;
} */

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#blog-content {
  transition: all .7s linear;
}

#blog-wrapper {
  display: none;
  width: 60%;
  height: auto;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  background-color: antiquewhite;
  z-index: 2;
}

#blog-viewport {
  height: 600px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

#blog-nav {
  /* display: none; */
  position: absolute;
  top: 10px;
  right: 0px;
  height: 100%;
  width: 30%;
  z-index: 3;
}

#blog-up {
  background-image: url('../img/blog/arrow_up.svg');
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 50%;
  margin-left: -15px;
}

#blog-down {
  background-image: url('../img/blog/arrow_down.svg');
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 50%;
  margin-left: -15px;
}

#blog-move-stats {
  display: none;
  position: absolute;
  top: 0px;
  right: -600px;
  font-size: 2em;
  color: wheat;
}

#blog-mercy {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  font-family: 'Dosis';
  font-size: 2em;
  transition: opacity 1s ease-in;
}

.blog-post-logo {
  margin-top: 15px;
  margin-left: 15px;
}

.blog-post-header {
  margin-left: 20px;
  font-family: 'Dosis';
  font-size: 1.4em;
  font-style: oblique;
}

.blog-quote {
  font-style: italic;
  font-size: 1.3em;
}

.blog-post-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  width: 80%;
  word-wrap: break-word;
  margin-top: 2%;
  margin-left: 3%;
}

.blog-post-body img {
  margin: 30px;
}

.blog-post-body p {
  margin: 20px;
}

#blog-ai-brain {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}