html {
  height: 100%;
}
body {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4f5c65;
  text-align: left;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.15px;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
header {
  padding: 4px 0;
}
header.bg-blue {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
article > section {
  margin-bottom: 32px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0px;
  letter-spacing: -.5px;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 600;
}
h1 {
  margin-bottom: 32px;
  font-size: 56px;
  line-height: 64px;
}
h2 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}
h3 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight:500;
}
h4 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}
h5 {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
h6 { 
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: Rubik, sans-serif;
}
p {
  margin-bottom: 16px;
}
a {
  color: #0484E0;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0484E0;
}
strong {
  font-weight: 500;
}
small {
  opacity: .6;
  font-size: 14px;
}
/*
h1 > a, h6 > a {
  color: inherit;
}
h1 > a:hover, h6 > a:hover  {
  color: inherit;
}*/
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px; /* ---------------------------------- */
}
img {
  display: inline-block;
  max-width: 100%;
}
.img-border {
  border: 1px solid #e6ebf0;
  border-radius: 2px;
}
main article figure {
  margin: 24px 0 24px;
}
main article figure > img {
  margin-bottom: 12px;
}

/* Navbar */
.navbar-brand {
  padding: 15px 15px;
}
.navbar-brand.brand-logotype {
  padding: 15px 15px;
}
.navbar-brand.brand-logomark {
  padding: 10px 15px;
}
.navbar-brand.brand-logo {
  padding: 10px 15px;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  min-height: auto;
}
.bg-blue .navbar-nav>li>a, .bg-dark .navbar-nav>li>a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.bg-blue .icon-bar, .bg-dark .icon-bar {
  background-color: #ffffff;
}
.bg-blue .nav>li>a:hover {
  background-color: #0484E0;
}
.bg-dark .nav>li>a:hover {
  background-color: #012f50;
}
.bg-white .navbar-nav>li>a {
  color: #0484E0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.bg-white .nav>li>a:hover {
  background-color: #fff;
}

/* Nav List */
.product-name {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -.5px;
}
.category-header {
  letter-spacing: -.25px; 
  padding-left: 28px; 
  font-weight: 500; 
  font-size: 14px; 
}
.category-items {
  font-size: 14px;
  list-style-type: none;
  padding-left: 0px;
  list-style-type: none;
  margin-top: 8px;
}
.category-items a {
  text-decoration: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 48px;
  font-size: 14px;
  display: block;
  letter-spacing: -.25px;
  font-weight: 500;
  color: #4f5c65;
}
.category-items a:hover {
  text-decoration: none;
  color: rgb(4,132,224)
}
.category-items a.active {
  color: rgb(4,132,224)
}

/** Layout **/
.container-hero {
  max-width: 960px;
}
.container-narrow {
  max-width: 760px;
}
.divider {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 4vw;
}
.divider.divider-top {
  bottom: 1px;
  margin-bottom: 40px;
}

/* Gists */
.gist {
  margin-top: 24px !important;
}
.gist .gist-file {
  border-color: #E6EBF0 !important;
  border-radius: 2px !important;
}
.gist .gist-data {
  border-bottom: 1px solid #E6EBF0 !important;
}
.gist .gist-meta {
  background-color: #F8FAFC !important;
}
h5 > .fa-github {
  font-size: 20px;
  margin-right: 4px;
  color: #6f42c1;
}

/** Backgrounds **/
.bg-blue {
  background-color: rgb(4,132,224);
}
.bg-navy {
  background-color: #012f50;
}
.bg-gray {
  background-color: #E6EBF0;
}
.bg-yellow {
  background-color: #F1C40E;
}
.bg-green {
  background-color: #3CBA58;
}
.bg-red {
  background-color: #df6070;
}
.bg-light {
  background-color: #F8FAFC;
}
.bg-light-blue {
  background-color: rgb(241,247,253);
}
.bg-white {
  background-color: #ffffff;
}
.bg-white-transparent {
  background-color: hsla(0, 0%, 100%, 0.1);
  opacity: 1;
}
/*  e83e8c 032f62  22863a */
.inline-language-css {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  color: #F0309D;
  background-color: #F8FAFC;
  padding: 2px 4px;
  border: 1px solid #E6EBF0;
  border-radius: 2px;
  font-size: 14px;
}
.inline-language-markup {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  color: #F0309D;
  background-color: #F8FAFC;
  padding: 2px 4px;
  border: 1px solid #E6EBF0;
  border-radius: 2px;
  font-size: 14px;
}

/** Text **/
.text-white {
  color: #ffffff;
}
.text-red {
  color: #df6070;
}
.text-green {
  color: #3CBA58;
}
.text-light {
  opacity: .68;
}
.text-large {
  font-size: 18px;
}
.text-sm {
  font-size: 14px;
  line-height: 16px;
}
.text-xs {
  font-size: 12px;
  line-height: 14px;
}
.text-lead {
   font-size: 12px; 
   font-weight: 500; 
   margin-bottom: 8px; 
   letter-spacing: .5px; 
   text-transform: uppercase;
   display: block;
}

.o-20 {
  opacity: .2;
}
.o-40 {
  opacity: .4;
}
.o-50 {
  opacity: .5;
}
.o-60 {
  opacity: .6;
}
.o-100 {
  opacity: 1;
}
.title {
   font-size: 12px; 
   font-weight: 500; 
   text-transform: uppercase;
}
.text-system {
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-xxl {
  font-size: 24px;
}
.text-200 {
  font-weight: 200;
}
.inline {
  display: inline-block;
}
.hash-separator::after {
  content: "###";
  font-size: 24px;
  font-weight: 200;
  opacity: .4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 32px 0;
}
.line-separator {
  border-top: 1px solid #E6EBF0;
  padding-top: 32px;
  width: 48px;
}

/** Callout **/
.callout {
  padding: 6px 12px 4px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

/* Table */
.table-specs {
  margin: 24px 0;
}
table {
  width: 100%;
  margin: 16px 0;
  border: 1px solid #E6EBF0;
  border-collapse: collapse;
}
table thead td {
  font-size: 12px; 
  font-weight: 500; 
  text-transform: uppercase;
  color: #4f5c65;
  border: 1px solid #E6EBF0;
  padding: 8px 16px;
  background-color: #F8FAFC;
  opacity: .5;
}
table tbody td {
  border: 1px solid #E6EBF0;
  padding: 8px 16px;
  font-size: 14px;
}
table tbody tr:last-child td {
  border-bottom: 0;
}

/** Pills **/
.pill-list {
  max-width: 780px;
  margin: 40px auto 96px;
}
.pill {
  padding: 8px 16px;
  border-radius: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0 8px 16px 0;
}
.pill-image {
  max-height: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  display: inline-block;
}
.pill-heading {
  margin-right: 8px;
  margin-bottom: 0px;
  padding-left: 16px;
  display: inline-block;
    color: #4f5c65;
}
.pill-border {
  border: 1px solid #E6EBF0;
}

/** Other **/
.hero-container {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  margin-bottom: -25vh;
  text-align: center;
}
.hero-screenshot-above {
  margin-top: 25vh;
  padding-top: 24px;
  background-color: transparent;
}
.screenshot {
  border-radius: 8px;
}
.icon {
  margin-bottom: 16px;
}
.center-row {
	display:table;
}
.center-col {
	display:table-cell;
  vertical-align:middle;
  float:none;
}
.gitlab-embed-snippets {
  margin: 0 !important;
}
.h6-small {
color: #353e44;
font-size: 16px;
font-weight: 500;
}
.social-profiles {
  margin: 8px 0;
}
.social-profiles > a {
  display: inline-block;
  margin-right: 16px;
  font-size: 20px;
  color: #4f5c65;
}
.social-profiles > a:hover {
    color: #4f5c65;
}
.icon-list {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
}
.icon-list-item {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 16px;
  display: inline-block;
}
.icon-list-image {
  margin-right: 2px;
}
.h6-small {
  color: #353e44;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.badge {
  border-radius: 4px;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.label {
  border-radius: 8px;
  padding: 4px 6px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.label.label-results {
  margin: 0 0 0 8px;
  position: relative;
  top: -4px;
}
.label.label-changelog {
  margin: 0 0 0 4px;
  position: relative;
  top: -4px;
}
.client-list {
  list-style: none;
  max-width: 860px;
  margin: 0 auto;
}
.client-list-item {
  margin: 8px 32px 32px;
  display: inline-block;
}
.client-list-small {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
}
.client-list-small-item {
  margin: 4px 4px;
  display: inline-block;
}


/** Buttons **/
.button {
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  font-weight: 500;
  text-align: center;
  display: inline-block;  
}
.button.button-blue {
  border-color: #0484E0;
  background-color: #0484E0;
  color: #fff;
}
.button:hover {
  opacity: .9;
  color: #fff;
}
.button.button-sm {
  padding: 12px 16px;
}
.button.button-md {
    padding: 12px 24px;
}
.button.button-lg {
  padding: 24px 32px;
  font-size: 20px;
  line-height: 30px;
}
.button.button-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.button.button-light {
  border-color: #fff;;
  background-color: #F8FAFC;
  color: #4f5c65;
}
.button.button-navy {
  border-color: #012f50;
  background-color: #012f50;
  color: #ffffff;
}
.button.button-green {
  border-color: #3CBA58;
  background-color: #3CBA58;
  color: #ffffff;
}

/** Tabs **/
.tabbable-line > .nav-tabs {
  margin: 0px;
  border-bottom: 2px solid #E6EBF0;
  text-align: center;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 4px;
  float: none;
  display: inline-block;
  zoom: 1;
}
.tabbable-line > .nav-tabs > li > a:hover {
  background-color: transparent;
  color: #353e44;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #4f5c65;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px solid #0484E0;
  margin-bottom: -2px;
  position: relative;
  background-color: transparent;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  background-color: transparent;
  color: #0484E0;
}

/** Panels **/
.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
}
.panel-group .panel:hover {
  border-color: #0484E0;
}
.panel-default
{
  border: 1px solid #E6EBF0;
}
.panel-title {
  font-family: Rubik, sans-serif;
}
.panel-title > a {
  display: block;
  color: #4f5c65;
}
.panel-title > a:hover {
  color: #0484E0;
}
.panel-default>.panel-heading {
  background-color: #ffffff;
  border-color: #E6EBF0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ffffff;
}
.panel-heading {
  padding: 20px 24px;
  border-bottom: 1px solid transparent;
  border-radius: 8px;
}
.panel-body {
  padding: 0 24px 24px;
}
.panel-group .panel+.panel {
  margin-top: 12px;
}
.panel-title > a > .fas {
  margin-top: 8px;
  color: #4f5c65;
}
.panel-title > a:hover > .fas {
  color: #0484E0;
}
.panel-title > a[aria-expanded=true] .fa-chevron-right {
   display: none;
}
.panel-title > a[aria-expanded=false] .fa-chevron-down {
   display: none;
}

/* Cards
.card {
  border: 1px solid #E6EBF0; 
  border-radius: 8px; 
}
.card.card-md {
  margin-bottom: 16px;
  padding:32px;
}
.card.card-sm {
  margin-bottom: 8px;
  padding: 8px 16px;
}
.card-links {
list-style-type: disc;
  margin: 0 0 0 18px;
  padding: 0;
}
.card-links > li {
  margin: 4px 0;
  padding-left: 4px;
} */

/* Author */
.article-details-wrapper {
  margin: 16px 0;
}
.author-avatar {
  vertical-align: top; 
  display: inline-block; 
  border-radius: 50%; 
  margin-right: 12px;
}
.author-avatar {
  width: 40px; 
}
.article-author-info {
  display: inline-block;
}
.article-author-info strong {
  letter-spacing: -.5px;
}

/* Spacers */
.spacer-example {
  display: inline-block; 
  background-color: #4f5c65;
}
.spacer-xxs-example {
  height: 4px; 
  width: 4px; 
}
.spacer-xs-example {
  height: 8px; 
  width: 8px; 
  border-radius: 1px;
}
.spacer-sm-example {
  height: 16px; 
  width: 16px; 
  border-radius: 1px;
}
.spacer-md-example {
  height: 24px; 
  width: 24px; 
  border-radius: 2px;
}
.spacer-lg-example {
  height: 32px; 
  width: 32px; 
  border-radius: 2px;
}
.spacer-xl-example {
  height: 40px; 
  width: 40px;   
  border-radius: 2px;
}
.spacer-xxl-example {
  height: 48px; 
  width: 48px; 
  border-radius: 2px;
}

/* Borders */
.b-b-light {
  border-bottom: 1px solid #F8FAFC;
}
.b-t-gray {
  border-top: 1px solid #E6EBF0;
}
.b-b-gray {
  border-bottom: 1px solid #E6EBF0;
}
.b-r-gray {
  border-right: 1px solid #E6EBF0;
}


/** Spacing **/
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-l-2 {
  margin-left: 2px;
}
.m-b-2 {
  margin-bottom: 2px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-t-4 {
  margin-top: 4px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-r-12 {
  margin-right: 12px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-r-16 {
  margin-right: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-r-24 {
  margin-right: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-t-32 {
  margin-top: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-48 {
  margin-bottom: 48px;
}
.m-t-48 {
  margin-top: 48px;
}
.m-b-56 {
  margin-bottom: 56px;
}
.m-t-56 {
  margin-top: 56px;
}
.m-b-64 {
  margin-bottom: 64px;
}
.m-t-64 {
  margin-top: 64px;
}
.m-b-96 {
  margin-bottom: 96px;
}
.m-t-96 {
  margin-top: 96px;
}
.m-b-128 {
  margin-bottom: 128px;
}
.m-t-128 {
  margin-top: 128px;
}

@media only screen and (max-width: 768px) {
  .center-row {
    display: block;
  }
  .center-col {
    display: block;
    float: unset;
  }

  .button-docs, .button-sketch {
    display: block;
    margin: 16px 24px 16px;
  }
}


