@font-face {
  font-family: 'Blog Mono';
  src: url('/static/iosevka-fixed-extended.ttf');
}

@font-face {
  font-family: 'Blog Sans';
  src: url('/static/Exo2-Regular.ttf');
}

@font-face {
  font-family: 'Blog Serif';
  src: url('/static/Revans-Regular.ttf');
}

html {
  font-size: 100%;
  min-height: 100%
}

html, body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  min-height: 100vh;
  /* line-height: 1.5em; */
  color: #000000;
  font-family: 'Blog Serif';
  font-size: 12px;
  margin-top: 0px;
  max-width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Blog Serif', serif;
  line-height: 1.1em;
}

h1, h2 {
  column-span: all;
}

img {
  display: block;
  max-width: 100%;
  height: auto
}

.container {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 0px;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  font-size: 1.5em;
  /* line-height: 1.5em; */
  line-height: 1.1em;
  padding-left: 30px;
  padding-right: 30px;
  background: #FFFFFF;
}

@media (max-width: 480px) {
  .container {
    margin-left: 1%;
    margin-right: 1%;
  }

}

@media (max-width: 1024px) {
  .container {
    max-width: 650px;
    margin: 30px auto 0px auto;
  }

}

@media (min-width: 1024px) {
  .container {
    max-width: 800px;
    margin: 30px auto 0px auto;
  }
}

.image {}

a:hover {
  color: #1a73e8;
  text-decoration: underline;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:visited {
  color: #1a73e8;
  text-decoration: none;
}

a:active {
  color: #1a73e8;
  text-decoration: none;
}

blockquote {
  margin-left: 0px;
  margin-right: 0px;
}

pre, .latexblock, blockquote {
  border-left-color: #BBB;
  border-left-style: solid;
  border-left-width: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #FEFEFE;

}

pre, blockquote {
  padding-left: 10px;
}

pre {
  font-family: 'Blog Mono', monospace;
  font-size: 90%;
}

pre {
  overflow-x: auto;
}

.latexblock {
  line-height: 1em;
}

pre,
kbd,
samp,
tt {
  font-family: 'Blog Mono', monospace;
}

.inline {
  white-space: nowrap;
  background: #efefef;
}

ul,
ol {
  list-style-position: inside;
  padding-left: 0;
}

ul {
  list-style-type: disclosure-closed;
}

/* https://stackoverflow.com/a/31633969/5305365 */
br {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 0; /* change this to whatever height you want it */
}

#footer {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-item {
  padding-left: 1em;
  padding-right: 1em;
}
