html {
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;  
} 

  
html, body {
  height: 100%;
}

body { 
  margin: 0;
  display: flex;
  flex-direction: column;
}

.middle, .header, .footer {
  box-sizing: border-box; 
  width: 100%;
}

.middle {
  flex-grow: 1;
} 
  
  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; /* 3 */
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"], 
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; /* 3 */
  }
  
  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;
  }

  *{
    box-sizing: border-box;
  }
  
/*
==========================================*/
.header{
  padding: 25px 0;  
  background-image: url(../images/top-bg.jpg);
  background-position: 50% 100%;
  background-size: cover;
}

@media (min-width: 768px){
  .header{
    padding: 45px 0 50px; 
    margin-bottom: 2px;
  }
}

.logo{
  display: inline-block;
  margin-right: 25px;
}

.logo img{
  width: 100%;
  max-width: 150px;
}

.header-links{
  display: inline-block;
}

.header-links svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}

.header-links a{
  display: inline-block;
}

.header-links a + a {
  margin-left: 10px;
}

.header-links a:hover{
  opacity: .7;
}

/*
==========================================*/
.container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.none{
  display: none;
}

/*
==========================================*/
.archive{
    font-size: 14px;
}
 
.archive > ul{
    list-style: none;
}

.archive > ul > li{
    margin: 0 0 10px;
    color: #999;
}

.archive a{
    color: #264863;
    text-decoration: none;
}

.archive > ul > li span{
  display: inline-block;
  padding-right: 5px;
}

.archive a:hover{
    color: #264863;
    text-decoration: underline;
}

.archive a:visited{
    color: #a425af; 
}
 
/*
==========================================*/
h1{
  font-weight: normal;
}

.content{
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.content p{
  margin: 0;
}

.content p + p{
  margin-top: 15px;
}

a{
  color: #264863;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.content img{
  max-width: 100%;
  height: auto !important;
}

.content blockquote{  
  padding:  15px;
  background-color: #FAFBFC;
  margin: 10px 0 30px;
  border-left: 5px solid #264863;
}

/*
==========================================*/
.page-headers{
  margin: 0 0 30px;
  padding: 20px 45px;
  background-color: #FAFBFC;
  font-size: 16px;
} 

.page-headers li + li{
  margin-top: 5px;
}

.page-headers>ul{ 
  margin-top: 10px;
  list-style: none;
  margin-left: 10px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.page-headers>ul li{
  font-size: 14px;
}

.page-headers>ul>li+li{
  margin-top: 5px;
}

.page-headers ul{
  padding: 0;
  margin: 0 0 5px 15px;
  list-style: none;
}

.page-headers ul li{
  padding: 0;
  margin: 0;
  list-style: circle;
}

 

/*
==========================================*/
.neighbors{
  margin: 50px 0;
  width: 100%;
}

.neighbors > *{
  width: 100%;
  max-width: 300px;
  display: inline-block;
}

.neighbors a{
  color: #264863;
  text-decoration: none;
}

.neighbors a:hover{
  text-decoration: underline;
}

/*
==========================================*/
.d-flex{
  display: flex;
}

.justify-content-between{
  justify-content: space-between;
}

/*
==========================================*/
.pagination{
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
}

.pagination li{
  display: inline-block;
  margin: 0 5px;
}

.pagination li a,
.pagination li span{
  display: inline-block;
  padding: 0 3px;
  border-radius: 50%;
  line-height: 32px;
  width: 32px;
  height: 32px;
}
 

.page-item.disabled a{
  cursor: default;
  color: #ddd;
}

.page-item.disabled a:hover{
  text-decoration: none;
}

.page-item.active a{
  background-color: #264863;
  color: #fff;
}

/*
==========================================*/
.footer{
  padding: 2em;
}

.copy{
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

.footer-links {
  text-align: center;
}

.footer-links a{
  text-decoration: none;
}

.footer-links svg{
    width: 24px;
    height: 24px;
}



.hljs{display:block;overflow-x:auto;padding:1em;color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}

/*
====================================*/
* { 
  transition: 0.5s ease-in-out;
}

.page-1{
  background-color: #220200;
  height: 100%;
}

.page-1 h1, .page-1 h1 {
  font-size: 25px;
  font-weight: 200;
  color: white;
  line-height: 30px;
  margin-bottom: 10px;
}

.page-1 h2, .page-1 h2 {
  font-size: 15px;
  color: #6b0500;
}


#wrapper {
  opacity: 0;
  display: table;
  height: 100%;
  width: 100%;
}
#wrapper.loaded {
  opacity: 1;
  transition: 2.5s ease-in-out;
}
#wrapper #content {
  display: table-cell;
  vertical-align: middle;
}

#card {
  height: 400px;
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  perspective: 600px;
}
#card #front, #card #back {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#card #front {
  transform: rotateY(0deg);
  overflow: hidden;
  z-index: 1;
}
#card #front #arrow {
  position: absolute;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  z-index: 10;
  bottom: 0;
  right: 50px;
  color: rgba(255, 255, 255, 0.5);
  animation: arrowWiggle 1s ease-in-out infinite;
}

#arrow svg{
  width: 25px;
  height: 25px;
  fill: rgba(255, 255, 255, 0.5);
}

#card #front #top-pic {
  height: 50%;
  width: 100%;
  background-image: url(../images/top-bg.jpg);
  background-size: cover;
}
#card #front #avatar {
  width: 114px;
  height: 114px;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -57px;
  border-radius: 100%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 4px 5px rgba(107, 5, 0, 0.6), 0 0 50px 50px rgba(255, 255, 255, 0.25);
  background-image: url(../images/me.jpg);
  background-size: contain;
  position: absolute;
  z-index: 1;
}
#card #front #info-box {
  height: 50%;
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  background: rgba(200, 38, 29, 0.7);
  padding: 50px;
}

#front .social-bar a:hover {
  color: #450300;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.25s ease-in-out;
}
#card #back {
  transform: rotateY(180deg);
  background-color: rgba(255, 255, 255, 0.6);
  display: table;
  z-index: 2;
  font-size: 13px;
  line-height: 20px;
  padding: 50px;
}
#card #back .back-info {
  text-align: justify;
  text-justify: inter-word;
}

.social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}

.social-bar a {
  display: inline-block;
  line-height: 1;
  color: #951009;
  text-decoration: none;
  padding: 5px 5px 6px;
  border-radius: 5px;
  font-size: 0;
  margin: 0 3px;
} 

.social-bar svg{
  width: 18px;
  height: 18px;
  fill: #951009;
}

#back .social-bar a:hover {
  color: #450300;
  background: rgba(223, 74, 66, 0.5);
  transition: 0.25s ease-in-out;
}
#card .info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#card.flip #front {
  transform: rotateY(180deg);
}
#card.flip #back {
  transform: rotateY(360deg);
}

#background {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#background #background-image {
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-filter: blur(10px);
  background-image: url(../images/top-bg.jpg);
  background-size: cover;
}

@keyframes arrowWiggle {
  0% {
    right: 50px;
  }
  50% {
    right: 35px;
  }
  100% {
    right: 50px;
  }
}