@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");
@import url("https://fonts.googleapis.com/css?family=JetBrains Mono");
@import url("https://fonts.googleapis.com/css?family=Jost");

/* Set variables */
:root {
  --font-size-1: 2rem;
  --font-size-2: 1.5rem;
  --font-size-3: 1.15rem;
  --font-size-4: 1rem;

  --font-size-small: 0.8rem;
  --font-size-xsmall: 0.6rem;
}

/* Set padding and margin */

html,
body {
  padding: 20px;
  margin: 0;
  background-color: #363a4f;
  color: white;
  font-size: 16px;
}

.postable {
  background-color: #232634;
}

/* Header margin */
h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* ------------------------- */

::selection {
  background-color: #838ba7;
  color: black;
}

html,
body {
  font-family: "Jost";
  font-weight: 100;
}

h1 {
  font-size: var(--font-size-1);
}
h2 {
  font-size: var(--font-size-2);
}
h3 {
  font-size: var(--font-size-3);
}
h4 {
  font-size: var(--font-size-3);
}
h5 {
  font-size: var(--font-size-3);
}

/*
h1 > .subtitle{
    font-size: var(--font-size-3);
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.03em;
}

.outline-2 > h2,
#table-of-contents > h2 {
  text-align: center;
}

/* Table of contents */
#table-of-contents ul {
  list-style-type: none;
  margin: 0;
}

#table-of-contents .tag {
  display: none;
}

.outline-3 {
  border-bottom: 1px solid black;
}

.outline-2 > h2 {
  grid-row-start: 1;
  grid-row-end: 2;
}

.outline-2 {
  grid-row-start: 2;
  grid-row-end: 3;
}

img {
  max-width: 100%;
}

/* Code */
pre {
  padding: 0rem;
  font-size: var(--font-size-1) !important;
}

.outline-3 {
  display: grid;
  grid-template-columns: 40fr 60fr;
}

blockquote {
  border-left: 0.2rem solid white;
  padding-left: 1rem;
  font-style: italic;
}

a,
p,
ol,
ul,
table,
code {
  color: white;
  font-size: 
  line-height: 2;
}

pre.src-python::before {
  background-color: #24273a;
  color: #c6d0f5;

}

pre.src-bash::before {
  background-color: #24273a;
  color: #c6d0f5;

}

pre,
status {
  background-color: #24273a;
  line-height: 1.8;
  border-radius: 5px;
  padding: 0.5em 0.5em;
  border-color: #24273a;
  font-size: var(--font-size-small) !important;
}

table,
blockquote,
pre,
ol,
ul,
p,
#postamble {
  margin-top: 1rem;
  margin-bottom: 1rem;
    font-size: 16px;

}

h2,
h3,
h4,
h5,
h6 {
  font-size: 16pt;
  color: #c6d0f5;
}

h1 {
  color: #8aadf4;
  font-size: 16pt;
  background-color: #232634;
}

h2 {
  color: #f5a97f;
  font-size: 16pt;
}

.topbar {
  background-color: white;
  position: fixed;
  margin: -10%;
  z-index: 10;
  height: 10%;
  width: 110%;
  border-top: 1px solid Orange;
}

h3 {
  color: #e5c890;
}

h4 {
  color: #a6d189;
}

h5 {
  color: #85c1dc;
}

h6 {
  color: #85c1dc;
}

::marker {
  color: #e78284;
}

.tag {
  margin-top: 0.5rem;
  display: block;
  color: white;
  font-size: var(--font-size-xsmall);
}

.tag > span {
  font-weight: 400;
  font-size: 0.6rem;
  background-color: purple;
  text-transform: uppercase;
  border-radius: 2px;
  width: fit-content;
  height: auto;
  padding: 1px 5px;
  margin: 1px;
}
/* Stripe table */
tr:nth-child(even) {
  background-color: #232634;
}

.title {
  padding: 2vh 5vw;
}

.Code {
    font-family: "JetBrains Mono", monospace;
    color: #a6e3a1;
    font-size: 10pt;
    display: inline;

    
}

.Hlight {
    color: #fab387;
}

pre {
  font-family: "JetBrains Mono", monospace;
  font-size: var(--font-size-xsmall);
  max-width: 200%;
}

.example {
   margin-top: 1rem;
  margin-bottom: 1rem;
}


.org-org-meta-line {
  color: purple;
}

.org-keyword {
  color: purple;
}

a {
  color: white;
}

.underline {
  text-decoration: underline;
}

.todo {
  color: #7d161a;
  font-weight: 400;
}

.done {
  color: purple;
  font-weight: 400;
}

/* Postamble */

#postamble {
  text-align: center;
  width: 100%;
}

#postamble > p {
  display: inline;
}

.outline-text-2,
.outline-text-3,
.outline-text-4 {
  max-width: 100%;
  overflow-x: auto;
}

/* highglighting */
.org-function-name {
  color: #8aadf4;
}
.org-keyword {
  color: #ca9ee6;
}
.org-builtin {
  color: #e78284;
}

.org-comment,
.org-comment-delimiter {
  color: #8a8a8a;
}
.org-preprocessor {
  color: #008787;
}
.org-type {
  color: #af5f00;
}
.org-variable-name {
  color: #c6d0f5;
}
.org-constant {
  color: #ef9f76;
}
.org-warning {
  color: #ff8c00;
  font-weight: 700;
}
.org-error {
  color: red;
  font-weight: 700;
}
.org-escape-glyph {
  color: #8700ff;
}

.src src-python {
  color: #8700ff;
}

.org-src-container {
  color: #a6d189;
}

.org-operator {
  color: #81c8be;
}

.org-rainbow-delimiters-depth-1 {
  color: #e78284;
}

.org-rainbow-delimiters-depth-2 {
  color: #ef9f76;
}

.org-rainbow-delimiters-depth-2 {
  color: #e5c890;
}

.theory {
  font-weight: 400;
  background-color: #c6d0f5;
  border-radius: 5px;
  height: auto;
  border-color: #24273a;
  padding: 1px 5px;
  margin: 1px;
  color: black;
}

.collapse {
  background-color: #a2de96;
  border: none;
  outline: none;
  font-size: 25px;
}

.active,
.collapse:hover {
  background-color: #438a5e;
}

.text {
  background-color: #e1ffc2;
  display: none;
  font-size: 20px;
}

div {
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
}

p {
  font-size: 12pt;
}

hr {
  border: none;
  border-top: 1px #f00;
  color: #fff;
  height: 1px;
  width: 100%;
}

fieldset {
  border: 1px solid white;
  color: white;
  text-align: center;
  width: 200px;
}
legend {
  padding: 0 10px;
}
