/* Markdown */
:root{
  --maincolor: #eb3b6f;
  --bordercl:rgb(153, 109, 51);
  --callouctcolor:dodgerblue;
  --darkMaincolor: #98fdb1;
  }

  html {
    color: #232333;
    font-family: 'Optima';
    font-size: 15px;
    line-height: 1.6em;
  }

  body {
    display: block;
    margin: 0px;
  }
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  ::selection {
    background: rgb(255, 159, 191);
    color: #fff;
    text-shadow: none;
  }
  
  p {
    font-size: 3;
    font-family: 'Optima';
    line-height: 1.5;
    margin-top: .025rem;
    margin-bottom: .025rem;
  }

  .cvhead {
    font-size: 3;
    font-family: 'Optima';
    text-align: center;
    line-height: 1.5;
    margin-top: .025rem;
    margin-bottom: .025rem;
  }

  #email {
    color: #bb2025 !important;
  }

  #cellphone {
    color: #20a534 !important;
    display: inline;
  }

  #articles {
    color: #1677c7 !important;
    display: inline;
  }

  #ongoing {
    color: #c77e00 !important;
  }

  #finished {
    color: #3885f2 !important;
  }
  
  hr {
    border: 3px;
    border-style: solid dotted none none;
    color: #fe3c72
  }

  .subtitle {
    font-family: 'Optima';
    font-size: 1.15rem;
    color: #000000 !important;
    line-height: 0rem;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .subtitlecv {
    font-family: 'Optima';
    font-size: 1.1rem !important;
    color: #000000 !important;
    margin-top: -.25rem !important;
    margin-bottom: 1rem !important;
  }
  
  blockquote {
    font-family: "Optima";
    text-align: justify;
    font-size: 1em;
    line-height: 1.6;
    margin-top: 10px;
    padding-left: 1em;
    border-left: 3px solid var(--bordercl);
    border-color: #fe3c72;
    color: #000000;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  h1 {
    color:  #fe3c72;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  h2
   {
    color: rgb(0, 0, 0);
    margin-top: 2rem;
    margin-bottom: 0rem;
  }

  h3 {
    font-size: 1.4rem;
    color: #fe3c72;
    margin-top: 2.5rem;
    margin-bottom: 0em;
  }
  
  h4
   {
    font-size: 1.2rem;
    color: #fe3c72;
    margin-top: 2.25rem;
    margin-bottom: 0rem;
  }
  
  h5 {
    font-size: 1rem;
    color: #000000;
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
  
  h6 {
    color: #000000;
  }
  
  a {
    color: #fe3c72;
    text-decoration: none !important;
  }
  
  ul {
    margin-top: .85rem;
    padding-left: 1.75rem;
  }

  ul.a {
    list-style-type: circle;
    padding-top: 10rem;
  }

  li {
    padding-top: .85rem;
}
  
  /* Images */

  img {
    display: inline-block;
    border-radius: 12px;
    margin-right: 2rem;
  }

  .gallery-image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-grid {
  display: flexbox;
  text-align: center;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: .80rem;
  background:#000000;
  }

  .row {
    display: flex;
    justify-content: center;
  }

  #responsive img{
    width: 100%;
}

.img-responsive{
  margin: .5rem;
  border-radius: 0px;
}

.img-responsive-large{
  max-width: auto;
  margin: auto;
  text-align: left;
  display: flex;
  align-items: left;
  border-radius: 0px;
}

.leixon {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background:#000000;
  }


@media screen and (min-width: 600px) {
  figure {
    padding: 0 40px;
  }
}

  .divProfileImg { 
    width: 32.5%;
    height: auto !important;
    float: right;
    clear: right;
    border: 1px solid #000000;
    margin-left: .75rem;
    margin-right: .45rem;
    margin-top: .4rem;
    margin-bottom: 0rem;
    border-radius: 0px;
}

 .ResearchImg { 
   width: 46%;
   height: auto !important;
   float: right;
   margin-left: .75rem;
   margin-right: 0rem;
   margin-top: .4rem;
   margin-bottom: 0rem;
   border-radius: 0px;
}

.NewsImg { 
  width: 100%;
  height: auto !important;
  display: block;
  margin: 0.4rem auto 0;
  border-radius: 0px;
}

.myReadsImg { 
  width: 15%;
  height: auto !important;
  float: left;
  margin-left: .75rem;
  margin-right: 0rem;
  margin-top: .4rem;
  margin-bottom: 0rem;
  border-color: none;
  border-style: none;
  border-radius: .5px;
}

.image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* or space-evenly, space-around */
  gap: 0.75rem; /* space between images */
}

.adoro{
  float: right;
}

.adoromyReads{
  float: right;
}
  figure h4 {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 1em;
  }
  figure h4::before {
    content: '↳ ';
  }
  
  /* Code blocks */
  code {
    background-color: #1a9c41;
    padding: .1em .2em;
  }
  
  pre {
    display: inline-block;
    text-align: center;
    background-color: #ececec;
    line-height: 1.4;
    overflow-x: auto;
    padding: 1em;
  }
  
  .highlight pre ::selection {
    background: rgba(255, 255, 255, 0.2);
    color: inherit;
  }
  
  pre code {
    background-color: transparent;
    color: inherit;
    font-size: 100%;
    padding: 0;
  }
  
  /* Containers */
  .content {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding: 0 1ch;
    word-wrap: break-word;
  }
  
  /* Header */
  
  header {
    display: flex;
    font-size: 1.15rem;
    color: #000000;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.85em;
    margin-bottom: 1em;
  }
  
  header .main {
    font-size: 1.7rem;
    line-height: 0px;
    margin-bottom: 1em;
  }
  
  h1 {
    font-size: 1.65rem;
    color: #fe3c72;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  h6 {
    font-size: .8rem;
    color: #fe3c72;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  .meta {
    color: #999;
    letter-spacing: -0.5px;
  }

  /* blinking cursor */
  #cursor {
    background: #eb3b6f;
    -webkit-animation: blink 1.5s infinite;
    margin-left: 5px;
    width: 8px;
    height: 20px;
  }

  @-webkit-keyframes blink {
    0% {background: #222}
    50% {background: #eb3b6f}
    100% {background: #222}
  }
  
  /* Footer */
  footer {
    margin-top: 1em;
  }
  
  /* Common */
  .title h1 {
    font-family: 'Optima';
    color: #fe3c72;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  time {
    color: grey;
  }
  
  /* Posts */
  article .title {
    font-family: 'Optima';
    color: #fe3c72;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  /* Callout */
  .callout {
    background-color: var(--callouctcolor);
    color: #fff;
    padding: 1em;
  }
  
  .callout p {
    font-family: 'Optima';
    margin: 0;
  }
  
  .callout a {
    border-bottom: 3px solid #fff;
  }
  
  .callout a:hover {
    background-color: #fff;
    color: var(--callouctcolor);
  }
  
  .site-description {
  display: flex;
  justify-content: space-between;
  }
  .tags li::before{
    content: "🏷 ";
  }
  .tags a{
    border-bottom: 3px solid var(--maincolor); 
  }
  .tags a:hover{
    color:white;
    background-color: var(--hovercolor); 
  }
  svg{
    max-height: 15px;
  }

  .draft-label{ 
      color: var(--bordercl);
      text-decoration: none !important;
      padding: 2px 4px;
      border-radius: 4px;
      margin-left: 6px;
      background-color: #f9f2f4;
  }

  .highlight {
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .highlight pre code[class*="language-"] {
    -webkit-overflow-scrolling: touch;
  }
  .highlight pre code[class*="language-"]::before {
    background: black;
    border-radius: 0 0 0.25rem 0.25rem;
    color: white;
    font-size: 12px;
    letter-spacing: 0.025rem;
    padding: 0.1rem 0.5rem;
    position: absolute;
    right: 1rem;
    text-align: right;
    text-transform: uppercase;
    top: 0;
  }
  
  .highlight pre code[class=language-javaScript]::before,
  .highlight pre code[class="language-js"]::before {
  content: "js";
  background: #f7df1e;
  color: black;
  }
  .highlight pre code[class*='language-yml']::before,
  .highlight pre code[class*='language-yaml']::before {
  content: 'yaml';
  background: #f71e6a;
  color: white;
  }
  .highlight pre code[class*='language-shell']::before,
  .highlight pre code[class*='language-bash']::before,
  .highlight pre code[class*='language-sh']::before {
  content: 'shell';
  background: green;
  color:white
  }
  .highlight pre code[class*='language-json']::before{
  content: 'json';
  background: dodgerblue;
   color: #000000 
  }
  .highlight pre code[class*='language-python']::before,
  .highlight pre code[class*='language-py']::before {
  content: 'py';
  background: blue;
  color: yellow ;
  }
  .highlight pre code[class*='language-css']::before{
  content: 'css';
  background: cyan;
  color: black ;
  }
  .highlight pre code[class*='language-go']::before{
  content: 'Go';
  background: cyan;
  color: royalblue ;
  }
  .highlight pre code[class*='language-md']::before,
  .highlight pre code[class*='language-md']::before{
  content: 'Markdown';
  background: royalblue;
  color: whitesmoke ;
  }
  
  /* table */
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  
  table th{
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
    font-size: large;
  }
  
  table td{
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
  }

  .fa-goodreads-g {
  font-size: 1em;
  transform: scale(.875) translateX(-8%); /* adjust % until visually centered */
  display: inline-block;
  width: .875em;
  height: .875em;
  line-height: 1;
  vertical-align: middle;
}

  .fa-bluesky {
  font-size: 1em;
  transform: scale(.875) translateX(-8%); /* adjust % until visually centered */
  display: inline-block;
  width: .875em;
  height: .875em;
  line-height: 1;
  vertical-align: middle;
}