html, body {
  /* IE 10-11 didn't like using min-height */
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.navbar {
  border-bottom: 1px solid #eaecef;
  margin-bottom: 1rem;
  min-height: 4rem;
}

.navbar-item img {
    max-height: none;
}

.content {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 20px;
}

.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 20px;
  background: #eaecef;
}

.footer a {
  color: #62626e;
}

.footer a:hover {
  color: #3438bf;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.chiclet {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5rem;
}

.chiclet a:hover {
  color: #ffffff;
  background-color: var(--primary);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.chiclet-header {
  box-shadow: none;
}

.ais-search-box {
  max-width: 100%;
  margin-bottom: 15px;
}
.post-item {
  margin-bottom: 30px;
}
.post-link .ais-Highlight {
  color: #111;
  font-style: normal;
  text-decoration: underline;
}
.post-breadcrumbs {
  color: #424242;
  display: block;
}
.post-breadcrumb {
  font-size: 18px;
  color: #424242;
}
.post-breadcrumb .ais-Highlight {
  font-weight: bold;
  font-style: normal;
}
.post-snippet .ais-Highlight {
  color: #2a7ae2;
  font-style: normal;
  font-weight: bold;
}
.post-snippet img {
  display: none;
}

h2 {
  border-bottom: #7a7a7a solid 4px;
  padding-bottom: 7px;
}

code {
  color: #3438bf;
}

/* Table of Contents Styles */

.toc {
  position: fixed;
}

.toc h2 {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 4px;
  border: none;
}

.section-nav {
  background-color: #fff;
  margin: 5px 0;
  padding: 10px 10px 10px 10px;
  overflow: auto;
  width:  100%;
}

.section-nav a {
  display: inline-block;
  text-decoration: none;
  line-height: 2rem;
}

.section-nav a:hover,
.section-nav a:focus {
  color: #4a4a4a;
  text-decoration: underline;
}

li .toc-entry {
  padding-left: 1rem;
}

.announcement {
  background-color: #031d4d;
  text-align: center;
}

.announcement p {
  color:  #ffffff;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

.announcement a {
  color: #fbbf52;
}
