
body { background-color: #f1f1f1; }
img { max-width: 100%; }

#brand-link {padding: 0 !important; margin: 0 !important; }

#main-title-header { font-size: 2.5em; }
@media (min-width: 48em) { #main-title-header { font-size: 3em; } }

a {
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 0, 0, .25);
}

@font-face {
    font-family: 'Varela Round';
    src: url('../fonts/VarelaRound-Regular.woff2') format('woff2'),
         url('../fonts/VarelaRound-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf') format('ttf');
  font-weight: normal;
  font-style: oblique;
}

#menu .brand, .menu-header, .header-index h1, .header-index h2, .header-single h1, h2, h3 {
  font-family: "Varela Round", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Open Sans", sans-serif; 
  font-weight: 100;
}

.header-index h1 .article {
    font-size: 71%;
    vertical-align: middle;
}

/* api property tables */
table.api-props td:first-child { font-size:85%; }
table.api-props { width: 100%; border-spacing: 0; }
table.api-props tr:nth-child(odd) { background-color: #f4f4f4; }
table.api-props td { vertical-align: top; padding: 7px 10px; }
table.api-props td:nth-child(odd) { width: 18%; }
table.api-props td:nth-child(even) { width: 82%; }

table.api-props.wider td:nth-child(odd) { width: 26%; }
table.api-props.wider td:nth-child(even) { width: 74%; }

.pure-menu-item {
  font-size: 13.0px;
  padding-left: 6px;
}

.pure-menu ul { border: 0; }

.menu-header {
  border-top: 1px solid #333;
  margin-top: 11px;
  padding-top: 11px;
  padding-bottom: 5px;
  padding-left: 8px;
  color: #c0c0c0;
  font-size: 12.5px;
}

.blend-detail {
  font-size: 95%;
  line-height: 115%;
  padding-right: 8px;
  padding-top: 3px;
}

h1 {
  text-shadow: 0px 4px 0px rgba(0,0,0,0.15);
}
h2 {
  color:#969696;
  text-shadow: 0px 3px 0px rgba(0,0,0,0.1);
}

.about-buybox {
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  color: white;
  padding: 18px;
  background-color: #f36363;
  border: black 1px;
  box-shadow: 0px 4px rgba(0,0,0,0.15);
  border-radius: 20px;
  margin: 20px;
}
.about-buybox h3 {
  font-size: 22px;
  font-weight: 400;
  text-shadow: 0px 3px 0px rgba(0,0,0,0.12);
}
.about-buybox a { color: #213042; }
.about-buybox a:visited { color: #222d3b; }
.about-warningbox {
  background-color: #e0812f;
}

.about-section {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.166667px;
  line-height: 22.8px;
}
.about-img-separator {
  max-width: 100%; 
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 0px rgba(0,0,0,0.15);
}
.about-title {
  font-size: 30px;
  color: rgb(158, 34, 34);
  text-align: left;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-lbox {
  padding: 1em;
}
.about-lbox img {
  max-width:100%; 
  margin-bottom:10px;
}

.footer {
    text-align: center;
    background: #e1e1e1;
    padding-top: 30px;
    padding-bottom: 30px;
}
