body {
  width: 100%;
  height: 100%;
  font-family: Times, serif;
  font-size: 2em;
}

html {
  width: 100%;
  height: 100%;
}

h1 {
  padding-bottom: 6px;
  margin-bottom: 30px !important;
  margin-top: 40px;
  border-bottom: 1px solid #c6c6c6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #4D3512;
}

a {
  color: #442716;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #825B1F;
}

.navbar-custom {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Times, serif;
  background-color: #F5AA3B;
  border: none;
  border-width: 0 0 0 0;
  border-bottom: solid 1px rgba(0,0,0, 0.1);
  font-size:0.7em;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255, 255, 255, .8);
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-custom.top-nav-collapse {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

.docker-science-intro {
  padding-top: 100px;
}

.docker-science-side-bar {
  position: fixed;
  padding-top: 64px;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F5EBDC;
}

.docker-science-side-bar a {
  text-transform: uppercase;
  white-space: nowrap;
  overflow-x: hidden;
  font-size:0.8em;
}

.docker-science-page-content {
  margin-left: 33%;
  max-width: 60%;
  padding: 15px;
}

@media (max-width: 768px) {
  .docker-science-side-bar {
    width: 0 !important;
  }

  .docker-science-page-content {
    margin-left: 0 !important;
    max-width: 100%;
  }
}

/* anchorific styles */
a.anchor {
  display: block;
  position: relative;
  top: -56px;
  height: 56px;
  visibility: hidden;
}

.anchorific {
  width: 600px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  padding-right: 8px;
  float: left;
}

.anchorific ul {
  list-style-type: none;
}

.anchorific li ul {
  list-style-type: none;
  display: none;
}

.anchorific ul li a {
  display: block;
  text-decoration: none;
  padding: 5px;
}

.anchorific li ul {
  display: none;
}

.anchorific li.active > a {
  font-weight: bold;
  color: #F5AA3B;
}

.anchorific li.active > ul {
  display: block;
}
