.pet-name {
  display: none;
}

.docs img {
  max-width: 100%;
}

code {
  padding: 5px;
  /* background-color: #eee; */
}
pre {
  padding: 20px;
  background-color: #eee;
}
.docs h2,
.features h2
{
  border-top: 3px solid #ccc;
  background-color: #eee;
}

/* Special styles to remove h2 styles */
.guarantee .container h2,
.demo .container h2 {
  border: 0;
  background-color: inherit;
  padding: 1rem;
}

/* Spacing before the headings except for first */
.features .col-md-8 h2:not(:first-child) {
  margin-top: 5rem;
}

.docs h2,
.docs h3,
.docs h4,
.features h2,
.features h3,
.features h4
{
  padding: .5rem;
  border-bottom: 3px solid #ccc;
}

.docs h2:not(:first-child),
.features h2:not(:first-child)
{
  margin-top: 3rem;
}
.blockquote.bg-info a {
  color: white;
  text-decoration: underline;
}

.doc-sidebar li {
  padding: 0 0.1rem !important;
}
.doc-sidebar ul {
  padding-left: 1.5rem;
}

@media (min-width: 0) and (max-width: 1123.98px) {
  .ck-index-header {
    background-position: 55% 50%;
    background-size: auto;
  }
}

@media (min-width: 1124px) {
  .doc-sidebar .mobile-nav {
    display: none;
  }
  .doc-sidebar .desktop-nav {
    display: block;
  }

  .ck-index-header {
    background-position: center 40%;
    background-size: auto;
  }
}

@media (min-width: 0) and (max-width: 991.98px) {
  .doc-sidebar .mobile-nav {
    display: block;
  }
  .doc-sidebar .desktop-nav {
    display: none;
  }
}

@media (min-width: 992px) {
  .doc-sidebar .mobile-nav {
    display: none;
  }
  .doc-sidebar .desktop-nav {
    display: block;
  }
}

figure img {
  max-width: 100%;
}

.text-shadow {
  text-shadow: #000 1px 0 10px;
}

.navigation.fixed-top + main .header {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .body-class-home .navigation.fixed-top .nav-link {
    font-weight: bold;
    text-shadow: #333 1px 0 10px;
  }

  .body-class-home .navigation.fixed-top.navbar-sticky .nav-link {
    color: #333;
    text-shadow: #fff 1px 0 10px;
  }
  .body-class-home .navigation.fixed-top .nav-link.active,
  .body-class-home .navigation.fixed-top .nav-link:hover {
    color: blue;
  }
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Figcaption styles */

figcaption {
  font-style: italic;
  font-size: 0.875em;
}
