@font-face {
  font-family: 'logo';
  src: url('fonts/normafixed.ttf') format('truetype');
}
@font-face {
  font-family: 'code';
  src: url('fonts/monogram.ttf') format('truetype');
}
@font-face {
  font-family: 'text';
  src: url('fonts/Karla-Bold.ttf') format('truetype');
}
.red { color: #BF616A; }
.yellow { color: #FFB600; }
.green { color: #5CD25C; }
.light_blue { color: #54AADB; }
.dark_blue { color: #5E81AC; }
.purple { color: #9370DB; }
.black { color: #000000; }
.dark { color: #212429; }
.less_dark { color: #242930; }
.light { color: #E6E6E6; }
.grey { color: #888888; }
body {
  background-color: #212429;
}
main {
  font-family: 'text', sans-serif;
  color: #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
a {
  color: #5E81AC;
  text-decoration: none;
}
a:hover {
  color: #E6E6E6;
}
navigation {
  font-family: 'code', sans-serif;
  font-size: 2rem;
  border-bottom: 2px solid #333333;
}
navigation a {
  display: inline-block;
  padding: 1rem;
}
h1_logo {
  font-family: 'logo', sans-serif;
  font-size: 9rem;
  color: #E6E6E6;
  margin-bottom: 1rem;
}
h2_title {
  font-family: 'text', sans-serif;
  font-size: min(12vw, 5rem);
  text-align: center;
  color: #E6E6E6;
  margin-bottom: 0rem;
  margin-top: 2rem;
}
h3_heading {
  font-family: 'text', sans-serif;
  font-size: 2rem;
  text-align: left;
  color: #E6E6E6;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
}
posts {
  width: 90vw;
  max-width: 55rem;
}
post {
  font-family: 'code', sans-serif;
  font-size: 1.7rem;
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-left: 1.1rem;
  margin-right: 1rem;
  border-bottom: 2px dotted #333333;
  margin-right: 5rem;
  .date {
    display: flex;
    color: #888888;
  }
  .title {
    display: flex;
    color: #E6E6E6;
  }
}
details {
  display: flex;
  margin-top: 1rem;
  width: 90vw;
  max-width: 55rem;
}
details h3_heading {
  margin-left: 1rem;
}
details summary::marker,
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  font-family: 'text', sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  width: fit-content;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  list-style: none;
}
details.item summary {
  margin-left: 1rem;
}
details.item summary::before {
  content: "\25CF  ";
}
p {
  font-family: 'text', sans-serif;
  font-size: 1.3rem;
  color: #E6E6E6;
  margin: 1rem;
  text-align: left;
  line-height: 2.5rem;
}
docs {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  width: 90vw;
  max-width: 55rem;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
pop {
  background-color: #242930;
  border-radius: 15px;
  box-shadow: 0px 3px 3px #0a0a0a1a, 0 0 0 1px #0a0a0a1a;
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 1rem;
}
docpop {
  background-color: #242930;
  border-radius: 15px;
  margin: 1rem;
  margin-left: 3rem;
  box-shadow: 0px 3px 3px #0a0a0a1a, 0 0 0 1px #0a0a0a1a;
  width: fit-content;
}
pop h3_heading {
  margin-left: 1rem;
}
codeblock {
  font-size: 1.5rem;
  max-height: 40rem;
  width: 90vw;
  max-width: 55rem;
  overflow: auto;
  counter-reset: line;
  font-family: 'code', sans-serif;
  color: #E6E6E6;
  background-color: #242930;
  border-radius: 15px;
  box-shadow: 0px 3px 3px #0a0a0a1a, 0 0 0 1px #0a0a0a1a;
  white-space: pre;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  .line { -webkit-user-select: none; user-select: none; color: #7f7f7f; }
}
codeblock line:before {
  counter-increment: line;
  content: counter(line);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display:inline-block;
  width: 1em;
  color: #888888
}
details codeblock {
  font-size: 1.8rem;
  margin-left: 3rem;
  width: calc(90vw - 3rem);
}
details pop {
  padding-right: 3rem;
}
details p {
  margin-left: 3rem;
  padding-right: 3rem;
}
details docpop p {
  margin-left: 1rem;
}
date {
  font-family: 'code', sans-serif;
  font-size: 1.7rem;
  color: #888888;
}
profile-img::before {
  content: "";
  margin-top: 3rem;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("images/profile.jpg");
  background-size: cover;
  background-position: center;
}
email {
  font-family: 'code', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  color: #888888;
  padding: 0.5rem;
  width: 20rem;
}