/** Change below to each code library's theme colors **/
/** Fonts **/
/** Colors **/
/** Media query breakpoints **/
header { text-align: center; padding-top: 50px; background-color: #FFFFFF; }
header .wrapper { position: relative; }
header .header-logo { position: relative; margin-top: 20px; }
header .header-logo .logo { max-width: 380px; width: 100%; height: 100px; background-repeat: no-repeat; background-size: 100% 100%; margin: 0 auto; background-image: url(/assets/imgs/dune_logo.png); }
header .open-source-link { position: absolute; top: -70px; cursor: pointer; }
header .open-source-link .text { position: absolute; top: 20px; font-size: 14px; transition: .5s all ease; opacity: 0; width: 200px; }
header .open-source-link:hover .text { opacity: 1; -webkit-transform: translate(20px, 0); transform: translate(20px, 0); }
header .open-source-link img { width: 50px; height: 50px; z-index: 99; }
header .github-logo { max-width: 38px; position: relative; bottom: -15px; }
header .links-container { position: absolute; right: 20px; top: -70px; }
header .links-container a { margin: 0 2px; }
header .tagline { font-family: "Alright Sans LTV Light", "Alright Sans Light", Helvetica, Arial, sans-serif; margin-top: 20px; font-style: italic; font-size: 14px; color: #000000; }
header nav { border-top: 1px solid #884040; border-bottom: 5px solid #884010; margin-top: 50px; padding: 8px 0; background-color: #ffffff; }
header nav ul { padding: 10px 0; }
header nav ul li { list-style: none; display: inline-block; }
header nav ul li.active a { border-bottom: 3px solid #884010; }
header nav ul li a { padding-bottom: 6px; margin: 0 20px; font-size: 20px; text-transform: uppercase; color: #000000; font-family: "Alright Sans LTV Medium", "Aliright Sans Medium", Helvetica, Arial, sans-serif; }

@media screen and (max-width: 768px) { header nav ul li a { margin: 0 8px; font-size: 14px; }
  header .header-logo .logo { background-image: url(/assets/imgs/dune_mobile_logo.png); height: 270px; width: 240px; }
  header .tagline { position: absolute; right: 0; left: 0; bottom: 0; }
  header .links-container span { display: none; } }
.site-footer { background-color: #884010; padding: 20px 0; color: #ffffff; z-index: 100; }
.site-footer .col h3 { font-family: "Alright Sans LTV Medium", "Aliright Sans Medium", Helvetica, Arial, sans-serif; font-size: 32px; color: #ffffff; }
.site-footer .col a { color: #ffffff; font-weight: bold; }
.site-footer .col p { font-family: "Alright Sans LTV Light", "Alright Sans Light", Helvetica, Arial, sans-serif; }
.site-footer .col a, .site-footer .col p { font-size: 19px; }
.site-footer .col ul { margin: 0; }
.site-footer .col ul li { list-style: none; }
.site-footer .footer-logos { margin-top: 20px; text-align: center; }
.site-footer .footer-logos img { margin: 15px; max-width: 130px; height: 29px; }
.site-footer .footer-logos img:nth-child(2) { margin-right: 0; }

@media screen and (max-width: 768px) { .site-footer .footer-logos img:first-child { margin-left: 0; }
  .site-footer .col { margin-left: 0; margin-right: 0; }
  .site-footer .col h3 { font-size: 24px; }
  .site-footer .col a, .site-footer .col p { font-size: 17px; } }
main .main-container { min-height: 250px; }
main .main-container .page-header { text-align: center; max-width: 600px; margin: 40px auto; }
main .main-container .page-header h1 { font-size: 48px; font-weight: bold; }
main .main-container .page-header small { font-size: 17px; }
main .main-container p { line-height: 1.5em; margin-bottom: 15px; }
main .main-container ul { margin-bottom: 15px; }
main .main-container .flex-grid .col pre, main .main-container .flex-grid .col .highlight .hll, .highlight main .main-container .flex-grid .col .hll { width: auto; }

.blog .post-header, article.blog-post .post-header { margin-bottom: 10px; }
.blog .post-header h1, article.blog-post .post-header h1 { margin-top: 6px; font-size: 20px; }
.blog .post-header h3, article.blog-post .post-header h3 { font-size: 40px; }
.blog .post-content, article.blog-post .post-content { margin-bottom: 40px; }
.blog .post-header-image, article.blog-post .post-header-image { width: 100%; }
.blog .post-header-image img, article.blog-post .post-header-image img { display: block; max-width: 80%; margin: 20px auto; }
.blog .post-comments, article.blog-post .post-comments { margin-bottom: 20px; }

.blog .article-index article { margin-bottom: 40px; }

article.blog-post { margin: 40px 0; }

.highlighter-rouge { margin: 0; display: inline; }

pre, .highlight pre, .highlight .hll { background-color: #f8f8f8; padding: 6px 10px; border-radius: 2px; overflow-x: auto; }

.highlight .c, .highlight .cm, .highlight .c1 { color: #999988; }
.highlight .gr, .highlight .gt { color: #a61717; }
.highlight .k, .highlight .o, .highlight .cp, .highlight .cs, .highlight .gs, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .gu, .highlight .ne, .highlight .nf, .highlight .ow { font-weight: bold; }
.highlight .cp, .highlight .cs, .highlight .gh { color: #999; }
.highlight .gd, .highlight .gd .x, .highlight .gi, .highlight .gi .x { color: black; }
.highlight .gd { background-color: #e3d2d2; }
.highlight .gd .x { background-color: #ffaaaa; }
.highlight .gi { background-color: #ddffdd; }
.highlight .gi .x { background-color: #aaffaa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gu { color: #800080; }
.highlight .kt { color: #445588; font-weight: bold; }
.highlight .m { color: #009999; }
.highlight .s { color: #dd1144; }
.highlight .n { color: #333; }
.highlight .na { color: teal; }
.highlight .nb { color: #0086b3; }
.highlight .nc { color: #445588; font-weight: bold; }
.highlight .no { color: teal; }
.highlight .ni { color: purple; }
.highlight .ne { color: #990000; }
.highlight .nf { color: #990000; }
.highlight .nn { color: #555555; }
.highlight .nt { color: navy; }
.highlight .nv { color: teal; }
.highlight .w { color: #bbbbbb; }
.highlight .mf { color: #009999; }
.highlight .mh { color: #009999; }
.highlight .mi { color: #009999; }
.highlight .mo { color: #009999; }
.highlight .sb { color: #dd1144; }
.highlight .sc { color: #dd1144; }
.highlight .sd { color: #dd1144; }
.highlight .s2 { color: #dd1144; }
.highlight .se { color: #dd1144; }
.highlight .sh { color: #dd1144; }
.highlight .si { color: #dd1144; }
.highlight .sx { color: #dd1144; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #dd1144; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: teal; }
.highlight .vg { color: teal; }
.highlight .vi { color: teal; }
.highlight .il { color: #009999; }
.highlight .gc { color: #999; background-color: #EAF2F5; }

.page-wrap.docs main { display: flex; }
.page-wrap.docs .toc-wrapper { margin: 50px 30px 30px 4%; width: 275px; }
.page-wrap.docs .toc-wrapper .toc { background: #ffffff; padding: 20px; }
.page-wrap.docs .toc-wrapper .toc #nav-wrapper { position: relative; }
.page-wrap.docs .toc-wrapper .toc #nav-wrapper #hamburger { cursor: pointer; height: 50px; padding: 15px 20px; margin-bottom: 0; }
.page-wrap.docs .toc-wrapper .toc #nav-wrapper #hamburger #hamburg-icon { display: none; margin-right: 10px; }
.page-wrap.docs .toc-wrapper .toc #nav-wrapper #nav-items { padding: 0 30px; }
.page-wrap.docs .toc-wrapper .toc ul li a { line-height: 1.5em; }
.page-wrap.docs .toc-wrapper .toc ul li a.active { font-weight: bold; color: #884010; }
.page-wrap.docs .main-container { max-width: 63%; flex: 1; }
@media screen and (max-width: 768px) { .page-wrap.docs .toc-wrapper { background: #ffffff; height: 40px; left: 0; right: 0; position: absolute; width: 100%; z-index: 100; margin: 0; }
  .page-wrap.docs .toc-wrapper .toc { padding: 0; border-bottom: 1px solid #884010; }
  .page-wrap.docs .toc-wrapper .toc #nav-wrapper #hamburger #hamburg-icon { display: inline-block; }
  .page-wrap.docs .toc-wrapper .toc #nav-wrapper #nav-items { display: none; }
  .page-wrap.docs .main-container { max-width: 100%; margin-top: 80px; }
  .page-wrap.docs.open .toc-wrapper { box-sizing: border-box; height: auto; overflow-y: auto; transition: .3s ease all; }
  .page-wrap.docs.open .toc-wrapper .toc #nav-wrapper #nav-items { display: block; padding-bottom: 20px; } }

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { height: 100%; font-family: "Alright Sans LTV", "Alright Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 100%; color: #444444; text-rendering: optimizeLegibility; background-color: #ededed; }

body { display: flex; flex-direction: column; scroll-behavior: smooth; }

.page-wrap { flex: 1 0 auto; }

.wrapper { margin: 0px auto; max-width: 900px; padding: 0 20px; }

.flex-grid { display: flex; justify-content: space-between; align-items: stretch; }

.flex-grid > * { margin: 10px; flex: 1 100%; }

header a { text-decoration: none; }

footer a { text-decoration: none; }

a { color: #444444; }

p { font-size: 16px; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 6px; }

main ul { margin-left: 20px; }

.code-container { background-color: #f8f8f8; padding: 30px; }

pre, .highlight pre, .highlight .hll { font-family: "Source Code Pro", Courier New, monospace; white-space: pre; margin-bottom: 20px; }

.text-container { background: #ffffff; padding: 30px; }
.text-container p:last-child { margin-bottom: 0; }

.section { margin: 50px 0; }
.section h1, .section h3 { text-align: center; }
.section h1 { font-size: 48px; }
.section h3 { font-size: 17px; font-weight: normal; margin-bottom: 20px; }

.button { display: inline-block; padding: 7px 12px 6px 12px; text-transform: uppercase; border: 2px solid #ffad1d; background: #FFFFFF; color: #000000; font-size: 14px; font-weight: bold; margin: 0 2px; }

@media screen and (max-width: 768px) { .flex-grid { display: block !important; }
  .flex-grid > * { margin: 10px 0; }
  article.blog-post .post-header h3, .section h1, main .main-container .page-header h1 { font-size: 30px; } }
