@font-face {
  font-family: Calibre;
  font-weight: 400;
  font-style: normal;
  src: url('calibre-web-regular.eot');
  src: url('calibre-web-regular.eot') format('embedded-opentype'),
       url('calibre-web-regular.woff') format('woff');
}

@font-face {
  font-family: Calibre;
  font-weight: 500;
  font-style: normal;
  src: url('calibre-web-regular.eot');
  src: url('calibre-web-regular.eot') format('embedded-opentype'),
       url('calibre-web-regular.woff') format('woff');
}

@font-face {
  font-family: Calibre;
  font-weight: 600;
  font-style: normal;
  src: url('calibre-web-regular.eot');
  src: url('calibre-web-regular.eot') format('embedded-opentype'),
       url('calibre-web-regular.woff') format('woff');
}


body {
  font-family: Calibre, -apple-system, BlinkMacSystemFont, sans-serif;
  color: rgb(17, 17, 17);
  font-size: 1.4em;
  position: relative;
}

body * {
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
}

html, body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(17, 17, 17);
  font-weight: 500;
  margin-bottom: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

a,
a:hover {
  color: #a20000;
  text-decoration: none;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1rem 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  width: 100%;
  vertical-align: middle;
}

div.image-container {
  width: 70%;
  margin: 30px auto;
  text-align: center;
}

div.profile-image-container {
  text-align: center;
  border-bottom: 1px solid #eee;
}

img.profile {
  width: 300px;
  height: 250px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

blockquote {
  margin: 1rem;
  border-left: 3px solid;
  border-color: #a20000;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 0.9em;
  background-color: #fcfbf8;
}

blockquote strong {
  font-weight: 500;
}

blockquote cite {
  font-size: 70%;
  opacity: 0.8;
}

a,
a:hover {
  color: #a20000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 800px;
}

ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
}

li {
  padding-left: 10px;
}

ul li:before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #6b0000; /* Or a color you prefer */
}

.prevent-collapse {
  min-height: 0.1rem;
}

.page-title {
  margin: 0;
}

.smaller {
  font-size: 70%;
}

.post ul li {
  margin-bottom: 10px;
}

.post ul li p {
  display: inline;
}

.post .title {
  margin-block-end: 5px;
}

.post .description {
  color: #333;
}

.post .read-link {
  margin-top: 5px;
}

.post .read-link a {
  font-weight: 500;
}

.highlight pre {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
  background-color: #fafafa !important;
}

.highlight {
  background: 0 0;
}

.wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.container {
  margin-top: 50px;
}

.header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.header h1,
.header h2 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.3em;
}

.header h2 {
  font-size: 1.3rem;
}

.header nav {
  margin-top: 20px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}

.header nav a {
  font-weight: 500;
  text-transform: uppercase;
}

.header nav .nav-spacer {
  color: #eee;
}

.header .site-description {
  display: flex;
  justify-content: space-between;
}

.header .site-description nav {
  margin: 0;
  padding: 0;
  border: none;
}

.header .site-description nav ul svg {
  max-height: 20px;
}

.section .section-header {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.recent-posts .posts .post {
  margin-bottom: 30px;
}

.recent-posts .posts .post .meta,
.post .post-header .meta,
.list .posts .post .meta {
  font-size: 0.725rem;
  color: #999;
  margin-bottom: 4px;
}

.post .post-header {
  margin-bottom: 30px;
}

.post .post-header .title {
  margin: 0;
}

.post .post-header .meta {
  margin-top: 10px;
}

.list .posts .post .meta {
  margin-bottom: 0;
  margin-left: 5px;
}

.footer {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
  margin-top: 40px;
}

.footer ul.social-proof {
  list-style: none;
  background-color: #fcfbf8;
  border-radius: 20px;
  border: 1px solid #f4f4f4;
  padding: 10px 25px;
  margin: 15px 0 0 0;
}

.footer ul.social-proof li {
  padding: 15px 0;
  font-size: 0.9em;
  color: #111;
}

.footer ul.social-proof li:before {
  content: '';
  padding: 0;
}

.page-title {
  margin-bottom: 0;
}

.tag-cloud {
  margin-top: 20px;
}

.tag-cloud a {
  margin-right: 15px;
}

p.intro-section {
  margin-top: 60px;
}

twitter-widget {
  margin: 0px auto;
}

.block {
      text-align: center;
      font-weight: bold;
      color: white;
      background-color: black;
      width: 100%;
      font-size: xx-large;
      padding-top: 3vh;      
      padding-bottom: 2vh;
      padding-left: 2vw;
      padding-right: 2vw;            
 }

.banner {
      background-color: black;
      font-family: 'Righteous', cursive;      
      letter-spacing: 0.5em;
      width: 100%;
 }

.parent {text-align: center; margin-top: 2vh; margin-bottom: 2vh;}

.child {display: inline-block;}

@media (max-width: 767px) {
  body {
    padding: 10px;
  }

  .header {
    margin-bottom: 0px;
  }

  .container {
    margin-top: 10px;
  }

  div.image-container {
    width: 100%;
  }

  .post .post-header {
    margin-bottom: 0px;
  }

  p.intro-section {
    margin-top: 30px;
  }  
}

