html {
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  height: 100%;
  background-color: #a0a0a0; }

header {
  font-family: "Slabo 13px", serif;
  background-color: #f8f8f8;
  border-bottom: 8px solid #505050;
  padding-left: 1.6em;
  padding-top: 0.3em; }

#logo span {
  display: inline-block;
  font-size: 3.6em;
  margin-left: -0.20em;
  font-weight: bold;
  opacity: 0.6; }

.menuControl {
  position: absolute;
  right: 20px;
  font-size: 1.8em;
  top: 20px; }
  .menuControl a {
    text-decoration: none;
    color: #303030; }

#navigation {
  display: none;
  background-color: #808080;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 50%;
  min-height: 100%;
  z-index: 2; }

#menuLinks {
  margin-top: 120px; }

#menuLinks ul {
  font-size: 1.7em; }

#menuLinks ul li {
  list-style: none;
  line-height: 1.4em; }

#menuLinks ul li a {
  text-decoration: none;
  color: #f0f0f0;
  padding-left: 0.6em; }

#menuLinks h3 {
  margin-bottom: 0.3em; }

#menuLinks ul li h3 {
  text-indent: 0px; }

#menuLinks ul li h3 a {
  font-weight: 500;
  color: #303030;
  padding-left: 0em; }

main {
  margin: auto;
  width: 92%;
  max-width: 1200px;
  min-height: 90%;
  padding: 2.2em 1.8em 3em 1.8em;
  box-shadow: 0 2px 8px 2px #909090;
  background-color: #fdfdfd;
  display: block; }

footer {
  border-top: 6px solid #d0d0d0;
  background-color: #808080;
  padding: 1em;
  text-align: center; }
  footer a {
    color: #f0f0f0; }

@media only screen and (max-device-width: 840px) {
  #navigation {
    width: 100%;
    border-bottom: 0px; }

  #menuLinks {
    margin-top: 80px; }

  main {
    padding: 1.4em 1.2em 3em 1.2em; } }
@media only screen and (max-device-width: 640px) {
  #logo span {
    font-size: 2.8em; }

  header {
    padding-left: 0.8em; }

  .menuControl {
    right: 10px;
    top: 12px; }

  #menuLinks ul {
    padding-left: 0.4em;
    padding-right: 0.4em;
    font-size: 1.3em; }

  main {
    padding: 0.4em; } }
h1, h2, h3, h4, h5 {
  font-weight: 500;
  color: #383838; }

h1 {
  font-size: 2.2em;
  letter-spacing: 0.22; }

h2 {
  word-break: break-all; }

h3 {
  text-indent: 16px;
  font-size: 1.6em;
  color: #505050;
  margin-bottom: 0.4em; }

p {
  margin-top: 0.7em;
  text-indent: 16px; }

p a {
  font-weight: 500;
  color: #445578;
  text-decoration: none; }

main {
  font-size: 1.12em; }

@media only screen and (max-device-width: 640px) {
  h3 {
    text-indent: 4px; }

  p {
    text-indent: 4px; }

  h1 {
    font-size: 1.8em; } }
main ol {
  list-style-type: upper-roman; }

main li {
  margin-bottom: 0.3em; }

main li a {
  text-decoration: none;
  color: #202020;
  font-size: 1.2em; }

.example-placeholder {
  border: 1px solid #202020;
  padding: 1em;
  border-radius: 10px;
  font-size: 2.4em;
  text-align: center;
  margin-top: 1.2em;
  margin-bottom: 1.4em;
  overflow: hidden; }

.example-placeholder span {
  display: inline-block; }

.example-placeholder.normal {
  font-size: 1.1em;
  text-align: left; }
  .example-placeholder.normal h4 {
    font-size: 1.3em; }
  .example-placeholder.normal p {
    text-indent: 0; }

code {
  font-family: "Source Code Pro", courier; }

pre {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  color: #d0d0d0; }

.codeSamples {
  margin-top: 1.6em;
  border-bottom: 1px solid #202020;
  margin-bottom: 90px; }

.codeSamples .codeTabs {
  border-bottom: 1px solid #303030; }

.codeSamples .codeTabs a {
  background-color: #808080;
  color: #f0f0f0;
  padding: 0.6em;
  text-decoration: none;
  font-weight: 500;
  display: inline-block; }

.codeSample {
  background-color: #383838; }

.codeSamples .codeSample {
  display: none;
  padding-left: 1em;
  padding-right: 1em; }

.codeSamples div.codeSample.active {
  display: block; }

.codeSamples pre {
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (max-device-width: 840px) {
  .example-placeholder {
    font-size: 2.2em;
    padding: 0.8em; } }
@media only screen and (max-device-width: 640px) {
  .example-placeholder {
    font-size: 1.9em; } }

/*# sourceMappingURL=general.css.map */
