/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*  Normalize.css ends here
  Your wonderful and creative styles begin here */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 10, 2011 01:34:11 PM America/New_York */

@font-face {
  font-family: 'BevanRegular';
  src: url('../fonts/bevan.woff2') format('woff2'),
       url('../fonts/bevan.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 18px;
}

body {
  background: #481700;
  color: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  padding: 26px 0 26px 0;
}

ul {
  padding-left: 22px;
  margin-top: 0; 
}

ul li {
  line-height: 1.2;
  margin-bottom: 8px;
}

::selection, textarea::selection {
  background-color: #d78965;
}

::-moz-selection, textarea::-moz-selection {
  background: #983a0f;
}

a:focus {
  outline: solid 1px #d78965;
}

.loading {
  background: #481700 url(../images/loading.gif) no-repeat center 400px;
}

a:link, a:visited {
  color: #fff;
  transition: color .5s ease;
}

a:hover {
  color: #ac3600;
}

a.title-link:link, a.title-link:visited {
  color: #d78965;
  text-decoration: none;
}

a.title-link:hover {
  color: #fff;
}

h1, h2, .viewnav li, .featureslist li, .result-mediaqueries, .result-transition, .demo-left, .demo-right {
  transition: all .5s ease;
}

h1, h2, h3 {
  font-family: BevanRegular, serif;
  color: #d78965;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h2 code {
  font-weight: bold;
  font-size: 34px;
}

.ed h2 {
  float: left;
}

p {
  margin: 0 0 24px 0;
  line-height: 1.2;
}

header {
  background: #51220d;
}

    h1 {
      font-family: BevanRegular, serif;
      color: #d78965;
      font-size: 60px;
      line-height: 84px;
      float: left;
    }

    .viewnav {
      list-style: none;
      margin: 20px 0 0 0;
      padding: 0;
      float: right;
      display: none;
    }

    .js .viewnav {
      display: block;
    }

    .viewnav li {
      width: 180px;
      height: 40px;
      float: left;
      margin: 0 42px 0 0;
    }

    .viewnav li.btnedge {
      margin-right: 0;
    }

      .viewnav li a:link, .viewnav li a:visited {
        display: block;
        height: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 10px;
        text-decoration: none;
        color: #e2e2e2;
        opacity: .75;
        transition: opacity .5s ease;
        background: #bb4c1a;
        background: linear-gradient(#bb4c1a 0%, #bb4c1a 45%, #ac3600 55%, #ac3600 100%);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
      }

      .viewnav li a:focus {
      }

      .viewnav li a.selected:link, .viewnav li a.selected:visited {
        opacity: 1;
      }

      .viewnav li a:hover {
        opacity: 1;
      }

  .globalwidth {
    width: 1080px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
  }

    /* clearfix, because overflow: hidden was causing problems */

    .globalwidth:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
    }
      * html .globalwidth             { zoom: 1; } /* IE6 */
      *:first-child+html .globalwidth { zoom: 1; } /* IE7 */

    .clearfix:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
    }
      * html .clearfix             { zoom: 1; } /* IE6 */
      *:first-child+html .clearfix { zoom: 1; } /* IE7 */

.hidden {
  opacity: 0;
  transition: opacity 0s;
  position: absolute;
  z-index: -1;
}

.fadeIn {
  transition: opacity 1.5s;
}

.propsnav {
  padding-bottom: 40px; /* was 60 with mid ad */
}

  .featureslist {
    margin: 0;
    padding: 20px 0 0 0;
  }

  .featureslist li {
    list-style: none;
    font-family: consolas, monospace;
    font-size: 20px;
    width: 192px;
    margin-bottom: 0;
  }

    .featureslist a:link, .featureslist a:visited {
      text-decoration: none;
      line-height: 28px;
      padding: 1px 10px;
      border-radius: 8px;
      white-space: nowrap;
      transition: background .7s ease;
    }

    .featureslist a.selected:link, .featureslist a.selected:visited {
      background: #993102;
      padding: 0 10px 1px;
      border-radius: 8px;
      border: solid 1px #973c14;
    }

    .featureslist a.selected:hover {
      color: #fff;
    }

    /* common features */

    .featureslist .colb {
      margin-left: 194px;
      width: 280px;
    }

      .featureslist li.colf {
        margin-top: -168px;
      }

    .featureslist .colc {
      width: 172px;
      margin-left: 476px;
    }

    .featureslist .cold {
      width: 210px;
      margin-left: 650px;
    }

    .featureslist .cole {
      width: 225px;
      margin-left: 880px;
    }

    /* common features end here */

    /* edge features */

    .featureslist .colg {
      width: 174px;
    }

      .featureslist .coll {
        margin-top: -168px;
      }

    .featureslist .colh {
      width: 234px;
      margin-left: 176px;
    }

    .featureslist .coli {
      width: 223px;
      margin-left: 425px;
    }

    .featureslist .colj {
      width: 178px;
      margin-left: 650px;
    }

    .featureslist .colk {
      width: 250px;
      margin-left: 830px;
    }

    /* edge features end here */

.midlink:link, .midlink:visited {
  margin: -40px auto 20px auto;
  color: #a48b80;
  text-decoration: none;
  display: block;
  max-width: 1060px;
  width: 80%;
  padding: 10px;
  border: dashed 1px #7f5d4d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  transition: background-color .4s;
}

.midlink:hover, .midlink:active {
  background-color: #51220D;
}

  .midlink p {
    margin: 0;
  }

  .midlink span {
    text-decoration: underline;
  }

  .ap {
    position: absolute;
    top: 320px;
    right: 0;
    width: 270px;
    overflow: hidden;
    border: none;
    padding-bottom: 3px;
  }

    .ap-link:link, .ap-link:visited {
      font-size: 13px;
      position: absolute;
      right: 10px;
    }

.code {
  width: 1066px;
  height: 110px;
  background: #d3c8c2;
  padding: 14px 0 14px 14px;
  font-family: consolas, monospace;
  white-space: pre;
  overflow-y: scroll;
  color: black;
  clear: both;
  transition: .5s all;
}

pre.code {
  overflow: hidden;
}

.js .code {
  resize: none;
}

  .hiddentext {
    visibility: hidden;
    position: absolute;
    bottom: -9999px;
    left: -9999px;
    white-space: pre-wrap;
    width: 960px;
  }

.desc {
  padding-bottom: 20px;
  overflow: hidden;
  float: left;
  width: 580px;
  padding-right: 40px;
}

.ed {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

  .toggle-autosize {
    position: absolute;
    right: 20px;
    top: 37px;
    font-size: 15px;
    text-decoration: none;
  }

  .codeselect {
    font-size: 15px;
    text-decoration: none;
    margin: 7px 0 0 20px;
    vertical-align: middle;
    display: block;
    float: left;
  }

.spec {
  float: left;
  width: 440px;
}

.result {
  background: #561d01;
  min-height: 200px;
  position: relative;
  border: solid 1px transparent;
}

  .result-boxsizing {
    width: 460px;
    padding: 20px;
    box-sizing: border-box;
    margin: 44px auto 0 auto;
    border: solid 1px #852900;
    text-align: center;
  }

  .result-hsla {
    width: 380px;
    padding: 10px;
    margin: 54px auto 0 auto;
    text-align: center;
    background-color: hsla(10, 100%, 50%, 0.2);
  }

  .result-rgba {
    width: 380px;
    padding: 10px;
    margin: 54px auto 0 auto;
    text-align: center;
    background-color: rgba(255, 43, 0, 0.2);
  }

  .result-rem {
    font-size: 1.5rem;
  }

  .result-borderradius {
    width: 380px;
    padding: 20px;
    margin: 42px auto 0 auto;
    text-align: center;
    border-radius: 20px;
    background: #481700;
  }

  .result-textshadow {
    font-size: 70px;
    line-height: 200px;
    text-align: center;
    text-shadow: 11px 11px 3px #000;
    font-family: Georgia, serif;
  }

  .result-wordwrap {
    width: 330px;
    padding: 10px;
    margin: 20px auto 0 auto;
    text-align: center;
    word-wrap: break-word;
  }

  .result-multibg {
    background: url(../images/bg-2.png) no-repeat center 40px,
                url(../images/bg-1.png) no-repeat center center;
    padding: 10px;
    margin: 24px auto 0 auto;
    text-align: center;
    color: black;
    min-height: 130px;
  }

  .result-text {
    text-align: center;
    padding: 20px 0 7px 0;
    width: 400px;
    margin: 0 auto;
  }

  .rtlong {
    width: 450px;
  }

  .result-animations {
    background: red;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 45%;
    animation-name: bounceball;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: none;
  }

  @keyframes bounceball {
    from {
      bottom: 0;
    }

    to {
      bottom: 60px;
    }
  }

  .result-bgsize {
    width: 400px;
    height: 80px;
    background-color: firebrick;
    background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, .5) 50%);
    background-size: 20px 20px;
    margin: auto;
  }

  @font-face {
    font-family: 'Alex Brush';
    src: url('../fonts/alexbrush.woff2') format('woff2'),
         url('../fonts/alexbrush.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  .result-fontface {
    font-family: 'Alex Brush', serif;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    padding-top: 20px;
  }

  .result-transformorigin {
    margin: 100px 0 0;
    transform: rotate(-10deg);
    transform-origin: -20px -50px;
  }

  .result-opacity {
    width: 330px;
    padding: 10px;
    margin: 55px auto 0 auto;
    background: white;
    color: black;
    text-align: center;
    opacity: .4;
  }

  .result-resize {
    width: 330px;
    padding: 10px;
    margin: 50px auto 0 auto;
    border: solid 1px #852900;
    resize: both;
    overflow: hidden;
  }

  .result-boxshadow {
    width: 330px;
    height: 50px;
    line-height: 50px;
    margin: 65px auto 0 auto;
    background: white;
    color: black;
    text-align: center;
    box-shadow: 11px 11px 3px #000;
  }

  .result-borderimages {
    width: 400px;
    min-height: 70px;
    border: solid 20px transparent;
    resize: both;
    overflow: hidden;
    text-align: center;
    border-image: url(../images/bg-borderimage.png) 20 20 20 20 repeat;
    position: absolute;
    top: 40px;
    left: 30px;
  }

  .result-mediaqueries {
    width: 330px;
    padding: 10px;
    margin: 45px auto 0 auto;
    background: white;
    color: black;
    text-align: center;
  }

  @media (max-width: 1200px) {

    .result-mediaqueries {
      background: #bada55;
    }

  }

  @media (max-width: 480px) {

    .result-mediaqueries {
      background: #d78965;
    }

  }

  .result-multicol {
    width: 450px;
    margin: 0 auto;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 10px;
    column-count: 3;
    column-width: 75px;
    column-gap: 20px;
    column-rule: 1px solid #fff;
  }

  .result-gradients {
    padding: 20px;
    text-align: center;
  }

  .result-linear {
    width: 220px;
    height: 90px;
    float: left;
    text-align: center;
    margin: 5px;
    background-image: linear-gradient(to right, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
  }

  .result-radial {
    width: 220px;
    height: 90px;
    float: left;
    margin: 5px;
    background-image: radial-gradient(rgb(22, 135, 237), rgb(20, 55, 90));
  }

  .result-selection {
    width: 330px;
    padding: 10px;
    margin: 40px auto 0 auto;
    text-align: center;
  }

    .result-selection::selection {
      background: purple;
      color: hotpink;
    }

    .result-selection::-moz-selection {
      background: purple;
      color: hotpink;
    }

  .result-transform {
    width: 330px;
    padding: 10px;
    margin: 40px auto 0 auto;
    background: white;
    color: black;
    transform: translate(10px, 10px)
               skew(-20deg)
               rotate(-10deg)
               scale(.9);
  }

  .result-transition {
    width: 330px;
    padding: 10px;
    margin: 60px auto 0 auto;
    background: white;
    color: black;
    text-align: center;
  }

  .result-transition:hover {
    background-color: #f39454;
    cursor: pointer;
  }

  .result-unset {
    font-family: Consolas, monospace;
    width: 80%;
    margin: 20px auto 0;
  }

    .result-unset p:first-child {
      font-family: unset;
    }

    .result-unset p:nth-child(2) b {
      font-family: Verdana, Helvetica, sans-serif;
      font-weight: unset;
    }

  .rfb {
    width: auto;
    margin-top: 20px;
    padding: 10px;
  }

  .flexcontainer {
    display: flex;
    flex-direction: row-reverse;
  }

    .flexitem {
      background: #611700;
      height: 50px;
      border: solid 1px black;
      text-align: center;
      line-height: 50px;
      flex-grow: 1;
    }

    .flexitem:first-child {
      order: 3;
      flex-grow: 2;
    }

  .result-masks {
    background: url(../images/compass.png) no-repeat center center;
    -webkit-mask-image: -webkit-linear-gradient(black 0%, black 9%, transparent 10%, transparent 19%, black 20%, black 29%, transparent 30%, transparent 39%, black 40%, black 49%, transparent 50%, transparent 59%, black 60%, black 69%, transparent 70%, transparent 79%, black 80%, black 89%, transparent 90%, transparent 99%, black 100%);
    mask-image: -webkit-linear-gradient(black 0%, black 9%, transparent 10%, transparent 19%, black 20%, black 29%, transparent 30%, transparent 39%, black 40%, black 49%, transparent 50%, transparent 59%, black 60%, black 69%, transparent 70%, transparent 79%, black 80%, black 89%, transparent 90%, transparent 99%, black 100%);
    width: 128px;
    height: 128px;
    margin: 10px auto 0 auto;
  }

  .result-tabsize {
    white-space: pre-wrap;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    border: solid 1px #973c14;
    width: 460px;
    margin: 10px auto;
    padding: 6px;
  }

  .result-tabsize2 {
    white-space: pre-wrap;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    border: solid 1px #973c14;
    width: 460px;
    margin: 10px auto;
    padding: 6px;
  }

  .result-calc {
    width: 70%;
    width: calc(70% - 50px);
    margin: 20px auto;
    text-align: center;
    background: #481700;
    padding: 10px;
  }

  .result-textoverflow {
    background: #481700;
    white-space: pre;
    padding: 10px;
    width: 70%;
    height: 60px;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .result-textoverflow:active {
    height: auto;
    white-space: normal;
  }

  .result-textdecoration {
    padding: 10px;
    text-align: center;
  }

  .result-textdecoration a {
    text-decoration-line: underline;
    text-decoration-color: orange;
    text-decoration-style: dashed;
    text-underline-position: under;
    line-height: 1.5;
  }

  .result-scrollbehavior {
    padding: 20px;
    text-align: center;
  }

  .result-blendingmodes {
    text-align: center;
    padding: 20px;
  }

  .bm-parent {
    display: inline-block;
    width: 200px;
    mix-blend-mode: color-dodge;
  }

  .bm-other {
    display: inline-block;
    width: 200px;
    height: 133px;
    background-blend-mode: color-dodge;
    background-image: url(https://s3.amazonaws.com/impressivewebs/guitaramp.jpg);
    background-color: hotpink;
    margin-left: 10px;
  }

  @media (max-width: 517px) {
    .demo-left .bm-other {
      width: 200px;
      margin-top: 8px;
      margin-left: 0;
    }
  }

  .cursor-contain {
    overflow: hidden;
    padding: 11px;
  }

    .cbox {
      background: #481700;
      float: float;
      width: 55px;
      height: 55px;
      float: left;
      margin-right: 6px;
      margin-bottom: 6px;
      font-size: 12px;
      text-align: center;
      padding: 10px;
      font-family: courier, monospace;
    }

    .cursor-none:hover {
      cursor: none;
    }

    .cursor-cm:hover {
      cursor: context-menu;
    }

    .cursor-cell:hover {
      cursor: cell;
    }

    .cursor-vt:hover {
      cursor: vertical-text;
    }

    .cursor-alias:hover {
      cursor: alias;
    }

    .cursor-copy:hover {
      cursor: copy;
    }

    .cursor-nd:hover {
      cursor: no-drop;
    }

    .cursor-na:hover {
      cursor: not-allowed;
    }

    .cursor-cr:hover {
      cursor: col-resize;
    }

    .cursor-rr:hover {
      cursor: row-resize;
    }

    .cursor-as:hover {
      cursor: all-scroll;
    }

    .cursor-zi:hover {
      cursor: zoom-in;
    }
    .cursor-zo:hover {
      cursor: zoom-out;
    }

    .cursor-scroll:hover {
      cursor: all-scroll;
    }

    .cursor-nesw:hover {
      cursor: nesw-resize;
    }

    .cursor-nwse:hover {
      cursor: nwse-resize;
    }

    .cursor-ew:hover {
      cursor: ew-resize;
    }

    .cursor-ns:hover {
      cursor: ns-resize;
    }

  .result-bgclip {
    width: 300px;
    height: 100px;
    color: black;
    background: #d78965;
    border: solid 1px white;
    background-clip: content-box;
    padding: 16px;
    margin: 30px auto;
    text-align: center;
  }

    @media (max-width: 480px) {
      .result-bgclip {
        font-size: 14px;
      }
    }

  .result-pointerevents {
    pointer-events: none;
  }

  .result-bgorigin {
    width: 200px;
    height: 100px;
    color: black;
    text-align: center;
    background: url(../images/bg-1.png) no-repeat center;
    border: 16px solid rgba(23, 23, 23, .5);
    background-origin: content-box;
    background-size: cover;
    padding: 16px;
    margin: 40px auto;
  }

  .result-hyphens {
    width: 350px;
    margin: 30px auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .result-currentcolor {
    margin: 30px auto;
    width: 400px;
    text-align: center;
    color: lightgreen;
  }

    .result-currentcolor p {
      color: white;
    }

    .result-currentcolor .ccbox {
      width: 200px;
      height: 60px;
      background: currentColor;
      margin: auto;
    }

  .result-3dtransform {
    width: 300px;
    height: 120px;
    position: relative;
    margin: 20px auto 10px auto;
    -webkit-perspective: 400;
    perspective: 400;
  }

    .object {
      background: transparent;
      width: 100%;
      height: 100%;
      position: absolute;
      transition: transform 1s;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }

      .card {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: solid 1px white;
        transition: transform 1s linear;
        text-align: center;
        font-size: 50px;
        line-height: 110px;
        backface-visibility: hidden;
      }

      .cfront {
        background: darkblue;
        z-index: 2;
      }

      .cback {
        background: purple;
        transform: rotateY(180deg) translate3d(0, 0, 0);
      }

      .flipped {
        transform: rotateY(180deg);
      }

    .result button {
      width: 140px;
      display: block;
      margin: 0 auto 20px auto;
    }

  .imgop {
    display: block;
    width: 140px;
    height: 100px;
    margin: 10px auto;
    border: solid 1px white;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .result-filters {
    padding-top: 10px;
    text-align: center;
  }

    .result-filters p {
      padding: 0 72px;
    }

    @media (max-width: 517px) {
      .result-filters p {
        padding: 0 20px;
      }
    }

    .imgfilters {
      filter: grayscale(100%);
    }

  .result-touchaction {
    overflow: auto;
  }

  .result-touchaction p {
    padding-top: 20px;
    text-align: center;
    width: 80%;
    margin: auto;
  }

  .result-touchaction p:nth-child(2) {
    overflow-x: auto;
    white-space: nowrap;
    min-height: 60px;
    touch-action: none;
    color: orange;
  }

  .result-clippath {
    padding: 10px;
    min-height: 250px;
  }

  .result-clippath img {
    position: absolute;
    left: 25%;
    clip-path: circle(60px at center center);
    cursor: pointer;
  }

    @media (max-width: 480px) {
      .result-clippath img {
        left: 2%;
        max-width: 100%;
      }

      .result-clippath {
        min-height: 300px;
      }
    }

  .result-clippath img:active {
    clip-path: none;
    cursor: pointer;
  }

  .result-willchange {
    text-align: center;
    padding: 10px 10px 0;
  }

    .result-wcparent {
      width: 200px;
      height: 120px;
      background: lightblue;
      padding: 20px;
      box-sizing: border-box;
      margin: 0 auto 20px auto;
    }

    .result-wcparent:hover {
      will-change: transform;
    }

      .result-wcchild {
        width: 70px;
        height: 70px;
        background: goldenrod;
        margin: auto;
        transition: transform 0.3s;
      }

      .result-wcchild:hover {
        transform: scale(1.5);
      }

  .result-gridlayout {
    padding: 10px;
    text-align: center;
  }

    .grid-parent {
      display: grid;
      grid-template-columns: 20% 20% 20% 20% 20%;
      background: lightblue;
      width: 300px;
      margin: auto;
      padding: 10px;
    }

      .grid-child {
        grid-column-start: 4;
        width: 100%;
        height: 60px;
        background: yellow;
      }

  .result-userselect {
    padding: 20px;
  }

    .userselect-none {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }

    .userselect-all {
      -webkit-user-select: all;
         -moz-user-select: all;
          -ms-user-select: all;
              user-select: all;
    }

    .userselect-auto {
      -webkit-user-select: auto;
         -moz-user-select: auto;
          -ms-user-select: auto;
              user-select: auto;
    }

  .result-imagerendering {
    padding: 10px;
    text-align: center;
  }

  .ir-p {
    width: 180px;
    height: auto;
    image-rendering: pixelated;
  }

  .ir-c {
    width: 180px;
    height: auto;
    image-rendering: crisp-edges;
  }

  .result-appearance {
    padding: 10px;
    text-align: center;
  }

    .a-none {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }

    @media (max-width: 480px) {
      .result-appearance input {
        max-width: 100%;
        margin-bottom: 4px;
        font-size: 14px;
      }
    }

  .result-imageorientation {
    padding: 10px;
    text-align: center;
  }

    .result-imageorientation img:not(:first-of-type) {
      margin-left: 30px;
    }

    @media (max-width: 480px) {
      .result-imageorientation img:not(:first-of-type) {
        margin-left: 0;
      }
    }

    .io2 {
      image-orientation: flip;
    }

    .io3 {
      image-orientation: 270deg;
    }

  .result-variables {
    padding: 30px 10px 10px;
    text-align: center;
    --global-color: cadetblue;
    --accent-color: chartreuse;
  }

  .result-variables p {
    padding: 10px;
    background-color: var(--global-color);
    color: var(--accent-color);
    max-width: 60%;
    margin: auto;
  }

  .result-supports {
    text-align: center;
    padding: 10px;
  }

    .result-supports p {
      text-align: center;
    }

    .rs-child {
      width: 50px;
      height: 50px;
      background: lightblue;
      display: inline-block;
      margin: 0 10px;
    }

  @supports (display: flex) {
    .result-supports {
      display: flex;
      flex-wrap: wrap;
      text-align: left;
      justify-content: center;
    }

    .result-supports p {
      flex-basis: 100%;
    }

    .rs-child {
      flex-grow: 1;
      max-width: 50px;
    }

  }

  .result-boxdeco {
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

    .result-boxdeco p {
      flex-basis: 100%;
    }

    .result-boxdeco span {
      box-shadow: 0 0 20px #000;
      padding: 5px;
      line-height: 2;
      background: #2c3e50;
      background: -webkit-linear-gradient(to right, #fd746c, #2c3e50);
      background: linear-gradient(to right, #fd746c, #2c3e50);
    }

    .result-boxdeco div {
      flex-grow: 1;
    }

    .bd-slice {
      margin-bottom: 12px;
    }

    .bd-slice span {
      -webkit-box-decoration-break: slice;
              box-decoration-break: slice;
    }

    .bd-clone span {
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone;
    }

    .result-bglocal {
      overflow-y: auto;
      padding: 20px;
      max-height: 200px;
      background: linear-gradient(135deg, rgba(0,0,0,.2) 25%, transparent 25%) -50px 0,
                  linear-gradient(225deg, rgba(0,0,0,.2) 25%, transparent 25%) -50px 0,
                  linear-gradient(315deg, rgba(0,0,0,.2) 25%, transparent 25%),
                  linear-gradient(45deg, rgba(0,0,0,.2) 25%, transparent 25%); 
      background-size: 100px 100px;
      background-attachment: local;
    }

      .result-bglocal div {
        height: 600px;
      }

      @media (max-width: 480px) {
        .result-bglocal div {
          font-size: 15px;
        }
      }

    .result-caretcolor {
      text-align: center;
      padding: 20px;
    }

      .result-caretcolor textarea {
        caret-color: hotpink;
      }

    .result-placeholder {
      text-align: center;
      padding: 20px;
    }

      .result-placeholder input {
        padding: 4px;
        border: none;
        margin-bottom: 3px;
        max-width: 100%;
      }

      .result-placeholder .msg {
        display: block;
      }

      .result-placeholder input:placeholder-shown {
        background: lightblue;
      }

      .result-placeholder input:placeholder-shown ~ .msg {
        display: none;
      }

.support {
  font-size: 16px;
}

.demo-left {
  float: left;
  width: 510px;
}

.demo-right {
  float: left;
  width: 520px;
  padding: 0 0 0 50px;
}

  .support-heading {
    position: relative;
  }

  .support-btn {
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: none;
    font-size: 15px;
  }

.infoboxes {
  padding-top: 40px;
  padding-bottom: 50px;
  line-height: 30px;
}

  .ext a:link, .ext a:visited {
    padding-right: 20px;
    background: transparent url(../images/bg-external.gif) no-repeat right bottom;
    transition: none;
  }

  .ext a:hover, .ext a:active {
    background-position: right top;
  }

.polyfills {
  float: left;
  width: 560px;
}

.tutorials {
  width: 520px;
  float: left;
}

h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
} 

.github-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .7;
  transition: opacity .5s linear;
}

.github-ribbon:hover {
  opacity: 1;
}

footer {
  clear: both;
  text-align: center;
  background: #51220d;
  font-size: 14px;
  padding-top: 20px;
  border: solid 1px transparent;
}

/* Your styles end here */

/* Print styles */
@media print {

}

/* Media queries */

@media (max-width: 1550px) {

  .spec {
    width: 350px;
  }

}

@media (max-width: 1400px) {
  .github-ribbon {
    display: none;
  }

}

@media (max-width: 1385px) {

  .spec {
    width: 210px;
  }

}

@media (max-width: 1150px) {

  .globalwidth {
    width: auto;
  }

  .viewnav {
    float: left;
    padding-left: 30px;
  }

  .viewnav li {
    margin-right: 22px;
  }

  .featureslist li.colb {
    margin-left: 160px;
  }

  .featureslist li.colc {
    margin-left: 410px;
  }

  .featureslist li.cold {
    margin-left: 560px;
  }

  .featureslist li.cole {
    margin-left: 770px;
  }

  .featureslist li.colh {
    margin-left: 134px;
  }

  .featureslist li.coli {
    margin-left: 330px;
  }

  .featureslist li.colj {
    margin-left: 520px;
  }

  .featureslist li.colk {
    margin-left: 674px;
  }

  .desc {
    width: 480px;
  }

  .code {
    width: 98%;
  }

  .demo-left {
    padding-bottom: 25px;
  }

  .demo-right {
    width: 400px;
  }

  .demo-right h2 {
    white-space: nowrap;
  }

  .infoboxes {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tutorials {
    width: 400px;
  }

}

@media (max-width: 1040px) {

  .viewnav {
    float: right;
    padding-left: 0;
  }

  .featureslist li.colb, .featureslist li.colc, .featureslist li.cold, .featureslist li.cole {
    width: auto;
  }

  .featureslist li.colb {
    margin-left: 155px;
  }

  .featureslist li.colc {
    margin-left: 400px;
  }

  .featureslist li.cold {
    margin-left: 540px;
  }

  .featureslist li.cole {
    margin-left: 744px;
  }

  .desc {
    width: 440px;
    padding-right: 20px;
  }

  .viewnav li {
    margin-right: 12px;
  }

  .demo-right, .tutorials {
    width: 340px;
  }

  h2 {
    font-size: 26px;
  }

}

@media (max-width: 970px) {

  .featureslist li {
    font-size: 20px;
  }

  .viewnav {
    clear: left;
    float: none;
  }

  header {
    padding-bottom: 15px;
  }

  .featureslist li.colb {
    margin-left: 220px;
  }

  .featureslist li.colc {
    margin-left: 480px;
  }

  .featureslist li.cold {
    margin-left: 0;
    margin-top: 0;
  }

  .featureslist li.cole {
    margin-left: 220px;
  }

  .featureslist li.colh {
    margin-left: 164px;
  }

  .featureslist li.coli {
    margin-left: 420px;
  }

  .featureslist li.colj {
    margin-left: 0;
    margin-top: 0;
  }

  .featureslist li.colk {
    margin-left: 164px;
  }

  .fledge {
    padding-bottom: 40px;
  }

  .demo-left, .demo-right, .tutorials, .polyfills {
    width: auto;
    padding: 0;
    clear: both;
    float: none;
  }

  .demo-right {
    padding-top: 30px;
  }

  .ap {
    top: 370px;
  }

}

@media (max-width: 725px) {

  h1 {
    font-size: 41px;
    line-height: 60px;
  }

  .propsnav {
    padding-bottom: 30px;
  }

  .desc {
    max-width: 100%;
    padding-right: 20px;
    word-wrap: break-word;
  }

  .codeselect, .toggle-autosize {
    display: none;
  }

  .featureslist li.colb,
  .featureslist li.colc,
  .featureslist li.cold,
  .featureslist li.cole,
  .featureslist li.colf,
  .featureslist li.colg,
  .featureslist li.colh,
  .featureslist li.coli,
  .featureslist li.colk {
    margin-left: 0;
    margin-top: 0;
  }

  .midlink:link, .midlink:visited {
    margin-top: 0;
  }

  .cr {
    line-height: 2.1;
  }

}

@media (max-width: 520px) {

  .ap {
    position: static;
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 45px;
  }

  .ap-link:link, .ap-link:visited {
    position: static;
  }

}

@media (max-width: 480px) {

  .globalwidth {
    padding-left: 14px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 7px;
  }

  .viewnav li {
    width: 140px;
    height: 31px;
    font-size: 15px;
    float: none;
  }

    .viewnav li.btncommon {
      margin-bottom: 12px;
    }

  .viewnav li a {
    height: 31px;
  }

  .featureslist li {
    font-size: 18px;
  }

  .demo-left div, .demo-left p {
    width: auto;
  }

  .demo-right h2 {
    white-space: normal;
  }

  .result-textshadow {
    line-height: normal;
  }

  .demo-left .result-animations {
    width: 50px;
    height: 50px;
  }

  .demo-left .result-calc {
    width: -moz-calc(70% - 50px);
    width: calc(70% - 50px);
  }

  .demo-left .result-3dtransform {
    width: 300px;
    height: 120px;
  }

  .demo-left .object {
    width: 90%;
    height: 90%;
  }

  .demo-left .result button {
    width: 140px;
  }

  .caniuse .legend {
    display: none;
  }

  .featureslist li.colk {
    width: 200px;
  }

}

@media (max-width: 480px) and (orientation: landscape) {

  h1 {
    font-size: 41px;
  }

  .viewnav {
    width: 380px;
    height: 40px;
  }

  .viewnav li {
    width: 180px;
    height: 40px;
    font-size: 18px;
  }

  .viewnav li a {
    height: 40px;
  }

}