/* global and typography */
body {
  color: #ffffff;
  background: #000000;
  padding-top: 100px;
  font-family: times new roman, serif;
}

.faded {
  font-size: 16px;
  color: #454545;
  font-style: italic;
}

.post-mono p,
.post-mono code,
.post-mono pre {
  color: #ffffff;
  font-family: courier, monospace;
  font-size: 1rem;
}

hr {
  background-color: #ffffff;
  border: none;
  height: 2px;
  margin: 5px 0 1rem 0;
}

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

iframe {
  border: none;
}

blockquote {
  padding-left: 1rem;
  border-left: 1px solid #ffffff;
}

/* buttons and links */
a {
  color: #ff0000;
}
a:hover {
  color: #830000;
}

.btn-primary {
  background-color: #000000;
  border-color: #ff0000;
  color: #ff0000;
  font-weight: 600 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #000000 !important;
}

button {
  background: #000000;
  color: #ff0000;
  border: solid 1px #ff0000;
  font-weight: 600 !important;
  border-radius: 4px;
}
button:hover, button:active, button:focus {
  background: #ff0000;
  color: #000000;
}

.all-posts,
.previous-post {
  text-align: right;
}

/* containers, rows, pages */
main.container {
  overflow: hidden;
}

.arcanaeum-row {
  margin-bottom: 50px;
}

article p img {
  margin: auto;
  display: block;
}

article {
  margin-bottom: 200px;
}

/* header and nav */
header nav.navbar-dark,
header nav.bg-dark {
  background: #000000 !important;
}

nav {
  border-bottom: 2px solid #ffffff;
}

nav.navbar-dark .navbar-nav a.nav-link {
  text-transform: uppercase;
  color: #ff0000;
  text-align: center;
}
nav.navbar-dark .navbar-nav a.nav-link:hover {
  color: #830000;
  text-decoration: underline;
}
nav.navbar-dark .navbar-nav li.active {
  text-decoration: underline;
}

/* footer */
footer.lotp-footer {
  margin-top: 50px;
  background-color: #000000;
  text-align: center;
}

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