html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Global Styles */
body {
  font-family: HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 28px;
  border-top: 20px groove #fd4949; }

a:link, a:visited {
  color: #fd4949; }

a:hover, a:active {
  color: #c21313; }

p {
  margin: 0 0 25px 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 10px 0; }

/* Site Header */
header.page-header {
  display: block;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 650px; }

header div.header-content {
  display: block;
  max-width: 650px;
  margin: 0 auto; }

header.page-header h1 a {
  text-decoration: none;
  letter-spacing: -1px;
  color: #444; }

/* Navigation Menu */
.navigation ul {
  margin: 0;
  padding: 0; }

.navigation ul li {
  margin: 0 5px 0 0;
  display: inline; }

.navigation ul li a {
  color: #fd4949;
  font-weight: bold;
  text-decoration: none; }

nav.navigation ul li a:hover, nav.navigation ul li.active a {
  color: #c21313; }

/* Blog Post Styling */
section.content {
  display: block;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 50px;
  max-width: 650px; }

article.blog-post {
  margin-bottom: 150px; }

article.blog-post img, .page-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

article.blog-post header {
  margin-bottom: 25px; }

article.blog-post header h2 {
  padding: 0;
  margin: 0 0 10px 0; }

article.blog-post header h2 a {
  text-decoration: none; }

sup a {
  font-weight: bold;
  text-decoration: none;
  padding: 0 2px; }

div.footnotes a {
  text-decoration: none; }

a.permalink, time {
  color: #881717;
  font-size: 14px; }

blockquote {
  margin: 0;
  padding-left: 20px;
  border-color: #e8266a;
  border-left: 2px solid #fd4949;
  color: #555; }

code {
  border-radius: 5px; }

div.about-section {
  margin-bottom: 50px; }

/* Footer-related Styling */
nav.pagination {
  text-align: center; }

nav.pagination a {
  margin: 0 20px; }

footer.page-footer {
  margin: 50px 0 0;
  text-align: center; }

footer ul {
  margin: 0 0 10px;
  padding: 0; }

footer ul li {
  display: inline;
  list-style-type: none;
  margin: 0 5px; }

div.footnotes {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  font-size: 14px; }

/* Archive */
ol.archive {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol.archive li {
  margin-bottom: 10px; }

ol.archive li time {
  display: block; }

ul.previous-by-month {
  display: flex;
  max-width: 400px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: space-around; }

ul.previous-by-month li {
  display: inline-block;
  margin: 0 3px; }

/* Twitter Cards */
iframe.twitter-tweet.twitter-tweet-rendered {
  margin: 50px auto !important; }

/* Video */
figure.video {
  text-align: center;
  margin: 50px auto; }
