/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 5.125rem;
}

.anchor {
  scroll-margin-top: 5.125rem;
}

.qvx_hilite_blue {
  display: inline-block;
  padding-left: 0.25rem; /* Equivalent to px-1 */
  padding-right: 0.25rem;
  margin-top: 0.25rem; /* Equivalent to mt-1 */
  border-radius: 0.25rem; /* Equivalent to rounded */
  color: #212529; /* Equivalent to Bootstrap text-dark */
  background-color: rgba(23, 162, 184, 0.3);
  font-weight: 600;
}

.qvx_hilite_blue2 {
  display: inline-block;
  padding-left: 0.25rem; /* Equivalent to px-1 */
  padding-right: 0.25rem;
  margin-top: 0.25rem; /* Equivalent to mt-1 */
  border-radius: 0.25rem; /* Equivalent to rounded */
  color: #212529; /* Equivalent to Bootstrap text-dark */
  background-color: rgba(205, 221, 181, 0.3);
  font-weight: 600;
  border: 1px solid rgba(10, 102, 116, 0.5); /* Adds a thin, slightly darker blue border */
}

.qvx_toc_div{
  background-color: #3b4b5a;
  padding:0.4rem;
  border: thin solid rgb(233, 233, 233);
}

.qvx_toc_level1{
  color: #73bfdb;
  font-weight: 600;
}

.qvx_toc_level2{
  padding-left: 2rem;
  color: #818181;
}

.qvx_guide_highlight{
  background-color:#f0f0f0!important;
  
  padding: 1rem;
  margin-bottom: 1rem;
}

.qvx_guide_image{
  padding: 1rem;
  margin-bottom: 1rem;
}

h1{
  color: #637888!important;
}

h3{
  color: #91acc0!important;
}

h4{
  color: #b2bec7!important;
  text-shadow: 1px 1px #ffffff;
}

h2{
  color: #5094cc!important;
}

.navbar-brand-font {
  font-size: 1rem;
}