@import url("alabaster.css");
@import url('//fonts.googleapis.com/css?family=Overpass:300,800|Roboto+Mono');

li {
    margin-top: 4px;
    margin-bottom: 4px;
}

p.caption {
    font-size: 90%;
}

div.body h1 { margin-bottom: 0.8em; font-size: 210%; }
div.body h2 { font-size: 160%; }
div.body h3 { font-size: 130%; }
div.body h4 { font-size: 125%; }
div.body h5 { font-size: 100%; }
div.body h6 { font-size: 100%; }

div.body h1, div.sphinxsidebar h1 {
  color: #0000008a;
  font-size: 1.8rem;
}

div.body h1, div.body h2, div.body h3,
div.body h4, div.body h5, div.body h6,
div.sphinxsidebar h1, div.sphinxsidebar h2,
div.sphinxsidebar h3, div.sphinxsidebar h4,
div.sphinxsidebar h5, div.sphinxsidebar h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
    line-height: 1.1em;
}

div.sphinxsidebar h3 {
    font-size: 16px;
}

div.sphinxsidebar input {
    box-sizing: border-box;
    font-family: 'Overpass', sans-serif;
    font-weight: 200;
    line-height: 1.75;
}

div.sphinxsidebar form {
    display: flex;
}

div.sphinxsidebar #searchbox {
    margin-top: 1.5em;
}

div.sphinxsidebar #searchbox input[type="text"] {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

div.sphinxsidebar #searchbox input[type="submit"] {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0 4px 4px 0;
}

div.sphinxsidebar ul {
    color: #999;
}

div.sphinxsidebar ul li.toctree-l2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.sphinxsidebar ul li.toctree-l2 > a {
    font-size: 100%;
    color: #666;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.sphinxsidebar ul li.toctree-l1 > a {
    line-height: 1.8em;
    font-size: 110%;
    font-weight: 800;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.sphinxsidebarwrapper {
    padding-top: 0;
}

div.sphinxsidebarwrapper > ul.current {
    margin-top: 0;
}

div.sphinxsidebarwrapper h1.logo {
    margin-top: 0;
    overflow: hidden;
    font-size: 16px;
}

div.sphinxsidebarwrapper h1.logo a {
    margin-left: -3.75em;
    border-bottom: 0;
}

div.sphinxsidebarwrapper h1.logo a:after {
    content: ' Home';
}

div.body h2 {
  font-size: 1.4rem;
}

div.body li {
    line-height: 1.5em;
}

div.body p {
    line-height: 1.5em;
}

html {
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 1.1rem;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

pre, tt, code {
    font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}

div.document {
  margin-top: 5rem;
}

/* Topbar */

.header {
  height: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  background: rgb(238,238,238);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.nav-link-item {
  padding: 10px;
  font-size: 0.875rem;
  color: black;
  border-radius: 4px;
}

h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

@media screen and (min-width: 940px) {
  div.sphinxsidebar {
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    top: 100px;
  }
}

@media screen and (max-width: 940px) {
  div.sphinxsidebar {
    display: block;
    float: none;
    width: unset;
    margin: 50px -30px -20px -30px;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    position: static;
  }
}

.wrap {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  /*
   * -----------------------------------------------------------------------------
   * Media Queries
   * -----------------------------------------------------------------------------
   */
  
  /* 640px */
  @media screen and (min-width: 40em) {
    .wrap {
      margin-left: 8.3334%; /* 1/12 */
      margin-right: 8.3334%;
    }
  
    .video {
      width: 90%;
    }
  }
  
  /* 960px */
  @media screen and (min-width: 60em) {
    .wrap {
      margin-left: 11.1112%; /* 1/9 */
      margin-right: 11.1112%;
    }
  }
  
  /* 1280px */
  @media screen and (min-width: 80em) {
    .wrap {
      margin-left: 16.66667%; /* 1/6 */
      margin-right: 16.66667%;
    }
  }
  
  /* 1600px */
  @media screen and (min-width: 100em) {
    .wrap {
      margin-left: 20%; /* 1/5 */
      margin-right: 20%;
    }
  }
  