/* h1 {
  overflow: hidden;
  position: relative;
}


h1::after {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  margin-left: 1rem;
} */


:root {
  --md-primary-fg-color: #ff9900;
  --md-primary-fg-color--light: #ece2b7;
  --md-primary-fg-color--dark: #905803;
}

.md-search__input {
  width: 100%;
  height: 1.8rem;
  padding-left: 2.2rem;
  color: inherit;
  font-size: .8rem;
  background-color: #ff9900;
  border-radius: .1rem;
}
/*
:not([data-md-state="blur"])+nav {
  display: none;
} */

/*
.md-sidebar--primary {
  display: none;
}

.md-sidebar--secondary {
  display: block;
  margin-left: 0;
  transform: none;
  order: 0;
}

.md-content {
  margin-right: 0;
}

[data-md-toggle=drawer]:checked~.md-container .md-sidebar--secondary {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .4);
  -webkit-transform: translateX(24.2rem);
  transform: translateX(24.2rem);
}

@media only screen and (max-width: 76.1875em) {
  .md-sidebar--secondary {
    position: fixed;
    top: 0;
    left: -24.2rem;
    width: 24.2rem;
    height: 100% !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: box-shadow .25s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
    background-color: #fff;
    z-index: 3;

  }
} */

/* .md-content {
  max-width: calc(100% - 12.1rem * 1);
} */

/*
.md-sidebar--secondary {
  display: none;
} */


/*
h2 {
  overflow: hidden;
  position: relative;
} */

/*
h2::after {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  margin-left: 1rem;
} */



/* h3 {
  overflow: hidden;
  position: relative;
} */

/*
h3::after {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  margin-left: 1rem;
} */


.tabbed-set {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.tabbed-set .highlight {
  background: #ddd;
}

.tabbed-set .tabbed-content {
  display: none;
  order: 99;
  width: 100%;
}

.tabbed-set label {
  width: auto;
  margin: 0 0.5em;
  padding: 0.25em;
  font-size: 120%;
  cursor: pointer;
}

.tabbed-set input {
  position: absolute;
  opacity: 0;
}

.tabbed-set input:nth-child(n+1) {
  color: #333333;
}

.tabbed-set input:nth-child(n+1):checked+label {
  color: #FF5252;
}

.tabbed-set input:nth-child(n+1):checked+label+.tabbed-content {
  display: block;
}

hr {
  background-color: black !important;
  color: black !important;
  height: 1px !important;
}

/* border: solid 1px black !important; */
/* width: 1000px !important; */
/*
body {
  font-family: Cheltenham;
  font-size: 162.5%;
} */

/*
.navbar {
  background-image: none;
  background-repeat: no-repeat;
  border-bottom: 1px solid orange;
  filter: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-default {
  background-color: orange;
  border-color: orange;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: orange;
} */

#version-selector::before {
  content: "Version: ";
  display: inline-block;  /* ensure it displays */
}