/*
 <div class="video-wrapper embed-responsive embed-responsive-16by9">
    <a href="https://youtu.be/TJTsAQguaVE"
       onclick="this.parentNode.innerHTML = '<iframe src=&quot;https://www.youtube.com/embed/TJTsAQguaVE?autoplay=1&quot; frameBorder=&quot;0&quot; allowFullScreen class=&quot;embed-responsive-item&quot;></iframe>'; return false;">
        <img src="https://i.ytimg.com/vi/TJTsAQguaVE/0.jpg" width="100%" class="youtube-placeholder embed-responsive-item">
    </a>

    <div class="video-overlay-content">
        <div class="video-overlay-inner">
            <svg class="video-overlay-play-button" viewBox="0 0 200 200" alt="Play video">
                <circle cx="100" cy="100" r="90" fill="none" stroke-width="15" stroke="#fff"></circle>
                <polygon points="70, 55 70, 145 145, 100" fill="#fff"></polygon>
            </svg>
            <div>Served by youtube.com</div>
        </div>
    </div>
</div>
 */
.video-wrapper {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
}
.video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}
.video-wrapper a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video-wrapper a * {
  display: none;
}
.video-wrapper .video-overlay-content {
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, #000);
  transition: opacity 150ms;
  text-align: center;
  display: flex;
  align-items: center;
}
.video-wrapper .video-overlay-content * {
  pointer-events: none;
}
.video-wrapper .video-overlay-content div {
  width: 100%;
}
.video-wrapper .video-overlay-content div svg {
  width: 100px;
  height: 100px;
}
.video-wrapper .video-overlay-content div div {
  padding-top: 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.video-wrapper .video-overlay-play-button:hover {
  opacity: 1;
}
.video-wrapper .video-overlay-play-button.is-hidden {
  display: none;
}
a {
  color: #2b95ab;
}
a:hover {
  color: #2b95ab;
}
a[name]:before {
  position: absolute;
  top: -80px;
  width: 1px;
  height: 1px;
  content: "";
  display: block;
  background-color: red;
  visibility: hidden;
}
.article {
  margin-top: 1rem;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  position: relative;
}
.article h1 a.anchor,
.article h2 a.anchor,
.article h3 a.anchor,
.article h4 a.anchor,
.article h5 a.anchor,
.article h6 a.anchor {
  color: inherit;
  text-decoration: inherit;
}
.article h1 a.anchor:hover:after,
.article h2 a.anchor:hover:after,
.article h3 a.anchor:hover:after,
.article h4 a.anchor:hover:after,
.article h5 a.anchor:hover:after,
.article h6 a.anchor:hover:after,
.article h1:hover a.anchor:after,
.article h2:hover a.anchor:after,
.article h3:hover a.anchor:after,
.article h4:hover a.anchor:after,
.article h5:hover a.anchor:after,
.article h6:hover a.anchor:after {
  text-decoration: none;
  color: #ccc;
  content: ' #' attr(name);
}
.article a[href] {
  color: #2b95ab;
}
.article a[href]:hover {
  color: #2b95ab;
  text-decoration: none;
}
.article img.about-pic,
.article img[alt=right] {
  margin-left: 2em;
  margin-bottom: 2em;
  float: right;
  border-radius: 4px;
}
.article img[alt="Logo"] {
  border-radius: 4px;
  padding: 2px;
  width: 26px;
  margin-right: 6px;
  background-color: rgba(43, 149, 171, 0.2);
}
.article img {
  max-width: 100%;
}
.article img.screen,
.article p.img-wrapper > img {
  display: block;
  margin: auto;
  text-align: center;
}
.article p.img-wrapper,
.article div.video-wrapper {
  border: 1px solid rgba(43, 149, 171, 0.2);
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: white;
}
.article code {
  border: 1px solid rgba(43, 149, 171, 0.2);
  background-color: rgba(43, 149, 171, 0.1);
  color: #2b95ab;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  text-decoration: none;
  font-style: normal;
  white-space: pre-wrap;
}
.article pre {
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 1.25;
  background-color: rgba(43, 149, 171, 0.05);
  font-style: italic;
  padding: 2rem;
  margin: 1em 0;
  position: relative;
  border: 1px solid rgba(43, 149, 171, 0.2);
}
.article pre code {
  border: none;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #2b95ab;
  background-color: transparent;
}
.article blockquote {
  font: inherit;
  color: #2b95ab;
  font-style: normal;
  padding: 2rem;
  margin: 1em 0;
  background-color: rgba(43, 149, 171, 0.05);
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(43, 149, 171, 0.2);
}
.article blockquote a {
  border-bottom: 1px solid rgba(43, 149, 171, 0.5);
}
.article blockquote p {
  margin: 0 !important;
}
.article blockquote i,
.article blockquote em {
  border-radius: 4px;
  background-color: rgba(43, 149, 171, 0.9);
  color: #ffffff;
  font-weight: bold;
  padding: 2px 8px;
  font-style: normal;
}
.article.doc h2 {
  margin-top: 4rem;
  border-bottom: 2px solid #ccc;
  margin-bottom: 2rem;
}
.article.doc h3 {
  margin-top: 2rem;
}
.article.doc h4 {
  margin-top: 2rem;
}
.article.doc p,
.article.doc ol,
.article.doc ul,
.article.doc pre,
.article.doc blockquote,
.article.doc h4,
.article.doc h5 {
  margin-left: 32px;
}
.article.doc div.embed-responsive {
  margin-left: 32px;
  width: calc(100% - 32px);
}
#sidebar {
  position: relative;
}
/* First level of nav */
.ho-outline {
  margin-top: 2rem;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
}
.ho-outline a,
.ho-outline .nav-link {
  color: inherit;
  padding: 0.2rem;
}
.ho-outline .active {
  font-weight: bold;
}
.ho-outline nav nav {
  display: none;
  margin-left: 2rem;
}
.ho-outline .active + nav {
  display: flex;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
}
.footer,
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.blog-post-title {
  margin-top: 2rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
#dropdownMenuButton {
  width: 200px;
}
#results {
  width: 800px;
  /*max-width: 100%;*/
  max-height: 400px;
  overflow-y: auto;
  right: 1rem;
  left: inherit;
}
.search-item {
  white-space: inherit;
  outline: none;
}
.search-item b {
  margin-right: 0.5rem;
}
.found {
  background-color: yellow;
}
body {
  padding-bottom: 480px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 280px;
  }
}
.btn-info {
  border-color: #2b95ab;
  background-color: #2b95ab;
}
.btn-outline-info {
  border-color: #2b95ab;
  color: #2b95ab;
}
.btn-outline-info:hover {
  background-color: #2b95ab;
}
.ho-slides {
  background: #0a2329;
  background-image: linear-gradient(120deg, #0a2329, #1f6a7a);
}
#cookie-consent {
  bottom: 0;
  left: 0;
  width: 100%;
}
