h2 {
  padding-top:1.1em;
  padding-bottom: 0;
  margin: 0;
}

h3 {
  padding-top:1em;
  padding-bottom: 0.2em;
  margin: 0;
}

.container--outer {
    width: 95%;
}

.menu__item--active {
    background: #142de6; // #495be1;
}

.menu__item:hover {
	background: #495be1;
} 

.btn:hover {
	color: #fff;
	background: #495be1;
} 

a:hover {
	color: #495be1;
} 

.container {
    position: relative;
    margin: 0 auto;
}

.menu__list, .menu__btn {
	background:  #336791;
}

.content a, .warning a {
  font-weight: normal;
  color: #0000EE;
}

.footer {
  background:  #333333;
  color: #ccc;
}

code {
  padding: 0 1px;
  color: black;
  background-color: white;
  border: none;
}

pre {
  font-weight: normal;
	display: block;
	padding: 0.5em;
	margin-bottom: 0.5em;
	overflow: auto;
	color: #0f0f0f;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  line-height: 1.2;
}

p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.5em;
  margin-left: 0px;
}

.tags {
    margin-top: 2em;
    margin-bottom: 1.25em;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    color: #fff;
}

.footer__copyright-credits {
  padding-left: 3em;
}

