
/* Side Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 992px) { 
  .container {
    padding: 5px 10px;
  }
  .sidebar-nav {
    display: inline-block!important;
    list-style: none;
  }
  .sidebar-nav>li {
    padding: 0;
    display: inline-block!important;
  }
  .sidebar-nav>li>a::after {
    content: "/";
    padding: 0 10px;
  }
  .sidebar-nav>li:last-child>a::after {
    content: none;
  }
}
 
.nav>li>a {
  padding: 5px 0px;
}
.nav>li>a:hover,
.nav>li>a:focus {
  background:none;
}

#site-title {
  font-stretch: extra-condensed;
  font-size: 24px;
  font-weight: 900;
  margin-top: 5px;
}

.bs-docs-sidebar.affix {
  position: static;
}

@media (min-width: 992px) {
  /* .bs-docs-sidebar .nav > .active > ul { */
  /*   display: block; */
  /* } */
  /* Widen the fixed sidebar */
  .bs-docs-sidebar.affix,
  .bs-docs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-docs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 20px;
  }
  .bs-docs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
  .bs-docs-sidebar.affix .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-docs-sidebar.affix-bottom,
  .bs-docs-sidebar.affix {
    width: 263px;
  }
}



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html { font-size: 62.5%; }
body {
  font-size: 1.5rem; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.4;
  font-weight: 400;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(40, 40, 40); }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
  }

h1 { font-size: 4.0rem; }
h2 { font-size: 3.6rem; }
h3 { font-size: 3.0rem; color: rgb(100, 100, 100); }
h4 { font-size: 2.6rem; }
h5 { color: rgb(100, 100, 100); }     /* Blog dates */
h6 { font-size: 1.6rem; }             /* Course titles */

/* Larger than phablet */
  @media (min-width: 550px) {
    h1 { font-size: 4.0rem; }
    h2 { font-size: 3.0rem; }
    h3 { font-size: 2.5rem; }
    h4 { font-size: 2.0rem; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
  font-size: 100%
}
