@import url(syntax_highlighting.css);
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee9620;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background: #ffffffd1;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #06d8ff; }

input:focus + .slider {
  box-shadow: 0 0 1px #03d61c; }

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(22px); }

/* Rounded sliders */
.slider.round {
  border-radius: 4px; }

.slider.round:before {
  border-radius: 20%; }

.copy-code-button {
  color: #272822;
  background-color: #FFF;
  border-color: #272822;
  border: 2px solid;
  border-radius: 3px 3px 0px 0px;
  /* right-align */
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -2px;
  padding: 3px 8px;
  font-size: 0.8em; }

.copy-code-button:hover {
  cursor: pointer;
  background-color: #F2F2F2; }

.copy-code-button:focus {
  /* Avoid an ugly focus outline on click in Chrome,
       but darken the button for accessibility.
       See https://stackoverflow.com/a/25298082/1481479 */
  background-color: #E6E6E6;
  outline: 0; }

.copy-code-button:active {
  background-color: #D9D9D9; }

.highlight pre {
  /* Avoid pushing up the copy buttons. */
  margin: 0; }

body {
  margin: 0;
  display: grid;
  height: 100vh;
  align-items: stretch;
  grid-template-rows: 86px auto 380px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "header header header header header header header header header header header header" ". . content content content content content content content content . ." "footer footer footer footer footer footer footer footer footer footer footer footer";
  background-color: #fff;
  color: #333;
  font-family: "Verdana","Merriweather","Helvetica","Lato", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Source Sans Pro";
    letter-spacing: 0.01em;
    margin-bottom: 0px;
    margin-top: 40px;
    font-weight: 300; }

code {
  background: #dde1e2;
  padding: 3px;
  border-radius: 7px; }

.highlight code {
  background: #122b3b;
  padding: 0px; }

pre.highlight {
  overflow: auto;
  padding: 15px; }

.paginate_nav {
  height: 10px; }
  .paginate_nav .prev {
    float: left; }
  .paginate_nav .next {
    float: right; }

header {
  grid-area: header;
  align-self: center;
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "logo logo logo . . . menu menu menu menu menu menu";
  background: #88888830; }
  header .logo {
    grid-area: logo;
    justify-self: start; }
  header #top-menu {
    grid-area: menu;
    align-self: center;
    margin-right: 28px;
    font-family: "Rubik";
    font-weight: 300; }
    header #top-menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: right; }
      header #top-menu ul li {
        display: inline;
        border-right: 1px #6c8b9f;
        margin-left: 12px;
        padding: 4px; }
        header #top-menu ul li a {
          text-decoration: none;
          text-transform: uppercase;
          color: #179652; }
        header #top-menu ul li a:hover {
          color: #ee9620; }
    header #top-menu .handles .feed a:before {
      background: url("/images/Generic_Feed-icon_black.svg") no-repeat center; }
    header #top-menu .handles .github a:before {
      background: url("/images/Github_Social_Icon_Circle_Black.svg") no-repeat center; }
    header #top-menu .handles .discord a:before {
      background: url("/images/Discord-Logo-Black.svg") no-repeat center; }
    header #top-menu .handles .reddit a:before {
      background: url("/images/Reddit_Circle_Black.svg") no-repeat center; }
    header #top-menu .handles .twitter a:before {
      background: url("/images/Twitter_Social_Icon_Circle_Black.svg") no-repeat center; }
    header #top-menu .handles .github, header #top-menu .handles .reddit, header #top-menu .handles .twitter, header #top-menu .handles .feed, header #top-menu .handles .privacy {
      float: left; }
    header #top-menu .handles a {
      color: #100e17; }
      header #top-menu .handles a:before {
        color: #100e17; }
    header #top-menu .theme-switch {
      display: inline;
      margin-top: 5px; }

hr {
  border-color: #bbbbbb1f;
  width: 50%; }

#content {
  grid-area: content;
  width: 100%; }
  #content a {
    color: #1f89cc; }
  #content article {
    margin-bottom: 50px; }
    #content article a {
      text-decoration: none; }
    #content article a.read-more {
      font-size: 0.75em; }
    #content article h1 {
      font-size: 2.75em; }
      #content article h1 a {
        text-decoration: none; }
      #content article h1 code {
        font-size: 1.15em; }
      #content article h1 span {
        display: block;
        color: #7f7f7fa1;
        font-size: 0.35em; }
    #content article h1.main-title, #content article h1:first-child {
      font-size: 3em;
      font-weight: 200;
      color: #03d61c; }
    #content article img:not(.img_specific_size) {
      width: 70%;
      border: none;
      background: none; }
    #content article p {
      line-height: 1.5em; }
      #content article p code {
        font-size: 1.15em; }
  #content article.guides .description {
    margin-left: 300px; }
  #content article.guides img {
    float: left;
    width: 300px;
    height: 425px;
    padding: 10px; }
  #content article.guides a.gumroad-button {
    background-color: #1c87c9;
    border: none;
    color: white;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer; }
  #content article.thumbnails img {
    float: left;
    width: 200px;
    height: 200px;
    padding: 10px; }
  #content article.thumbnails h1.main-title, #content article.thumbnails h1:first-child {
    font-size: 2.5em;
    font-weight: 200;
    color: #03d61c; }
  #content .rd-toc {
    grid-area: toc;
    border: 2px solid #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    border-color: #bbbbbb1f;
    background: #b9b9b91a;
    padding: 25px;
    margin-left: 20%;
    margin-right: 20%; }
    #content .rd-toc a {
      font-family: 'Source Sans Pro';
      font-size: 1.25em;
      color: #a6a6a6;
      text-decoration: none; }
    #content .rd-toc code {
      color: #848383; }
    #content .rd-toc h1, #content .rd-toc h2, #content .rd-toc h3, #content .rd-toc h4, #content .rd-toc h5, #content .rd-toc h6 {
      margin-top: 0px;
      text-transform: uppercase; }
    #content .rd-toc ul {
      list-style-type: none;
      padding: 0px;
      margin-left: 10px; }
      #content .rd-toc ul li {
        margin: 12px; }
  #content h1.main-title {
    font-size: 4em;
    font-weight: 200;
    color: #03d61c; }
  #content li {
    margin: 8px; }
    #content li code {
      font-size: 1.15em; }
  #content strong.notice {
    font-size: 1.1em;
    text-decoration: underline; }
  #content .mc-subscribe label {
    font-weight: bold;
    color: #fff;
    display: block; }
  #content .mc-subscribe input[type=text] {
    border-radius: 0.4rem;
    padding: 7px 25px; }
  #content .mc-subscribe input[type=submit] {
    background-color: #00D61D;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; }

.logo a {
  padding: 28px;
  padding-bottom: 18px;
  text-decoration: none;
  float: left;
  height: 40px;
  color: #122B3B;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.25rem; }
  .logo a:before {
    background: url("/images/rderik-logo.svg");
    content: "";
    width: 130px;
    height: 29px;
    border: none;
    display: inline-block; }

.handles div {
  padding: 9px; }

.handles a {
  color: #fff; }

.handles .feed a:before {
  background: url("/images/Generic_Feed-icon.svg") no-repeat center;
  background-size: 17px 17px;
  color: #000;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 3px; }

.handles .github a:before {
  background: url("/images/Github_Social_Icon_Circle_White.svg") no-repeat center;
  background-size: 17px 17px;
  color: #000;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 3px; }

.handles .discord a:before {
  background: url("/images/Discord-Logo-White.svg") no-repeat center;
  background-size: 17px 17px;
  color: #000;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 3px; }

.handles .reddit a:before {
  background: url("/images/Reddit_Circle_White.svg") no-repeat center;
  background-size: 17px 17px;
  color: #000;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 3px; }

.handles .twitter a:before {
  background: url("/images/Twitter_Social_Icon_Circle_White.svg") no-repeat center;
  background-size: 17px 17px;
  color: #000;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 3px; }

footer {
  grid-area: footer;
  background: #3b4045;
  padding: 0vh 1rem;
  align-self: end;
  font-family: "Rubik";
  font-weight: 300; }
  footer .footer-content {
    padding: 0.5rem;
    padding-top: 0rem; }
    footer .footer-content .handles a {
      color: #fff; }
  footer .logo a {
    color: #fff !important;
    filter: grayscale(1) brightness(1.99);
    margin-top: 4px; }
    footer .logo a:before {
      width: 347px;
      height: 77px; }
  footer .copyright {
    color: #fff;
    text-align: center;
    position: absolute;
    margin-left: 55px;
    margin-bottom: 10px; }
  footer .r-content {
    float: right; }
  footer .mc-subscribe label {
    font-weight: bold;
    color: #fff;
    display: block; }
  footer .mc-subscribe input[type=text] {
    border-radius: 0.4rem;
    padding: 7px 25px; }
  footer .mc-subscribe input[type=submit] {
    background-color: #00D61D;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; }

div.comments {
  color: #a8a9aa; }

a {
  color: rgba(0, 0, 0, 0.7); }
  a:focus, a:hover {
    color: rgba(0, 0, 0, 0.6); }

#rderik-apps {
  display: grid;
  grid-template-rows: auto; }
  #rderik-apps .app {
    display: grid;
    grid-template-columns: 150px auto;
    grid-template-areas: "app-icon app-description"; }
    #rderik-apps .app .app-icon {
      grid-area: app-icon; }
      #rderik-apps .app .app-icon img {
        width: 100px;
        height: 100px;
        border-radius: 10px; }
    #rderik-apps .app .app-description {
      grid-area: app-description; }

@media (max-width: 812px) {
  body {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header header" "menu menu" "content content" "footer footer"; }
  #content {
    grid-area: content; }
    #content #greeting {
      margin: 5px; }
    #content #derik-apps {
      margin: 5px; }
      #content #derik-apps .app {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "app-icon" "app-description"; }
        #content #derik-apps .app .app-icon {
          grid-area: app-icon; }
        #content #derik-apps .app .app-description {
          grid-area: app-description; }
    #content article {
      margin-left: 5px;
      margin-right: 5px; }
      #content article h1 {
        font-size: 1.75em; }
      #content article img {
        width: 100%;
        border: none;
        background: none; }
      #content article .highlight {
        border-radius: 7px;
        font-size: 1.25rem; }
    #content .rd-toc {
      margin-left: 10px;
      margin-right: 10px; }
  footer .copyright {
    margin-left: 55px;
    margin-bottom: 10px; }
  footer .logo a {
    margin-top: 4px; }
    footer .logo a:before {
      width: 300px;
      height: 67px; }
  header {
    grid-area: header;
    align-self: center;
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo logo" "menu menu";
    background: #d6d6d6; }
    header .logo {
      grid-area: logo;
      justify-self: start; }
    header #top-menu {
      grid-area: menu;
      text-align: center;
      margin-bottom: 10px; }
      header #top-menu .theme-switch {
        float: none; }
      header #top-menu ul > li {
        margin-left: 3px; }
      header #top-menu ul > li:last-child {
        position: absolute;
        margin-top: -67px;
        right: 9px; } }

body.dark-mode {
  background-color: #333;
  color: #bbb; }
  body.dark-mode #top-menu a {
    color: #1bae5f; }
  body.dark-mode a {
    color: #cbdfe4; }
  body.dark-mode header .logo a {
    color: #206D7F; }
  body.dark-mode code {
    background: #55565775;
    color: #fff; }
  body.dark-mode div.comments {
    color: #878787; }
  body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 {
    color: #e1e1e1; }
  body.dark-mode .rd-toc a {
    color: #cbdfe4; }

@media screen and (prefers-color-scheme: dark) {
  body {
    background-color: #333;
    color: #bbb; }
    body #top-menu a {
      color: #1bae5f; }
    body a {
      color: #cbdfe4; }
    body header .logo a {
      color: #206D7F; }
    body code {
      background: #55565775;
      color: #fff; }
    body div.comments {
      color: #878787; }
    body h1, body h2, body h3, body h4, body h5, body h6 {
      color: #e1e1e1; }
    body .rd-toc a {
      color: #cbdfe4; } }

body.light-mode {
  background-color: #fff;
  color: #333; }
  body.light-mode a {
    color: #1f89cc; }
  body.light-mode header .logo a {
    color: #206D7F; }
  body.light-mode code {
    background: #dde1e2; }
  body.light-mode div.comments {
    color: #a8a9aa; }
  body.light-mode h1, body.light-mode h2, body.light-mode h3, body.light-mode h4, body.light-mode h5, body.light-mode h6 {
    color: #333; }
  body.light-mode #content .rd-toc a {
    color: #a6a6a6; }

@media screen and (prefers-color-scheme: light) {
  body {
    background-color: #fff;
    color: #333; }
    body a {
      color: #1f89cc; }
    body header .logo a {
      color: #206D7F; }
    body code {
      background: #dde1e2; }
    body div.comments {
      color: #a8a9aa; }
    body h1, body h2, body h3, body h4, body h5, body h6 {
      color: #333; }
    body #content .rd-toc a {
      color: #a6a6a6; } }
