:root{
  --prim: #84bbff;
  --prim2: #84bbff;
  --prim-bg: #8db7e539;
  --sec: #84bbff;
  --sec2: #8643f9;
  --grad1: var(--sec);
  --grad2: #84bbff;
  --grad3: var(--prim);
  --sec-bg: #eeeeff;
  --bg: #fafbff;
  --bg-sec: #fafdff;
  --bg-sec2: #ffffff;
  --fg: black;
  --fg-sec: #99b;
  --fg-sec2: #999;
  --org-todo: red;
  --org-done: #61bb7B;
  --org-prio: orange;
  --link: #a080f9;
  --bg-dotsize:1.5px;
}
@font-face {
  font-family: 'oxanium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("oxanium.woff2") format("woff2");
}

html {
  line-height: 1.5;
  font-family:  "oxanium",sans-serif;
  font-size: 11pt;
  color: var(--fg);
  background-color: var(--bg);
}

html,body{
  background-image: radial-gradient(var(--sec-bg) var(--bg-dotsize), transparent var(--bg-dotsize));
  background-size: 20px 20px;

}
body {
  margin: 0 auto;
  max-width: 64em;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 42px;
  padding-bottom: 50px;
  hyphens: auto;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  background-color: var(--bg);
}
@media (max-width: 600px) {
  body {
    font-size: 0.9em;
    padding: 1em;
  }
  h1 {
    font-size: 1.8em;
  }
}
@media print {
  body {
    background-color: transparent;
    color: black;
    font-size: 12pt;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3, h4 {
    page-break-after: avoid;
  }
}
.title{
  margin-top:5px;
  #box-shadow: inset 0px 0px 5px 0px rgb(202, 202, 202), 0px -4px 5px -3px #bbbbbb, 0px 5px 1px -3px #ffffff;
}
.content {
  margin: auto;
  margin-top:35px;
  background: var(--bg-sec2);
  box-shadow: inset 0px 0px 5px 0px rgb(202, 202, 202), 0px -4px 5px -3px #bbbbbb, 0px 5px 1px -3px #ffffff;
  border-radius: 15px;
  max-width: 64rem;
  #margin-left: -4vw;
  #margin-right: -4vw;
  padding-left: 25px;
  padding-bottom: 15px;
  padding-right: 25px;
}
.outline-text-2{
  position:relative;
}
.blog-img-div{
  align-content:center;
}

.blog-preview{
  display:flex;
}
.blog-img{
 border-radius:20px;
 margin: 0px 20px 0px 0px;
 max-width:90%;
 display:inline;
}
.blog-banner{
 #max-height: 200px;
 max-width:100%;
 border-radius:20px;
 float:left;
 margin: 0px 20px 0px 0px;
 display:inline;
}

div.gallery p{
  background: var(--bg-sec);
  border-radius:20px;
  box-shadow: inset 0px 0px 5px 0px rgb(202, 202, 202), 0px -4px 5px -3px #bbbbbb, 0px 5px 1px -3px #ffffff;
  padding: 5pt;
  display:flex;
  overflow-x: scroll;
}
div.gallery img {
  margin: 5pt;
}
img.zoomed {
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  max-width:90%!important;
  max-height:90%;
  transition: max-width 0.2s;
  transition-timing-function: ease-out;
}

.blog-date{
  position:absolute;
  margin-top:-15px;
  top:0;
  left:0;
  color:var(--fg-sec);
}
.description{
  align-content:center;
}
.taglink{
  margin-right:8px;
}
.taglist{
  position: relative;
  margin:5px;
  z-index:2;
}
.bloglink {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top:0;
  right:0;
  display:inline-block;
}

p {
  margin: 1em 0;
}
a:hover {
  font-size:1.3em;
  background-color: transparent;
}
a:active {
  font-size:1.5em;
  background-color: transparent;
  text-decoration: line-through;
}
a:link {
  transition:font-size .2s;
  color: var(--link);
  border-style:none;
  border-radius:5px;
  padding:2px;
  text-decoration: none;
}
a:visited {
  color: var(--link);
  border-style:none;
  padding:2px;
  text-decoration: none;
}
img.big{
 max-width:100%;
}
img.small{
 max-width:40%;
}
img {
  border-radius:20px;
  max-width: 60%;
  color: var(--fg-sec);
  transition: max-width 0s;
}
h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px solid var(--grad1);
  color: var(--sec);
  margin-top: 1.4em;
}
h1{
  color: var(--grad1);
  padding-top:10px;
  border-bottom: 1px solid var(--grad2);
}
h2{
  border-bottom: 1px solid var(--grad2);
  color: var(--grad2);
}
h3{
  border-bottom: 1px solid var(--grad3);
  color: var(--grad3);

}
ol, ul {
  padding-left: 1.7em;
  margin-top: 1em;
}
li > ol, li > ul {
  margin-top: 0;
}
blockquote {
  margin: 1em 0 1em 0em;
  padding-left: 1em;
  border-left: 2px solid var(--fg-sec2);
  color: var(--fg-sec);
}
video{
  max-width: 100%;
}
.tag {
  color: var(--sec);
  font-family: monospace;
  overflow: auto;
}

code {
  white-space: pre-wrap;
  color: var(--prim2);
  font-size: 100%;
  margin: 0;
}

li.on code {
  white-space: pre-wrap;
  color: var(--org-done);
  font-size: 100%;
  margin: 0;
}
li.trans code {
  white-space: pre-wrap;
  color: var(--fg-sec);
  font-size: 100%;
  margin: 0;
}
@keyframes overlay{
  0% {
    height:0%;
    top: 0;
  }
  50% {
    bottom:0;
    height:100%;
  }
  100% {
    bottom:0;
    height:0%;
  }
}

#overlay{
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  #background-color: #000;
  #background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  animation: overlay 500ms;
  animation-timing-function: ease-in-out;
}

#navbar{
  box-shadow: inset 0px 0px 5px 0px rgb(202, 202, 202), 0px -4px 5px -3px #bbbbbb, 0px 5px 1px -3px #ffffff;
}
.nav a{
  color:var(--prim2);
  padding:5px;
}
.nav{
  left: 50%;
  transform: translate(-50%, 0);
  font-size:15pt;
  position: fixed;
  width: 100%;
  background-color:var(--bg-sec2);
  text-align:center;
  border: 0px black;
  z-index:1;
}
.top{
  top:0px;
  border-radius: 0 0 15px 15px ;
}
.bottom{
  bottom:0px;
  border-radius: 15px 15px 0 0;
}
.date{
  text-align:center;
  color:var(--fg-sec);
}
.center {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

.nav-link{
  
  margin: auto;
font-size:130%;
padding:10pt;
}
.searchEntries{
  margin:auto;
  background-color: var(--bg-sec);
  text-align: left;
  border: 1px var(--prim);
  border-radius: 10px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: dashed;
  padding: 5pt;
  font-size:90%;
  font-family: monospace;
  color:var(--fg);
  margin:0.8em;
}
pre code{
  color:var(--fg);
}
pre {
  border: 1px solid var(--fg-sec);
  border-radius: 15px;
  border-style:dotted;
  background-color: var(--bg-sec);
  padding: 8pt;
  font-family: monospace;
  overflow: auto;
  margin: 1.2em;
}
pre.src {
  overflow: auto;
}
pre.src:before {
  display: none;
  position: absolute;
  top: -8px;
  right: 12px;
  padding: 3px;
  color: var(--fg-sec);
  background-color: var(--bg-sec2);
}
pre.src:hover:before {
  display: inline;
  margin-top: 14px;
}
.sourceCode {
  background-color: transparent;
  overflow: visible;
}
hr {
  background-color: var(--bg);
  border: none;
  height: 1px;
  margin: 1em 0;
}
table {
  margin: 1em 0;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-variant-numeric: lining-nums tabular-nums;
}
table caption {
  margin-bottom: 0.75em;
}
tbody {
  margin-top: 0.5em;
}
th {
  padding: 0.25em 0.5em 0.25em 0.5em;
  border-bottom: 1px solid var(--fg);
  background-color: var(--bg-sec)
}
td {
  border: 1px solid var(--fg-sec);
  padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
  margin-bottom: 1em;
  text-align: center;
}
input[type=checkbox][disabled] {
  outline: 1px solid var(--fg-sec2);
}
input[type=checkbox][disabled][checked] {
  outline: 2px solid var(--org-done);
  color: green;
}
li::marker{
  color:var(--prim);
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

a.footref{
  color:var(--grad1);
}

a.footnum{
  color:var(--grad1);
  border-radius: 10px;
  background-color: var(--sec-bg);
}

#TOC li a{
  color: var(--fg);
}
#TOC li::marker{
  content:"✦ ";
  color:var(--sec2);
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
#TOC ul {
  padding-left: 2.3em;
}
#TOC{
  margin-top:18px;
  color: var(--prim);
  border: 1px solid var(--fg-sec);
  border-radius: 10px;
  border-style:inset;
  background-color: var(--bg-sec);
}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}

