@charset "UTF-8";
/* Global styles */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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-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; }

/* Color Schemes */
/* bhexo theme standard colour scheme */
/* 
https://www.material.io/tools/color/#!/?view.left=0&view.right=1&primary.color=0f1419&secondary.color=720000
*/
/* Main */
/* Colours */
/* Links */
/* Fonts */
/* Common styles */
a {
  color: #0f1419;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #353a3f;
  text-decoration: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h1,
h2,
h3,
h4 {
  font-family: "Adamina", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000000;
  background-color: #f9f9f9; }

small {
  font-size: 0.875rem;
  font-style: italic; }

/* Components */
/* 
The 'grid' component controls the layout of the page. 
*/
.grid-col {
  padding: 0 20px; }

@media (min-width: 768px) {
  .grid-row {
    display: flex;
    flex-flow: row-reverse; }
  .grid-col {
    flex: 0 1; }
  .header-container {
    flex-basis: 35%;
    min-height: 95vh; }
  .main-container {
    flex-basis: 65%;
    min-width: 0; }
  .footer-container {
    flex-basis: 100%;
    min-height: 5vh; } }

header {
  background-color: #0f1419;
  color: #ffffff; }
  header a, header a:hover {
    color: #ffffff; }
  @media (min-width: 768px) {
    header {
      display: flex;
      flex-direction: column; }
      header .header-logo {
        order: 1; }
      header .header-info {
        order: 2; }
      header .nav {
        order: 1; } }

.header-logo {
  padding: 0; }
  .header-logo a {
    text-decoration: none; }
  .header-logo .logo-image {
    margin: 0;
    padding: 15px 15px 15px 0;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0; }
  .header-logo h1 {
    font-size: 3rem;
    margin: 0 50px 0 0;
    padding: 0;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    white-space: nowrap; }
  .header-logo p {
    font-family: "Adamina", serif;
    padding: 0;
    margin: 0; }

.header-info {
  margin: 20px 0; }
  .header-info p {
    font-size: 0.875rem;
    margin: 6px 0; }
  .header-info .link {
    font-size: 0.875rem; }

.header-info-heading {
  margin: 12px 0;
  padding: 0;
  font-size: 1rem; }

.nav {
  margin: 40px 0 20px 0;
  clear: both; }

.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.nav-list-item {
  margin: 0; }
  .nav-list-item a {
    display: block;
    padding: 5px; }
  .nav-list-item a,
  .nav-list-item a:hover {
    text-decoration: none;
    color: #ffffff; }

.nav-list-item:hover {
  font-weight: bold; }

@media (min-width: 768px) {
  .nav-list-item {
    margin-left: -20px;
    padding-left: 20px; }
  .nav-list-item:hover {
    border-left: 5px solid #dddddd;
    margin-left: -25px; }
  .current {
    border-left: 5px solid #353a3f;
    margin-left: -25px; } }

@media (max-width: 767px) {
  .nav {
    font-size: 0.875rem; }
    .nav a {
      padding: 5px 2px; }
  .nav-list {
    display: flex; }
  .nav-list-item {
    flex: 1;
    text-align: center;
    margin-bottom: -5px;
    border-left: 0; }
  .nav-list-item {
    border-bottom: 5px solid white; }
  .nav-list-item:hover {
    border-bottom: 5px solid #dddddd; }
  .current {
    border-bottom: 5px solid #353a3f; } }

.posts-heading {
  margin: 0;
  padding: 27px 0;
  font-size: 1.5rem;
  line-height: 1.3; }

.post-container {
  margin: 20px 0 40px 0; }
  .post-container blockquote {
    margin: 0;
    font-family: monospace;
    font-size: 0.875rem;
    padding: 0 2%; }
  .post-container ul {
    padding: 0;
    list-style-position: inside; }
    .post-container ul ul {
      padding-left: 20px;
      margin: 5px 0; }
  .post-container img,
  .post-container iframe {
    max-width: 100%; }
  .post-container blockquote cite::before {
    content: "—"; }

.post-container-meta {
  font-size: 0.875rem;
  color: #444444;
  margin-bottom: 20px; }

.post-container-content p {
  margin: 0 0 1em 0; }

.post-container-content-header {
  margin: 0 0 20px 0;
  padding: 0; }

.meta-category a {
  text-decoration: none;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 2px;
  background-color: #a73a2a;
  color: #ffffff; }

.meta-category a:hover {
  background-color: #720000; }

/* Post content */
pre {
  max-width: 100%;
  overflow: auto; }

img {
  display: block;
  margin: 1em 0; }

@media (min-width: 768px) {
  .main-container {
    width: 100px; }
  .post-container {
    display: flex;
    width: auto;
    overflow: hidden; }
  .posts-heading {
    text-align: right; }
  .post-container-meta,
  .post-container-content {
    flex: 0 1; }
    .post-container-meta ul,
    .post-container-content ul {
      list-style-position: outside; }
  .post-container-content {
    flex-basis: 75%;
    padding: 0 0 0 20px;
    order: 2;
    overflow: hidden; }
  .post-container-meta {
    flex-basis: 25%;
    order: 1; } }

@media (max-width: 767px) {
  .post-container iframe,
  .post-container img {
    margin: 0 -20px;
    max-width: 100vw; } }

@media (min-width: 768px) {
  .archive {
    display: flex; }
  .archive-posts,
  .archive-navigation {
    flex: 1 0; } }

.archive-heading {
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 1.5rem; }

.archive-navigation-list-heading {
  margin: 0;
  padding: 0; }

.archive-navigation-list {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3; }

.archive-posts-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .archive-posts-list date {
    margin-left: 5px; }
  .archive-posts-list li {
    margin-bottom: 2px;
    font-size: 1.2rem; }
  .archive-posts-list a {
    color: #720000;
    text-decoration: none; }
  .archive-posts-list a:hover {
    text-decoration: underline; }

.pagination {
  list-style-type: none;
  margin: 20px;
  padding: 0 20px 0 0;
  display: flex; }

.pagination-item {
  flex: 1 0; }

.previous {
  text-align: right; }

.footer-container {
  background-color: #720000;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer-container a,
  .footer-container a:hover,
  .footer-container a:visited {
    color: inherit; }

.h-card p {
  margin: 0; }

@media (min-width: 768px) {
  .footer {
    display: flex; }
  .footer-title,
  .footer-card,
  .footer-links {
    margin: 0 20px;
    flex: 1 0 0;
    padding-bottom: 20px; } }

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style-position: inside; }
