html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 3em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: #141414;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

img {
  border-style: none;
}

optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  width: 80%;
}

form {
  display: flex;
  flex-direction: column;
}

button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body,
html {
  height: 100%;
}
body {
  background: #fefefe;
  color: #ffffff;
  font-family: Poppins, arial, sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
h4 {
  font-size: 22px;
  margin-bottom: 18px;
}
h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
h6 {
  font-size: 14px;
  margin-bottom: 12px;
}
p {
  line-height: 1.8;
  margin: 0 0 30px;
}

a {
  color: #0055ff;
  text-decoration: none;
}

ol,
ul {
  line-height: 1.4;
  margin: 0 0 30px 0;
}
ul:not(ul li ul) {
  margin: 0 0 20px;
}

/*ol ol,
ol ul,
ul ol,
ul ul {
  margin: 10px 0 0 20px;
}*/
ul li ul {
  margin-bottom: 0;
}
ol li,
ul li {
  margin: 0 0 2px;
}
ol li:last-of-type,
ul li:last-of-type {
  margin-bottom: 0;
}
blockquote {
  border-left: 1px dotted #1c14c4;
  margin: 40px 0;
  padding: 5px 30px;
}

blockquote p {
  color: #aeadad;
  display: block;
  font-style: italic;
  margin: 0;
  width: 100%;
}
img {
  display: block;
  margin: 0 0;
  max-width: 100%;
  width: auto;
}
img[src$='align-center'] {
  margin: auto;
}
img[src$='align-left'] {
  float: left;
  margin-right: 40px;
}

img[src$='align-right'] {
  float: right;
  margin-left: 40px;
}
pre {
  border: 1px solid #dddbcc;
  border-radius: 3px;
  font-size: 16px;
  margin: 0 0 20px;
  overflow-x: auto;
  padding: 10px;
}
pre code {
  padding: 0;
}
code {
  background-color: #141414;
  border-radius: 4px;
  font-size: 90%;
  padding: 2px 4px;
}
hr {
  border: none;
  border-bottom: 1px dotted #303030;
  margin: 45px 0;
}
table {
  margin-bottom: 40px;
  width: max-content;
}
table th {
  padding: 0 10px 10px;
  text-align: left;
}
table td {
  padding: 10px;
}

table tr {
  border-bottom: 1px dotted #aeadad;
}
::selection {
  background: #1c14c4;
  color: #000;
  display: block;
}
::-moz-selection {
  background: #fff5b8;
  color: #000;
  display: block;
}
.fluid-width-video-wrapper {
  margin-bottom: 40px;
}
.hidden {
  display: none;
  text-indent: -9999px;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.container {
  margin: 0 auto;
  max-width: 70%;
  position: relative;
  width: 100%;
}
#wrapper {
  height: auto;
  margin-bottom: -265px;
  min-height: 100%;
}
#wrapper:after {
  content: '';
  display: block;
  height: 140px;
}
.button {
  background: #303030;

  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.button-square {
  display: flex;
  color: #fff;
  float: left;
  font-size: 17px;
  margin: 10px;
  padding: 12px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}
.button-square:hover {
  color: #303030;
}
.error {
  text-align: center;
}
.comments {
  margin-top: 10px;
}

.site-header {
  overflow: auto;
  padding: 0 0 0;
  text-align: center;
  background-color: #141414;
}
.site-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.inline-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-title {
  float: left;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.site-title a {
  background: #1c14c4;
  color: #fefefe;
  float: left;
  padding: 5px 10px 6px;
}
.site-logo {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  justify-content: center;
  color: white;
  font-size: 2em;
}

/*
.slide {
    display:flex; align-items: center; justify-content: space-between;
    background-color:#1c14c4 !important;
    color:#1c14c4 !important;
  }*/

img {
  margin: 0 auto;
}
.site-nav {
  display: flex;
  list-style: none;
  margin: 10px 0 10px;
  padding: 0;
  align-items: center;
}
.site-nav-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  margin: 0 10px;
  background-color: #141414;
}
/*.site-nav-item a:hover{color:#424242}*/

#latest-post {
  display: none;
}
/*.post-container {
  margin: 0;
}*/
.post-header {
  border-bottom: 6px solid #303030;
  padding: 0 0 20px;
}
.blog-header {
  width: 700px;
  margin: 0 auto;
}
.page-title,
.post-title {
  text-align: center;
  text-transform: uppercase;
}
.page-title,
.post-title {
  font-size: 52px;
  font-weight: 700;
}
.post-title {
  margin: 60px 40% 30px 0;
  font-size: 52px;
  text-align: left;
}
.page-title {
  margin: 15px 40px;
}
.blog-description,
.post-date,
.post-reading {
  color: #aeadad;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 15px 0 0;
}
.blog-description a,
.post-date a,
.post-reading a {
  color: #aeadad;
}
.blog-description a:hover,
.post-date a:hover,
.post-reading a:hover {
  color: #1c14c4;
}
.post-line:after {
  border-bottom: 1px dotted #303030;
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 100px;
}
.post-content a:hover {
  border-bottom: 1px dotted #1c14c4;
}
.post-content:last-child {
  margin-bottom: 0;
}
.post-content .footnotes {
  border-spacing: 0;
  margin-bottom: 0;
}
.post-content .footnotes .label + td {
  width: 100%;
}
.post-content .gist tr {
  border-bottom: 0;
}
.post-footer {
  margin-top: 5px;
}
.post-tags,
.share {
  color: #aeadad;
  font-size: 14px;
}
.post-tags span,
.share span {
  font-weight: 600;
}
.post-tags {
  float: left;
  margin: 3px 0 0;
}
.post-tags a:hover {
  color: #303030;
}
.share {
  float: right;
}
.share a {
  background: #1c14c4;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  padding: 5px 0 4px;
  text-align: center;
  width: 30px;
}
.share a:hover {
  background: #303030;
}
.post-navigation {
  display: table;
}
.newer-posts,
.older-posts {
  background: #1c14c4;
  color: #fefefe;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  padding: 5px 10px 6px;
  text-transform: uppercase;
}
.newer-posts:hover,
.older-posts:hover {
  background: #303030;
}
.page-number {
  display: none;
}
.post-list {
  list-style: none;
  padding: 0;
}
.post-stub {
  border-bottom: 1px dotted #303030;
  margin: 0;
  position: relative;
}
.post-stub:first-child a {
  border-radius: 10px 10px 0 0;
}
.post-stub:last-child a {
  border-radius: 0 0 10px 10px;
}
.post-stub:first-child {
  padding-top: 0;
}
.post-stub a {
  color: #ffffff;
  display: block;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-stub a:hover {
  background: #fcf5f5;
  color: #1c14c4;
  padding: 20px 12px;
}
.post-stub a:hover .post-stub-tag {
  background: #1c14c4;
}
.post-stub-tag {
  background: #303030;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-size: 10px;
  margin: 7px 0 0;
  padding: 0 5px;
  text-transform: uppercase;
}
.post-stub-description,
.post-stub-title {
  display: inline-block;
  margin: 0;
  text-transform: none;
}
.post-stub-date {
  display: inline-block;
}
.post-stub-date:before {
  content: '/ ';
}
.next-posts-link a,
.previous-posts-link a {
  display: block;
  padding: 8px 11px;
}
.author-profile {
  margin: 0 40px;
}
.author-profile:after {
  border-bottom: 1px dotted #303030;
  content: '';
  display: block;
  margin: 40px auto 0;
  width: 100px;
}
.author-heading {
  margin: 15px auto;
  text-align: center;
  width: 100%;
}
.author-avatar {
  border-radius: 50px;
  height: 50px;
  margin: 5px 10px 0 0;
  width: 50px;
}
.author-avatar,
.author-name {
  display: inline;
  vertical-align: middle;
}
.author-name {
  font-size: 52px;
  font-weight: 700;
}
.author-meta,
.author-name {
  text-align: center;
  text-transform: uppercase;
}
.author-meta {
  color: #aeadad;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0;
}
.author-meta span {
  display: inline-block;
  margin: 0 10px 8px;
}
.author-meta i {
  margin-right: 8px;
}
.author-meta a {
  color: #aeadad;
}
.author-meta a:hover {
  color: #1c14c4;
}
.author-bio {
  margin: 20px auto 0;
  max-width: 700px;
  text-align: center;
}
footer {
  padding: 200px 0 0 0;
  position: static;
}
.footer {
  background: #141414;
  color: #d3d3d3;
  margin: 0 15% 0 15%;
  max-width: 70%;
  height: auto;
  position: static;
  display: flex;
}
.footer .site-title-wrapper {
  margin: 80px auto 35px;
}
.footer-copyright {
  color: #656565;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 0 auto;
  background: #141414;
}
.footer-copyright a {
  color: #656565;
  font-weight: 700;
}
.footer-copyright a:hover {
  color: #fefefe;
}
#nprogress .bar {
  background: #1c14c4;
}
#nprogress .peg {
  box-shadow: 0 0 10px #1c14c4, 0 0 5px #1c14c4;
}
#nprogress .spinner-icon {
  border-left-color: #1c14c4;
  border-top-color: #1c14c4;
}

@media only screen and (max-width: 767px) {
  h1,
  h2,
  ol,
  p,
  ul {
    margin-bottom: 20px;
    overflow-wrap: break-word;
  }

  p {
    margin: 0 10px 30px;
  }
  blockquote,
  img {
    margin: 0 0;
  }
  pre {
    margin: 20px 0;
  }
  body {
    background: #fefefe;
    color: #ffffff;
    font-family: Open Sans, arial, sans-serif;
    font-size: 18px;
    padding: 0px 20px;
  }
  hr {
    margin: 35px 0;
  }
  .container {
    max-width: 95%;
  }
  .site-title-wrapper {
    height: auto;
    position: relative;
    min-width: 100%;
    max-width: 100%;
  }
  .site-logo {
    margin: 0px auto;
    padding: 10px 0;
  }

  .site-title {
    float: none;
    margin-bottom: 10px;
  }
  .site-title a {
    float: none;
  }
  .site-title + .button-square {
    margin-left: 0;
  }
  .site-nav {
    display: none;
    width: 100%;
  }
  .site-nav-item {
    display: block;
    flex-basis: auto;
  }
  .inline-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .post-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .post-header p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .author-heading,
  .author-name,
  .page-title,
  .post-title {
    word-wrap: break-word;
    font-size: 42px;
    overflow-wrap: normal;
  }
  .author-meta,
  .blog-description,
  .post-date {
    margin-top: 20px;
  }
  .author-meta:after,
  .author-meta:before,
  .blog-description:after,
  .blog-description:before,
  .post-date:after,
  .post-date:before {
    margin-top: 30px;
  }
  .author-profile:after,
  .author-profile:before {
    margin-top: 20px;
  }
  .post-stub-title {
    display: block;
  }
  .post-stub-date:before {
    content: '';
    display: block;
  }
  .post-list {
    margin-top: 20px;
  }
  .author-profile,
  .post-container,
  .post-list {
    margin-left: 25px;
    margin-right: 25px;
  }
  .post-tags {
    width: 100%;
  }
  .post-stub a,
  .post-stub a:hover {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .post-stub-tag {
    display: none;
  }
  .share {
    float: left;
    margin-top: 20px;
  }
  .share a {
    margin: 0 5px 0 0;
  }
  .footer {
    margin: 50px 0 0 0;
    flex-direction: column;
    max-width: 100%;
  }
  .footer .site-title-wrapper {
    text-align: center;
  }
  .footer .button-jump-top {
    clear: both;
    display: inline-block;
    float: none;
    margin: 0 auto;
  }

  .post-title {
    margin: 60px 20% 30px 0;
    overflow-wrap: break-word;
  }
}

/*@media only screen and (max-width:400px){.site-header{padding-top:40px}
.author-heading,.author-name,.page-title,.post-title{word-wrap:break-word;font-size:30px;line-height:1.2;overflow-wrap:break-word}
.author-meta,.blog-description,.post-date{line-height:1.6;margin-top:10px}
.author-meta:after,.author-meta:before,.blog-description:after,.blog-description:before,.post-date:after,.post-date:before{margin-top:20px}
.author-profile:after,.author-profile:before{margin-top:10px}
.author-profile,.post-container,.post-list{margin-left:15px;margin-right:15px}
.author-avatar{display:block;margin:0 auto 18px}
.author-meta span{display:block;margin:18px 0}
.footer-copyright{padding:0 10px}
}*/
