@font-face {
  font-family: "prodotto_in_cina";
  src: url("/fonts/prodotto_in_cina-webfont-a99bb615.woff2") format("woff2"), url("/fonts/prodotto_in_cina-webfont-faa516c7.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0; }
  body a {
    color: #ff4d71; }
    body a:visited {
      color: #a53148; }
    body a.no_hot_pink {
      color: black; }
  body > .home-header {
    display: flex;
    justify-content: space-between;
    padding: 40px; }
    body > .home-header img {
      position: relative;
      top: 4px;
      margin-right: 4px; }
  body > header {
    background-size: 268px 100%;
    height: 268px;
    background-image: url("/images/title-background-27656e18.png");
    text-align: center; }
    body > header p {
      display: none; }
    body > header > a img {
      width: 490px;
      height: 118px;
      margin: 45px auto;
      margin-bottom: 4px; }
    body > header > nav li {
      font-family: "prodotto_in_cina";
      text-transform: uppercase;
      display: inline-block;
      font-size: 42px;
      margin: 0 20px; }
      body > header > nav li.small {
        display: none; }
      body > header > nav li.big {
        display: inline-block; }
      body > header > nav li a {
        text-decoration: none;
        color: white;
        text-shadow: 2px 2px black; }
        body > header > nav li a:visited {
          color: white; }
        body > header > nav li a.highlighted, body > header > nav li a:hover {
          color: #ffec00; }
        body > header > nav li a.highlighted {
          cursor: default; }
    body > header.small {
      text-align: left;
      background-size: 67px 100%;
      height: 67px;
      margin-top: 20px; }
      body > header.small img {
        margin-left: 80px;
        margin-top: 20px;
        margin-bottom: -4px;
        width: 122px;
        height: 30px; }
      body > header.small > nav {
        display: inline-block; }
        body > header.small > nav ul {
          margin-left: 40px; }
        body > header.small > nav li {
          font-size: 28px;
          margin: 0 10px; }
          body > header.small > nav li a {
            text-shadow: 2px 2px black; }
  body section.search_info ul,
  body .selectors ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0; }
    body section.search_info ul > li:first-child,
    body .selectors ul > li:first-child {
      margin-left: 0; }
    body section.search_info ul li,
    body .selectors ul li {
      font-family: "prodotto_in_cina";
      text-transform: uppercase;
      font-size: 20px;
      background-color: #fffdd2;
      padding: 10px 20px;
      border-radius: 8px;
      margin-right: 20px;
      margin-bottom: 18px;
      display: inline-block;
      cursor: pointer; }
      body section.search_info ul li.highlighted,
      body .selectors ul li.highlighted {
        background-color: #ffc449; }
  body p,
  body li {
    font-family: "Avenir", sans-serif;
    font-size: 17px; }
  body p > code {
    font-family: "Monaco";
    font-size: 14px;
    background-color: rgba(201, 167, 40, 0.1);
    word-break: break-all; }
  body .highlight > pre {
    border-left: none;
    padding: 0px; }
  body pre {
    border-left: solid 2px #4dff95;
    padding-left: 18px;
    border-bottom-left-radius: 20px; }
  body code {
    font-family: "Monaco";
    font-size: 14px; }
    body code > span.subtle {
      -webkit-user-select: none;
      -moz-user-select: none;
      color: #aaa; }
      body code > span.subtle.return::before {
        content: " -> "; }
  body .byline {
    text-align: right;
    display: block;
    margin-right: 20px;
    margin-top: 24px;
    margin-bottom: 24px; }
    body .byline.inline {
      font-size: 16px;
      display: inline-block;
      margin-top: 16px;
      margin-bottom: 0;
      margin-left: 16px; }
  body h2.punk {
    font-family: "prodotto_in_cina";
    text-transform: uppercase;
    margin-top: 80px;
    font-size: 48px;
    padding-left: 80px;
    background-color: #ffec00;
    min-height: 48px; }
    body h2.punk.reduced_top_margin {
      margin-top: 32px; }
    body h2.punk > span {
      padding-left: 10px;
      padding-right: 20px;
      padding-top: 6px;
      padding-bottom: 4px;
      background-color: white;
      display: inline-block; }
  body li {
    margin-bottom: 10px; }
  body section {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row; }
    body section h3 {
      font-family: "prodotto_in_cina";
      text-transform: uppercase;
      font-size: 20px;
      text-transform: uppercase; }
    body section h4,
    body section h3 > span,
    body section h5 {
      font-family: "Avenir", sans-serif;
      font-weight: 600;
      font-size: 20px;
      text-transform: uppercase; }
    body section h5 {
      font-size: 14px; }
    body section .header-link {
      font-family: "Monaco";
      text-decoration: none;
      color: #ffec00; }
      body section .header-link:hover {
        color: black; }
    body section > article:first-child {
      margin-right: 20px;
      margin-left: 80px; }
    body section article {
      flex: 1;
      width: 0;
      margin-right: 80px;
      margin-left: 20px; }
      body section article.scope_code {
        font-size: 16px; }
        body section article.scope_code h4 {
          font-size: 14px;
          margin-bottom: 0px; }
        body section article.scope_code .highlight {
          max-width: 100%;
          overflow-x: scroll; }
          body section article.scope_code .highlight pre {
            margin-top: 4px;
            word-break: letter; }
        body section article.scope_code ul li {
          font-family: "Monaco";
          font-size: 12px;
          color: #848684; }
      body section article code > blockquote {
        margin: 0; }
      body section article div.fake_code > p {
        font-family: "Monaco";
        font-size: 14px;
        color: #848684;
        margin-bottom: 0px; }
  body table {
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    font-size: 17px;
    width: 100%; }
    body table thead tr th {
      border-bottom: 1px solid black; }
    body table tr td {
      text-align: center;
      padding: 10px 10px;
      border-bottom: 1px solid lightgrey; }
    body table tr td:first-child {
      text-align: left; }
  body .clearfix {
    clear: both; }
  body > section.guide img {
    max-width: 100%; }
  body > section.guide h3,
  body > section.guide h4,
  body > section.guide h5 {
    margin-left: -0.7em; }
  body > section.guide pre {
    max-width: 100%;
    overflow-x: scroll; }
  body > section.examples ul {
    padding-left: 88px;
    margin-top: 0;
    min-width: 320px; }
    body > section.examples ul a {
      text-decoration: none;
      color: black; }
      body > section.examples ul a:hover {
        color: #ffec00; }
      body > section.examples ul a span {
        font-family: "Avenir", sans-serif;
        font-weight: bold;
        color: black;
        padding-left: 2px;
        padding-right: 3px; }
    body > section.examples ul > li {
      font-family: "prodotto_in_cina";
      text-transform: uppercase;
      font-size: 20px;
      text-transform: uppercase;
      padding-top: 6px;
      padding-bottom: 6px;
      list-style-type: none; }
    body > section.examples ul > li.highlighted,
    body > section.examples ul > li.highlighted a {
      color: #ffc54d;
      list-style-type: disc; }
      body > section.examples ul > li.highlighted:hover,
      body > section.examples ul > li.highlighted a:hover {
        cursor: default; }
  body > section.examples > div {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 88px;
    overflow-x: scroll;
    margin-left: 30px; }
  body > section.examples .code_chunk {
    border: 1px solid #d4d4d4;
    display: block;
    margin: 0;
    padding: 10px;
    padding-left: 20px;
    line-height: 1.5;
    font-size: 16px;
    overflow-x: scroll; }
  body > section.examples ref {
    padding-top: 10px;
    font-family: "Monaco"; }
  body footer {
    margin-top: 80px;
    background-color: #ffec00;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    padding-top: 40px;
    padding-bottom: 40px; }
    body footer > article:first-child {
      margin-right: 20px;
      margin-left: 80px; }
    body footer > article:last-child {
      margin-right: 80px;
      text-align: right; }
    body footer article {
      width: 25%; }
    body footer h3 {
      font-family: "prodotto_in_cina";
      text-transform: uppercase; }
    body footer ul {
      padding-left: 0; }
      body footer ul li {
        font-family: "Monaco";
        margin: 4px;
        list-style: none; }
        body footer ul li a,
        body footer ul li a:visited {
          text-decoration: none;
          color: black; }
        body footer ul li a:hover {
          color: #867c01; }
    body footer img.lang-logo {
      margin-right: 6px;
      position: relative;
      top: 1px; }

@media screen and (max-width: 960px) {
  body > header > nav li {
    font-size: 30px; } }
@media screen and (max-width: 849px) {
  body section,
  body footer {
    flex-flow: column; }
    body section article,
    body footer article {
      width: 80%;
      margin-right: 20px;
      margin-left: 80px; }

  body > header > nav li {
    font-size: 36px;
    margin: 0 10px; }
    body > header > nav li.small {
      display: inline-block; }
    body > header > nav li.big {
      display: none; }

  body > header.small > nav {
    display: none; }

  body footer > article:last-child {
    margin: 20px 0;
    width: 100%;
    text-align: center; }

  body > section.examples > div {
    margin-right: 20px;
    margin-left: 20px; }

  body h2.reduced_top_margin .byline {
    display: none; }

  body > header img {
    width: 373px;
    height: 90px;
    margin-top: 60px; } }
article.plugin h1 {
  font-family: "prodotto_in_cina";
  text-transform: uppercase;
  font-size: 2em; }
article.plugin h2 {
  font-family: "prodotto_in_cina";
  text-transform: uppercase;
  font-size: 1.5em; }
article.plugin table,
article.plugin img {
  max-width: 800px; }
article.plugin table td {
  text-align: left;
  padding: 2px 2px; }
