@import url("reset.css");
/*----------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "eb_garamond_initials";
  src: url("/css/fonts/ebgaramond-initials-webfont.woff2") format("woff2"),
       url("/css/fonts/ebgaramond-initials-webfont.woff") format("woff");
  unicode-range: U+0020-FB02;
}
@font-face {
  font-family: "HeldaneText-Regular";
  src: url("/css/fonts/HeldaneText-Regular.woff2") format("woff2"),
       url("/css/fonts/HeldaneText-Regular.woff") format("woff");
  unicode-range: U+0020-FB02;
}
@font-face {
  font-family: "HeldaneText-RegularItalic";
  src: url("/css/fonts/HeldaneText-RegularItalic.woff2") format("woff2"),
       url("/css/fonts/HeldaneText-RegularItalic.woff") format("woff");
  unicode-range: U+0020-FB02;
}
/*----------------------------------------------------------------------------------------------------*/
:root {
  --line-height: 1.35;
  --text-color: #262626;
  --primary-background-color: #FFFFFF;
  --secondary-background-color: #FAFAFA;
  --primary-color: #20599E;
  --secondary-color: #20599E;
}
@media (prefers-color-scheme: dark) {
  :root {
  --text-color: #D1D1CF;
  --primary-background-color: #0E0E0F;
  --secondary-background-color: #0E0E0F;
  --primary-color: #1860A3;
  --secondary-color: #1860A3;
 }
}
/*----------------------------------------------------------------------------------------------------*/
@media (orientation: landscape) {:root {--font-size: 1.42rem;}}
@media (orientation: portrait) {:root {--font-size: 1.4rem;}}
@media (pointer: none), (pointer: coarse) {:root {--font-size: 1.22rem;}}
@media (pointer: none), (pointer: coarse) and (max-width: 390px) {:root {--font-size: 1.16rem;}}
@media (pointer: none), (pointer: coarse) and (max-width: 375px) {:root {--font-size: 1.11rem;}}
@media (pointer: none), (pointer: coarse) and (max-width: 360px) {:root {--font-size: 1.06rem;}}
@media (pointer: none), (pointer: coarse) and (min-width: 780px) {:root {--font-size: 1.22rem;}}
/*----------------------------------------------------------------------------------------------------*/
html {
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body {
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "calt", "kern", "onum";
  -webkit-font-feature-settings: "liga", "calt", "kern", "onum";
  -ms-font-feature-settings: "liga", "calt", "kern", "onum";
  -o-font-feature-settings: "liga", "calt", "kern", "onum";
  font-feature-settings: "liga", "calt", "kern", "onum";
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-tap-highlight-color: transparent;

  font-family: "HeldaneText-Regular", Times, serif;
  color: var(--text-color);
  font-size: var(--font-size);

  background: var(--secondary-background-color);
  margin: 0 auto;
  line-height: var(--line-height);
  word-break: break-word;
  hyphens: auto;
  -moz-hyphens: auto;
}

@media (pointer: none), (pointer: coarse) {
  body { background: var(--primary-background-color); }
}

::-webkit-scrollbar, .wrapper details::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
/*----------------------------------------------------------------------------------------------------*/
.wrapper {
  background: var(--primary-background-color);
  max-width: 26.5rem;
  margin: 0 auto;
  min-height: calc(100vh - (var(--font-size) * var(--line-height) * (2.6 + 1)));
  text-align: center;
  padding: calc(var(--font-size) * var(--line-height) * 2.6) calc(var(--font-size) * var(--line-height) * 2.6) calc(var(--font-size) * var(--line-height));
}
@media (pointer: none), (pointer: coarse) {
.wrapper {
  padding: calc(var(--font-size) * var(--line-height) * 2.2) calc(var(--font-size) * 1.8) 0;
}
}
@media (pointer: none), (pointer: coarse) and (min-width: 780px) {
.wrapper {
  max-width: 22rem;
  padding: calc(var(--font-size) * var(--line-height) * 4.6) calc(var(--font-size) * 1.8) 0;
}
}
/*----------------------------------------------------------------------------------------------------*/
p {
  text-align: left;
}
p + p {
  text-indent: calc(var(--font-size) * 1.067);
}
p.image + p {
  text-indent: 0;
  margin-top: calc(var(--font-size) * var(--line-height) * 1);
}
span.last {
  white-space: nowrap;
}
/*----------------------------------------------------------------------------------------------------*/
p:first-child:first-letter {
  font-family: eb_garamond_initials, Times, serif;
   float: left;
  color: var(--primary-color);
  display: inline;
  text-indent: 0;
  line-height: 1;
  font-size: calc(var(--font-size) * 2.35);
  margin-top: calc(var(--font-size) * 0.22);
  margin-right: calc(var(--font-size) * 0.32);
}
/*----------------------------------------------------------------------------------------------------*/
a:link, .wrapper a:visited {
  outline: none;
  text-decoration: none;
  color: var(--secondary-color);
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
a:hover, .wrapper a:hover {
  opacity: 50%;
}
a.links, a.links:visited {
  color: var(--text-color);
}
/*----------------------------------------------------------------------------------------------------*/
img {
  height: calc(var(--font-size) * var(--line-height) * 10);
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  padding-bottom: calc(var(--font-size) * var(--line-height) * -1 );
}
/*----------------------------------------------------------------------------------------------------*/
.sc {
  font-feature-settings: "smcp", "c2sc";
  font-style: normal !important;
  text-indent: 0;
  text-transform: lowercase;
}
.em {
  font-family: "HeldaneText-RegularItalic", Times, serif;
  color: var(--primary-color);
}
/*----------------------------------------------------------------------------------------------------*/
a.footer {
  color: var(--primary-color);
  display:flex;
  justify-content: right;
  padding-right: calc(var(--font-size) * 1.067);
  margin-top: calc(var(--font-size) * var(--line-height));
  margin-bottom: calc(var(--font-size) * var(--line-height) * 3);
}
/*----------------------------------------------------------------------------------------------------*/
.blog:first-child:first-letter {
  all:unset;
}
.blog {
  text-align: center;
  color: var(--primary-color);
  font-size: calc(var(--font-size) * 2);
}
/*----------------------------------------------------------------------------------------------------*/
table {
  margin-top: calc(var(--font-size) * var(--line-height));
  margin-bottom: calc(var(--font-size) * var(--line-height) * -1 );
  width: 100%;
  border-collapse: collapse;
}
thead {
  display: none;
}
tr td {
  padding-bottom: calc(var(--font-size) * var(--line-height));
}
td:nth-child(1) {
  color: var(--primary-color);
  text-align: left;
  white-space: nowrap;
  padding-right: calc(var(--font-size) * 1);
}
td:nth-child(2) {
  text-align: left;
}
/*----------------------------------------------------------------------------------------------------*/
ul {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  column-count: 2;
  column-gap: calc(var(--font-size) * 3);
  list-style-type: none;
  padding: 0;
  margin: calc(var(--font-size) * var(--line-height)) 0;
  margin-left: calc(var(--font-size) * 1.42);
}
ul li {
  font-size: calc(var(--font-size));
  line-height: calc(var(--line-height) * 18 / 12);
  position: relative;
  break-inside: avoid;
}
ul li a {
  position: relative;
}
ul li a::before {
  color: var(--primary-color);
  left: calc(var(--font-size) * -1.42);
  position: absolute;
}
@media (max-width: 350px) {
.list {
  text-align: left;
  margin-left: calc(var(--font-size) * 1.067);
}
ul {
  column-count: 1;
}
}
/*----------------------------------------------------------------------------------------------------*/
ul li.Searxng a::before { content: "x";}
ul li.Nitter a::before { content: "n";}
ul li.Voyager a::before { content: "v";}
ul li.Mlmym a::before { content: "o";}
ul li.Photon a::before { content: "ph";}
ul li.SimplyTranslate a::before { content: "t";}
ul li.Gitea a::before { content: "#";}
ul li.Teddit a::before { content: "i";}
ul li.Libreddit a::before { content: "l";}
ul li.Binternet a::before { content: "bn";}
ul li.Gothub a::before { content: "g";}
ul li.AnonymousOverflow a::before { content: "a";}
ul li.Send a::before { content: "s";}
ul li.Privatebin a::before { content: "b";}
ul li.Etherpad a::before { content: "e";}
ul li.StirlingPDF a::before { content: "p";}
ul li.ITTools a::before { content: "it";}
ul li.Quetre a::before { content: "q";}
ul li.Scribe a::before { content: "m";}
ul li.Libremdb a::before { content: "d";}
ul li.Breezewiki a::before { content: "z";}
ul li.Cinny a::before { content: "c";}
ul li.UptimeKuma a::before { content: "u";}
ul li.Imgin a::before { content: "r";}
ul li.Sourcecode a::before { content: "sc";}
ul li.Fourget a::before { content: "4g";}
ul li.Priviblur a::before { content: "tb";}
ul li.Cloudtube a::before { content: "yt";}
ul li.Wolfree a::before { content: "wf";}
ul li.Proxigram a::before { content: "ig";}
ul li.Proxitok a::before { content: "tt";}
ul li.Rat a::before { content: "ti";}
