
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #757575;
  border: 0px none #9e9e9e;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
::-webkit-scrollbar-thumb:active {
  background: #e0e0e0;
}
::-webkit-scrollbar-track {
  background: #424242;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666;
}
::-webkit-scrollbar-track:active {
  background: #212121;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #212121;
}

header {
    margin-bottom: 20px;
}

main {
    flex: 1 0 auto;
    z-index: 100;
}

.page-index {
    margin-top: -6rem;
}

blockquote {
    border-color: #ff9800;
}

h1 {
    color: #78909c;
}

article h6 {
    color: #bdbdbd;
}

article .flow-text h1 {
    color: #b0bec5;
}
article .flow-text h2, article .flow-text h3, article .flow-text h4, article .flow-text h5, article .flow-text h6 {
    text-align: left;
    color: #e0e0e0;
    border-bottom: 1px solid #90a4ae;
}

article ul li {
    list-style-type: square;
    margin-left: 2rem;
}

article h1:first-of-type {
    margin: 0 0 0.2em;
}

article.card-panel {
    margin: -30rem 0 1rem 0;
}

pre {
    color: grey;
    padding: 0.5em;
}

code {
    background: #2b2b2b;
    padding: 1px 4px;
}

main a, main a:link {
    color: #4db6ac;
}

main a:hover {
    color: #b2dfdb;
    text-decoration: underline;
}

main a:visited {
    color: #009688;
}

table {
    background: #333;
}

td, th {
    padding: 15px;
}

th {
    background: #212121;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

a.dropdown-taglist, .dropdown-taglist i {
    color: #999 !important;
}
a.dropdown-taglist:hover {
    color: #fff !important;
    text-decoration: none;
}
a.dropdown-taglist i {
    color: #999 !important;
}
a.dropdown-taglist:hover {
    color: #fff !important;
    text-decoration: none;
}

#breadcrumbs {
    background-color: #37474f;
}
a.breadcrumb:hover {
    color: #fff;
}

.no-margin {
    margin: 0;
}

#search {
    width: 0;
}

.highlighttable {
    margin: auto;
    max-width: 100vw;
}

.highlighttable pre {
    padding: 0.2em;
    margin: 0;
}

.highlighttable td {
    padding: 5px;
}

.highlighttable .code {
    background-color: #2b2b2b;
    max-width: calc(1280px - 100px);
    overflow: auto;
}

.flow-text.section pre {
    font-size: 0.8em;
    line-height: 1.1em;
}

.linenos {
  vertical-align: top;
    background-color: #333;
}

.figure {
    text-align: center;
}

.caption {
    font-size: smaller;
    margin-top: 0;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.side-nav a {
    color: #b0bec5;
}

.side-nav .active a {
    color: #cfd8dc;
}

.side-nav .collapsible-body li.active a {
    color: #fff;
}

.divider {
    background: #455a64;
}

.vertical-align-middle {
    vertical-align: middle;
    padding-bottom: 3px;
}

.dropdown-content {
    background-color: #455a64;
}
.dropdown-content li a {
    color: #cfd8dc;
}
.dropdown-content li a:hover {
    text-decoration: none;
}
.dropdown-content li:hover {
    background-color: #607d8b;
    color: #fff;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background: #607d8b;
}

.dropdown-content li.active a {
    color: #fff;
}

.category-name {
    margin-right: 10px;
    color: #78909c !important;
}
.category-name:hover {
    color: #b0bec5 !important;
    text-decoration: none;
}

.side-nav .subheader {
    color: #fff;
}
.side-nav .caret {
    margin: 0 !important;
    color: #b0bec5 !important;
}

.article-details {
    margin-top: 20px;
}
main .article-details a {
    color: #80cbc4 !important;
}

.date-modified {
    color: #666;
    font-style: italic;
}

main .pagination a, main .pagination a:link {
    color: #aaaaaa;
}

a.article-name {
    color: #78909c !important;
}

a.article-name:hover {
    color: #212121 !important;
    text-decoration: none;
}

input[type="search"] {
  height: 64px !important; /* or height of nav */
  margin: 0;
}
.input-field input[type=search] {
    /*padding-left: 2rem;*/
}
.input-field input[type=search]:focus {
    background-color: #1c2529;
    border: 0;
    box-shadow: none;
    color: #fff;
}
#page-archives dt {
    font-size: 1.6em;
}

#page-archives dd {
    font-size: 1.4em;
    color: #aed581;
}

.parallax-container-sm {
    height: 200px;
    width: 100%;
}

.parallax-container {
    width: 100%;
}

footer.page-footer {
    padding-top: 0;
}