@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/archivo/archivo-regular.eot'); 
  src: local('Archivo Regular'), local('Archivo-Regular'),
       url('../fonts/archivo/archivo-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/archivo/archivo-regular.woff2') format('woff2'), 
       url('../fonts/archivo/archivo-regular.woff') format('woff'), 
       url('../fonts/archivo/archivo-regular.ttf') format('truetype'), 
       url('../fonts/archivo/archivo-regular.svg#Archivo') format('svg'); 
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/archivo/archivo-700.eot'); 
  src: local('Archivo Bold'), local('Archivo-Bold'),
       url('../fonts/archivo/archivo-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/archivo/archivo-700.woff2') format('woff2'), 
       url('../fonts/archivo/archivo-700.woff') format('woff'), 
       url('../fonts/archivo/archivo-700.ttf') format('truetype'), 
       url('../fonts/archivo/archivo-700.svg#Archivo') format('svg'); 
}

html {
  background-color: #ffffff;
  font-family: Archivo, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #24252f;
  background: #ffffff;
  flex-flow: column;
  text-rendering: optimizeLegibility;
}

a {
  color: #24252f;
  outline: none;
  text-decoration: none;
  border-bottom: 1px dashed #24252f;
}

.header {
  margin: auto;
  position: relative;
}

.navbar {
  min-height: 50px;
  margin-bottom: 20px;
}

.nav {
  top: 0;
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 10px;
  text-align: right;
}

.nav-logo {
  float: left;
  transition: transform 300ms ease-out;
}

.nav-logo:hover {
  transform: scale(1.1);
}

.nav-logo img {
  display: block;
  width: auto;
}

.nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links li {
  display: inline-block;
  margin: 0 0 0 10px;
}

.nav-links li a {
  border: none;
}

.nav-links li:hover {
  border-bottom: 1px solid #24252f;
}

.nav-links li a i {
  color: #24252f;
}

.intro-header {
  margin: 40px 0 20px;
  position: relative;
}

.post-heading h1 {
  text-align: center;
}

.intro-header .page-heading,
.intro-header .post-heading,
.intro-header .tags-heading,
.intro-header .categories-heading,
.intro-header .archives-heading {
  text-align: center;
}

.intro-header .page-heading h1,
.intro-header .post-heading h1,
.intro-header .tags-heading h1,
.intro-header .categories-heading h1,
.intro-header .archives-heading h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 42px;
}

.tags-heading svg.feather {
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

.intro-header .post-heading h1 {
  margin-top: 0;
  font-size: 35px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 800;
}

.container[role=main] {
  max-width: 700px;
  padding: 0 1.5rem;
  font-size: 16px;
  line-height: 1.7;
  color: #24252f;
}

#blog-archives {
  margin: 20px auto;
  font-size: 14px;
}

.archives {
  margin: 20px auto;
}

.archives td {
  border: none;
  text-align: left;
}

.article {
  text-align: justify;
}

p {
  line-height: 1.5;
  margin: 0.5em 0;
}

p + p {
  margin-top: 1em;
}

.post-preview {
  padding-bottom: 2rem;
  border-bottom: 2px solid #24252f;
}

.post-preview a {
  text-decoration: none;
}

.post-preview:last-child {
  border-bottom: 0;
}

.meta-post {
  display: inline-flex;
  align-items: center;
}

.meta-post svg {
  margin-right: 0.2rem;
}

.blog-tags {
  font-size: 18px;
  margin-top: 3rem;
}

.blog-tags a {
  align-items: center;
  border-bottom: none;
  color: #24252f;
  display: inline-flex;
  text-decoration: none;
  margin: 0 .5rem;
}

.blog-tags a svg {
  margin-right: 5px;
}


h4.term-name > span.badge {
    float: right;
}

div.panel-body {
  font-weight: 800;
  border-radius: 0;
  border: none;
  font-size: 16px;
}

.post-entry {
  width: 100%;
  margin-top: 10px;
}

.post-read-more {
  float: right;
  position: relative;
  display: block;
  text-decoration: none;
}

figure {
  text-align: center;
}

figure a {
  border: none;
}

figure img {
  max-width: 100%;
}

figure figcaption h4 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

blockquote {
  margin-left: 1rem;
  font-style: italic;
  padding-left: 1rem;
  border-left: 3px solid #24252f;
}

blockquote p:first-child {
  margin-top: 0;
}

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

table tr {
  border-top: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}

table tr th {
  font-weight: bold;
  border: 1px solid #24252f;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

table tr td {
  border: 1px solid #24252f;
  text-align: left;
  margin: 0;
  padding: 6px 12px;
}

table tr th :first-child,
table tr td :first-child {
  margin-top: 0;
}

table tr th :last-child,
table tr td :last-child {
  margin-bottom: 0;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 1.5rem 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-family: Menlo, Monaco, Consolas, monospace;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #dd0011;
    background-color: #f9f9f9;
    border-radius: 4px;
}

mark {
  background-color: #eeff00;
}

.pager {
  list-style: none;
  text-align: center;
  margin:20px 0 0;
  padding-left: 0;
}

.pager ul {
  display: block;
}

.pager li {
  display: inline;
}

.pager li a {
  box-sizing: border-box;
  font-family: 'Archivo', Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 5px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #dddddd;
  display: inline-block;
  color: #404040;
  text-decoration: none;
}

.pager a:hover:not(.active) {
  background-color: #dddddd;
}

.pager .previous > a {
  float: left;
  display: block;
}

.pager .next > a {
  float: right;
  display: block;
}

footer {
  padding: 60px 0;
  text-align: center;
  margin-top: auto;
  font-size: 14px;
}

@media (min-width: 600px) {
  .header {
    margin: auto;
  }

  .nav-links {
    font-size: 18px;
  }

  .nav-links li {
    margin: 0 0 0 30px;
  }

  .container[role=main] {
    font-size: 16px;
    line-height: 1.8;
    margin: 40px auto;
  }

  .pager li a {
    padding: 10px 20px;
  }

  .pager.blog-pager  {
    margin-top: 40px;
  }
}
