@font-face {
  font-family: BlogScriptRegular;
  src: url("BlogScriptRegular.otf") format("opentype");
}
#logo-left {
  border-bottom: 2px solid #ffca12;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  width: 3000px;
  cursor: pointer;
  z-index: 10;
  background-color: white;
  background-position: 50% 10px;
  margin-left: -1940px;
}

h1.grownups-title {
  font-family: "BlogScriptRegular";
  text-align: left;
  color: #8c8c8c;
  font-size: 36px;
  height: 70px;
  font-weight: normal;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  padding-left: 12px;
  z-index: 20;
}

.grownups-body {
  background: white;
  font-family: "Montserrat", sans-serif;
}

.grownups-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 650px;
  margin: auto;
  text-align: left;
  left: 50%;
  margin-left: -140px;
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 100px;
}

.grownups-panel p {
  margin-top: 12px;
  color: #333;
}

.grownups-panel img {
  border: 1px solid #aaa;
}

.grownups-panel hr {
  display: none;
}

.grownups-sidebar {
  width: 320px;
  max-width: 350px;
  position: absolute;
  top: 130px;
  left: 50%;
  height: 100%;
  margin-left: -500px;
  background: #f0f0f0;
  font-size: 15px;
  line-height: 1.3;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-top: 12px;
}

.grownups-sidebar a {
  color: black;
  text-decoration: none;
}

.grownups-sidebar-category {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  padding-top: 12px;
  display: block;
}

.grownups-sidebar li {
  text-align: left;
  list-style: none;
  margin-bottom: 10px;
  margin-left: -40px;
  font-size: 13px;
}

.grownups-sidebar li > a {
  color: #333;
  text-decoration: none;
}

.grownups-sidebar li > a:hover {
  color: #c95100;
  cursor: pointer;
  text-decoration: underline;
}

.grownups-sidebar-selected {
  color: #c95100;
  text-decoration: underline;
  cursor: default;
}

h2.grownups-intro-title {
  font-size: 28px;
  color: #c95100;
  margin-top: -31px;
  line-height: 32px;
  letter-spacing: -1px;
  orphans: 3;
  widows: 3;
}

.grownups-intro-paragraph {
  color: #c95100 !important;
  font-size: 18px;
  line-height: 1.4;
  margin-top: -20px;
}

h3.grownups-subheader {
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.3;
}

.grownups-next-link {
  text-align: right;
  font-size: 15px;
  margin-top: 20px;
}

.grownups-command-name {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  line-height: 1.5;
}

.grownups-command-description {
  color: #c95100 !important;
  font-size: 16px;
  line-height: 1.5;
}

div.grownups-code-block {
  background: #fff4ed;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 25px;
}

.grownups-example-code {
  font-family: "Source Code Pro", monospace;
  line-height: 1.5;
}

.grownups-syntax-string {
  color: #b50c70;
}

.grownups-syntax-number {
  color: #007ba9;
}

.grownups-syntax-keyword {
  color: #0000ff;
  font-weight: bold;
}

.grownups-syntax-line-number {
  color: #b46100;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.grownups-caption {
  color: #c95100 !important;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 26px;
  display: block;
}

.grownups-ul-no-bullet {
  list-style-type: none;
}

.blog-bullets li {
  margin-top: 6px;
  color: #333;
}

.grownups-inline-img {
  display: inline-block;
  vertical-align: center;
}

.source-code-pro {
  font-family: "Source Code Pro", monospace;
}

.source-code-pro-indent {
  font-family: "Source Code Pro", monospace;
  margin-left: 1.5em;
}

.bold {
  font-weight: bold;
}