@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 16px;
  color: #24292e;
}

a {
  color: #0275d8;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: rgb(1.5321100917, 89.628440367, 165.4678899083);
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34.425, 34.425, 34.425, 0.1);
}

hr.light {
  border-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  line-height: 1.5;
  font-weight: 510;
}

h1 {
  font-size: 1.8em;
  border-bottom: 1px solid #eaecef;
  font-weight: 530;
}

h2 {
  font-size: 1.4em;
  border-bottom: 1px solid #eaecef;
}

h3 {
  font-size: 1.2em;
}

p {
  line-height: 1.5;
  margin-bottom: 20px;
}

li {
  font-size: 16px;
  padding-bottom: 8px;
}

section {
  padding: 60px 0;
}
::-moz-selection {
  color: white;
  background: rgb(34.425, 34.425, 34.425);
  text-shadow: none;
}

::selection {
  color: white;
  background: rgb(34.425, 34.425, 34.425);
  text-shadow: none;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

img.doc-photo {
  max-width: 600px;
}

.commands {
  max-width: 400px;
  margin-right: auto;
}

#wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  padding-top: 20px;
  padding-left: 20px;
  min-width: 250px;
  max-width: 250px;
  transition: all 0.3s;
}

#sidebar.toggled {
  margin-left: -250px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.toggled {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cross .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  .cross .bar2 {
    opacity: 0;
  }
  .cross .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
}
.page-menu {
  width: 317px;
  min-width: 317px;
  background-color: #fff;
  padding: 30px;
  display: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 1300px) {
  .page-menu {
    display: none !important;
  }
}
.page-menu-content {
  position: sticky;
  top: 20px;
}
.page-menu p {
  margin-bottom: 10px;
}
.page-menu ul {
  list-style-type: none;
  padding-left: 0;
}
.page-menu li {
  padding-left: 0;
  margin-bottom: 8px;
}
.content-nav {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25em;
}
.content-nav h2 {
  color: #194f96;
  font-size: 20px;
  font-weight: bold;
  border: none;
  margin-bottom: 0;
}
.content-nav ul, .content-nav ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content-nav li {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  list-style-type: none;
}
.content-nav a {
  color: #365881;
}
.content-nav a.current-page {
  color: #d88a13;
}

.content-nav a.active {
  color: #101010;
  text-decoration: underline;
  font-weight: bold;
}

.content-nav > ul {
  padding-bottom: 15px;
}

.menu-options {
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.menu-options h2 {
  font-size: 0.95em;
  border: none;
}
.menu-options li {
  font-size: 0.85em;
  padding-bottom: 4px;
}

/*https://www.w3schools.com/howto/howto_js_treeview.asp*/
.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  font-family: initial;
}

.caret::before {
  content: "▶";
  font-family: -apple-system;
  color: #5d5353;
  display: inline-block;
  margin-right: 8px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg);
}

.caret-spacing::before {
  content: "▶";
  color: white;
}

.nested {
  display: none;
}

.active {
  display: block;
}

.menu-top-bar {
  padding: 15px;
}

#menu-toggle .bar1, #menu-toggle .bar2, #menu-toggle .bar3 {
  width: 24px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

#content {
  width: 100%;
  max-width: 900px;
  padding: 5px;
  min-height: 85vh;
  transition: all 0.3s;
}

footer {
  padding: 25px 0;
  text-align: center;
  background-color: rgb(34.425, 34.425, 34.425);
  color: white;
}
footer p {
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 1.2em;
  color: white;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}
footer ul.list-inline li {
  display: inline;
  margin: 0 5px;
}
footer ul.list-inline li a.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

.footer-col {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .footer-col {
    padding-top: 10px;
  }
}

footer h3 {
  margin-bottom: 25px;
}

footer img.footer-logo {
  width: 240px;
}

/*footer*/
ul.tools {
  margin-top: 0;
}

ul.tools li {
  font-size: 1em;
}

.bg-primary {
  background-color: #730c0c !important;
}

.text-primary {
  color: #777;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.masthead h1 {
  font-size: 2.2em;
  font-weight: bold;
}
.masthead h2 {
  font-size: 1.7em;
  line-height: 1.3em;
  padding-bottom: 20px;
}

.homepage-logo {
  width: 60%;
  margin: auto;
  text-align: center;
  display: block;
  padding-bottom: 30px;
}
@media (min-width: 575px) {
  .homepage-logo {
    width: 100%;
    position: absolute;
    top: 50%;
    max-width: none;
    margin: 0;
    transform: translateY(-50%);
  }
}

ol.overview-stages li {
  padding: 10px 0;
}

section#main {
  text-align: center;
  color: #fff;
  background: #3972c7;
}

section#main .container {
  padding-top: 60px;
  padding-bottom: 50px;
}

section#main img {
  display: block;
  margin: 0 auto 20px;
}

section#main .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

section#main .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

@media (min-width: 768px) {
  section#main {
    text-align: left;
  }
  section#main .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  section#main .intro-text .name {
    font-size: 4.75em;
  }
  section#main .intro-text .skills {
    font-size: 1.75em;
  }
}
.content-body {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .content-body {
    margin-top: 35px;
  }
}

.reference-nav {
  margin-top: 30px;
  margin-bottom: -10px;
}

footer h3 {
  margin-bottom: 25px;
}

footer img.footer-logo {
  width: 240px;
}

.edit-on-github {
  font-size: 0.8em;
  border-top: thin solid white;
  border-bottom: thin solid white;
  padding: 20px;
  margin-top: 60px;
}
.edit-on-github h2 {
  font-size: 1.3em;
}
.edit-on-github li {
  font-size: 0.9em;
}

.use-cases {
  font-size: 1.25em;
}

.use-cases li {
  margin-bottom: 15px;
}

.content-body-list .video-container iframe,
.content-body-list .video-container object,
.content-body-list .video-container embed {
  width: 180px;
}
@media (min-width: 768px) {
  .content-body-list .video-container iframe,
  .content-body-list .video-container object,
  .content-body-list .video-container embed {
    /* 16:9 ratio */
    width: 300px;
    height: 169px;
  }
}

#timeline img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.learning-content {
  padding-top: 30px;
}

.article-box {
  padding-top: 20px;
}

.related-body {
  font-family: "Calibre", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.15em;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 1000px) {
  .related-body {
    margin-top: 0;
    padding-bottom: 30px;
    height: 230px;
  }
}
.related-body .related-thumbnail {
  float: left;
  width: 110px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 70px;
}
@media (min-width: 768px) {
  .related-body .related-thumbnail {
    width: 150px;
    height: 120px;
  }
}
@media (min-width: 1000px) {
  .related-body .related-thumbnail {
    width: inherit;
    height: 160px;
    text-align: center;
    display: block;
    float: none;
  }
}
.related-body .related-thumbnail img.center-crop {
  object-fit: contain;
  object-position: center;
  /* Center the image within the element */
  height: 64px;
}
@media (min-width: 768px) {
  .related-body .related-thumbnail img.center-crop {
    height: 110px;
  }
}
@media (min-width: 1000px) {
  .related-body .related-thumbnail img.center-crop {
    height: 160px;
  }
}
.related-body .related-link {
  vertical-align: top;
  display: table-cell;
  height: 70px;
  padding-left: 15px;
}
@media (min-width: 1000px) {
  .related-body .related-link {
    height: 50px;
    display: block;
    clear: both;
    padding-top: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.related-body .related-link a {
  display: block;
  vertical-align: middle;
  line-height: normal;
}

.related-body:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1000px) {
  .related-filler {
    padding: 30px;
  }
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #eee;
}

ul.toc {
  list-style-type: none;
  padding: 5px;
  margin-left: 0;
}
ul.toc li {
  list-style-type: none;
  padding-left: 5px;
  margin-left: 0;
}
ul.toc ul {
  padding-left: 10px;
}

.getting-started-options {
  padding: 40px 30px;
  text-align: center;
  font-size: 2em;
}
.getting-started-options img {
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  #content .container-fluid img {
    max-width: 100%;
  }
}

.video-box {
  max-width: 600px;
  text-align: left;
  margin: 0 auto 0 0;
  padding-bottom: 20px;
}
.video-box .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-box .video-container iframe,
.video-box .video-container object,
.video-box .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quick-start-video .video-desc {
  font-size: 1.25em;
  vertical-align: middle;
  display: table-cell;
}
.quick-start-video .video-desc h4 {
  font-weight: bold;
}
@media (min-width: 768px) {
  .quick-start-video .video-desc {
    height: 350px;
  }
}

#search-field td {
  padding: 0;
  margin: 0;
  border: none;
}
#search-field table {
  border: none;
  margin: 0;
}
#search-field .gsc-input-box td {
  vertical-align: top;
}

.search-result {
  padding-bottom: 24px;
}

.search-tips {
  border: 1px solid gray;
  font-size: 0.9em;
  padding: 10px;
  margin-bottom: 15px;
}
.search-tips p {
  margin: 0;
}

.search-terms {
  background-color: #ffffcb;
  padding: 0.25em;
}

.search-count {
  font-weight: bold;
}

.top-bar .has-search {
  margin: 0;
  padding: 0;
  width: 200px;
}
@media (min-width: 500px) {
  .top-bar .has-search {
    width: 320px;
  }
}
@media (min-width: 600px) {
  .top-bar .has-search {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .top-bar .has-search {
    padding-left: 64px;
    width: 512px;
  }
}
.top-bar .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.top-bar .has-search .form-control {
  padding-left: 2.375rem;
  width: 100%;
  display: inline;
}
.top-bar .has-search input {
  width: auto;
}

.navbar-logo {
  max-height: 25px;
}
@media (min-width: 992px) {
  .navbar-logo {
    max-height: 55px;
  }
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

#content img {
  max-width: 800px;
}

.sponsors {
  background-color: white !important;
}
.sponsors h2 {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#timeline {
  background-color: #f6f6f6 !important;
}

.learn {
  margin-bottom: 20px;
}

.splash-links a {
  color: #a8d7ff;
}

/* Ensure code blocks take full width and are not restricted */
.highlight {
  position: relative;
  width: 100%;
  padding-right: 50px;
  /* Add some padding to the right to make space for the button */
}

/* Style the copy button */
.clipboard-button {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #7a8087;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

/* Hover effect for the copy button */
.clipboard-button:hover {
  opacity: 1;
}

.btn {
  padding: 0.5rem 1rem;
  border-radius: 300px;
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  padding: 20px 40px;
  border-color: #3972c7;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: #3972c7;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #3972c7;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #777;
  background-color: #777;
}

a#next {
  color: white;
}

a#prev {
  color: #0275d8;
}

a#next:hover {
  text-decoration: underline;
}

a#prev:hover {
  text-decoration: underline;
}

.keyboard-tip {
  margin-top: 10px;
  display: none;
}

@media (min-width: 992px) {
  .keyboard-tip {
    display: block;
    font-size: 0.9em;
  }
}
.prev-next-buttons {
  padding-bottom: 10px;
}

header.masthead {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  min-height: auto;
  color: white;
  background-color: #020766;
}
header.masthead h1, header.masthead h2 {
  border: none;
}
header.masthead h2 {
  font-weight: 200;
  font-size: 24px;
}
header.masthead .header-content {
  position: relative;
  padding: 50px 0 30px;
  text-align: center;
}
header.masthead .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header.masthead .header-content .header-content-inner h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
header.masthead .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header.masthead .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header.masthead .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header.masthead .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header.masthead .header-content {
    min-height: 600px;
    padding: 0;
    text-align: left;
  }
  header.masthead .header-content .header-content-inner {
    position: absolute;
    top: 50%;
    max-width: none;
    margin: 0;
    transform: translateY(-50%);
  }
  header.masthead .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header.masthead .device-container {
    max-width: none;
    max-height: calc(100vh - 100px);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header.masthead .header-content .header-content-inner h1 {
    font-size: 40px;
    line-height: normal;
  }
}

table {
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
  border: 1px solid #dfe2e5;
}

tr:nth-child(2n) {
  background-color: #f6f8fa;
}

td {
  vertical-align: top;
  border: 1px solid #dfe2e5;
}

th,
td {
  padding: 10px;
}

thead th {
  background-color: #000000;
  text-transform: uppercase;
  color: #cdcdce;
}

tbody td {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: black;
}

table.reference-table td:nth-child(1) {
  max-width: 350px;
  overflow: auto;
}

.highlight {
  background: #ffffff;
}

.highlight .c {
  color: #999988;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .k {
  font-weight: bold;
} /* Keyword */
.highlight .o {
  font-weight: bold;
} /* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
} /* Generic.Deleted */
.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
} /* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #aa0000;
} /* Generic.Error */
.highlight .gh {
  color: #999999;
} /* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
} /* Generic.Inserted */
.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
} /* Generic.Inserted.Specific */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #555555;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #aaaaaa;
} /* Generic.Subheading */
.highlight .gt {
  color: #aa0000;
} /* Generic.Traceback */
.highlight .kc {
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kp {
  font-weight: bold;
} /* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold;
} /* Keyword.Type */
.highlight .m {
  color: #009999;
} /* Literal.Number */
.highlight .s {
  color: #d14;
} /* Literal.String */
.highlight .na {
  color: #008080;
} /* Name.Attribute */
.highlight .nb {
  color: #0086B3;
} /* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #008080;
} /* Name.Constant */
.highlight .ni {
  color: #800080;
} /* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold;
} /* Name.Function */
.highlight .nn {
  color: #555555;
} /* Name.Namespace */
.highlight .nt {
  color: #000080;
} /* Name.Tag */
.highlight .nv {
  color: #008080;
} /* Name.Variable */
.highlight .ow {
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #009999;
} /* Literal.Number.Float */
.highlight .mh {
  color: #009999;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #009999;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #009999;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #d14;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #d14;
} /* Literal.String.Char */
.highlight .sd {
  color: #d14;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #d14;
} /* Literal.String.Double */
.highlight .se {
  color: #d14;
} /* Literal.String.Escape */
.highlight .sh {
  color: #d14;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #d14;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #d14;
} /* Literal.String.Other */
.highlight .sr {
  color: #009926;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #d14;
} /* Literal.String.Single */
.highlight .ss {
  color: #990073;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #999999;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080;
} /* Name.Variable.Class */
.highlight .vg {
  color: #008080;
} /* Name.Variable.Global */
.highlight .vi {
  color: #008080;
} /* Name.Variable.Instance */
.highlight .il {
  color: #009999;
} /* Literal.Number.Integer.Long */
.highlighter-rouge .highlight {
  background: #ecf0f1;
}

pre {
  background: #ecf0f1;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 12px;
}

code {
  font-size: 80%;
  color: #24292e;
  background: #ecf0f1;
  padding: 0.2em 0;
}

code.highlighter-rouge {
  padding: 0.2em 0.4em;
}

section.cta {
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
  background-position: center;
  background-color: #730c0c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.cta .cta-content h2 {
  text-align: center;
  margin: 0 auto 25px auto;
  font-size: 50px;
  font-weight: 200;
  max-width: 450px;
  color: white;
  border: none;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 80px;
    border: none;
    font-weight: 200;
  }
}

/*# sourceMappingURL=main.css.map */