html {
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  height: 100%; }

body {
  color: #494949;
  background-color: #ededed;
  margin: 0;
  line-height: 1.5;
  min-height: 100%; }

.column-bg {
  background-color: #f6f6f5;
  -webkit-box-shadow: inset 0 0 10px -10px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px -10px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px -10px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.1); }

h1 {
  font-weight: 700;
  color: #2e2e2e;
  font-family: "Fira Sans", sans-serif; }

h2 {
  font-weight: 600;
  color: #2e2e2e;
  font-family: "Fira Sans", sans-serif; }

h3 {
  font-weight: 500;
  color: #2e2e2e;
  font-family: "Fira Sans", sans-serif; }

input {
  font-family: "Fira Sans", sans-serif; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a, a:visited {
  color: #268bd2;
  font-weight: normal;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a478f; }

.centered {
  text-align: center; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

@media (min-width: 48em) {
  .d-md-none {
    display: none !important; }

  .d-md-block {
    display: block !important; }

  .d-md-inline {
    display: inline !important; } }
.d-flex {
  display: flex !important; }

.p-2 {
  padding: 8px !important; }

.p-3 {
  padding: 16px !important; }

.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.px-5 {
  padding-right: 28px !important;
  padding-left: 28px !important; }

.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto; }

.container-med {
  max-width: 44em;
  margin-right: auto;
  margin-left: auto; }

.col-12 {
  width: 100%; }

.mb-4 {
  margin-bottom: 24px !important; }

.pt-4 {
  padding-top: 24px !important; }

.pt-6 {
  padding-top: 36px !important; }

@media (min-width: 48em) {
  .col-md-8 {
    width: 66.6666666667%; } }
@media (min-width: 48em) {
  .offset-md-1 {
    margin-right: 8.3333333333%; } }
@media (min-width: 48em) {
  .col-md-3 {
    width: 25%; } }
@media (min-width: 48em) {
  .mb-md-6 {
    margin-bottom: 40px !important; } }
.lh-condensed {
  line-height: 1.25 !important; }

.bd-bot {
  border-bottom: 1px solid #e1e4e8;
  margin-bottom: 1em; }

.border-grey {
  border: 1px solid transparent;
  border-top: none; }

.v-align-middle {
  vertical-align: middle !important; }

.flex-justify-between {
  justify-content: space-between !important; }

.d-flex {
  display: flex !important; }

.border-top {
  border-top: 1px #ededed solid !important; }

.cf-logo {
  text-align: center;
  display: inline;
  font-family: "Fira Sans", sans-serif;
  color: #f6f6f5;
  font-weight: 400;
  padding: 6px;
  margin-right: 6px;
  background-image: url("/assets/img/cf_50_blur.png");
  width: 50px;
  height: 37px; }

.site-header {
  background-color: #383838;
  /*position: sticky;
  top: 0;
  z-index: 30;*/
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.site-header-toggle {
  display: inline-block;
  padding: 0 10px;
  margin-right: -5px;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  fill: #f6f6f5; }

.site-header-toggle:focus {
  outline: 0;
  border: none;
  box-shadow: #2a478f; }

.site-header-toggle:hover {
  color: #2a478f !important; }

.site-header.open .site-header-nav {
  display: block !important; }

.site-footer {
  border: 1px solid transparent;
  background-color: #a4aecb;
  height: 4em;
  position: sticky; }

.site-header.open {
  padding-bottom: 3px !important; }

.site-header-toggle {
  display: inline-block;
  padding: 0 10px;
  margin-right: -5px;
  border-radius: 3px;
  border: 1px solid transparent; }

.menu {
  margin-bottom: 15px;
  list-style: none;
  border-radius: 3px;
  display: inline; }

.menu-item {
  position: relative;
  display: inline;
  padding: 8px 10px; }

.menu a, .menu a:visited {
  color: #f6f6f5; }

.menu a:hover, .menu a:focus {
  color: #2a478f; }

.site-header-nav a, .site-header-nav a:visited {
  color: #f6f6f5; }

.site-header-nav a:hover, .site-header-nav a:focus {
  color: #2a478f; }

.box,
.box_done,
.task-list-item {
  list-style-type: none; }

.task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle; }

.task-list-item + .task-list-item {
  margin-top: 3px; }

article {
  font-weight: 400;
  padding-bottom: 2em; }

article h1 {
  line-height: 1.25;
  font-weight: 700; }

article h2 {
  line-height: 1.25;
  font-weight: 700; }

article h3 {
  line-height: 1.25;
  font-weight: 700; }

.MathJax_Display {
  overflow-y: hidden;
  overflow-x: auto; }

.katex-display {
  overflow-y: hidden;
  overflow-x: auto; }

.logo {
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.logo a {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=1); }

.logo-text {
  float: left; }

.logo-wrapper {
  overflow: hidden;
  position: relative; }

.logo-github {
  width: 32px;
  background-image: url("/assets/img/GitHub-Mark-Light-32px.png");
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  float: left; }

/**
 * Define styles for html-converted notebooks
 */
.cell {
  margin-top: 1em;
  margin-bottom: 1em; }

.input {
  overflow: hidden;
  width: auto; }

.input_prompt {
  float: left;
  margin-top: 0.7rem;
  font-family: "Fira Mono", monospace;
  font-size: 14px;
  color: #0086B3; }

.inner_cell {
  overflow: hidden;
  margin-left: 4rem; }

.output_prompt {
  color: #cd6e75;
  float: left;
  font-family: "Fira Mono", monospace;
  font-size: 14px; }

.output_subarea {
  margin-left: 4rem;
  margin-top: 0.7rem;
  font-family: "Fira Mono", monospace;
  font-size: 14px; }

pre {
  font-family: "Fira Mono", monospace;
  margin: 0; }

/**
 * Syntax highlighting styles
 */
code {
  font-family: "Fira Mono", monospace;
  font-size: 14px;
  line-height: normal;
  background-color: #fafafb;
  color: #8094cb;
  border: #d3dbe6 solid 1px;
  border-radius: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 2px; }

div.highlight {
  font-family: "Fira Mono", monospace;
  font-size: 14px;
  background: #f9f4ef;
  position: relative;
  overflow-x: auto;
  padding: 0.7rem;
  border: #d3dbe6 solid 1px;
  line-height: normal; }
  div.highlight code {
    border: none;
    color: #383838;
    background-color: inherit;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  div.highlight .c {
    color: #998; }
  div.highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  div.highlight .k {
    color: #aa84ab; }
  div.highlight .kn {
    color: #aa84ab; }
  div.highlight .cm {
    color: #998; }
  div.highlight .cp {
    color: #999; }
  div.highlight .c1 {
    color: #998; }
  div.highlight .cs {
    color: #999; }
  div.highlight .gd {
    color: #000;
    background-color: #fdd; }
  div.highlight .gd .x {
    color: #000;
    background-color: #faa; }
  div.highlight .ge {
    font-style: italic; }
  div.highlight .gr {
    color: #a00; }
  div.highlight .gh {
    color: #999; }
  div.highlight .gi {
    color: #000;
    background-color: #dfd; }
  div.highlight .gi .x {
    color: #000;
    background-color: #afa; }
  div.highlight .go {
    color: #888; }
  div.highlight .gp {
    color: #555; }
  div.highlight .gu {
    color: #aaa; }
  div.highlight .gt {
    color: #a00; }
  div.highlight .kc {
    color: #096e65; }
  div.highlight .kt {
    color: #458; }
  div.highlight .m {
    color: #0ba298; }
  div.highlight .s {
    color: #cd6e75; }
  div.highlight .na {
    color: #82aaab; }
  div.highlight .nb {
    color: #0086B3; }
  div.highlight .nc {
    color: #458; }
  div.highlight .no {
    color: #008080; }
  div.highlight .ni {
    color: #800080; }
  div.highlight .ne {
    color: #900; }
  div.highlight .nf {
    color: #900; }
  div.highlight .nn {
    color: #3a3961; }
  div.highlight .nt {
    color: #3a3961; }
  div.highlight .nv {
    color: #3a3961; }
  div.highlight .w {
    color: #bbb; }
  div.highlight .mf {
    color: #099; }
  div.highlight .mh {
    color: #099; }
  div.highlight .mi {
    color: #099; }
  div.highlight .mo {
    color: #099; }
  div.highlight .sb {
    color: #cd6e75; }
  div.highlight .sc {
    color: #cd6e75; }
  div.highlight .sd {
    color: #cd6e75; }
  div.highlight .s2 {
    color: #cd6e75; }
  div.highlight .se {
    color: #cd6e75; }
  div.highlight .sh {
    color: #cd6e75; }
  div.highlight .si {
    color: #cd6e75; }
  div.highlight .sx {
    color: #cd6e75; }
  div.highlight .sr {
    color: #009926; }
  div.highlight .s1 {
    color: #cd6e75; }
  div.highlight .ss {
    color: #990073; }
  div.highlight .bp {
    color: #096e65; }
  div.highlight .vc {
    color: #008080; }
  div.highlight .vg {
    color: #008080; }
  div.highlight .vi {
    color: #008080; }
  div.highlight .il {
    color: #099; }

.hl-ipython3 {
  font-size: 14px; }
