@charset 'utf-8';

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://themes.googleusercontent.com/static/fonts/robotoslab/v3/y7lebkjgREBJK96VQi37ZobN6UDyHWBl620a-IRfuBk.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  src: local('Luckiest Guy'), local('LuckiestGuy-Regular'), url(https://themes.googleusercontent.com/static/fonts/luckiestguy/v4/5718gH8nDy3hFVihOpkY5HhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background-color: white;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 32px;
  color: #333;
}

#ean13 {
  margin: 4px auto;
  display: block;
}

input[type=text] {
  height: 44px;
  color: #333;
  border: 2px solid #c33;
  margin-bottom: 4px;
  padding: 8px 8px;
  font-family: monospace;
  font-weight: bold;
  font-size: 32px;
  vertical-align: text-bottom;
}

#checksum, #checksum:disabled {
  width: 44px;
  color: #999;
  background-color: white;
  border: 1px solid #666;
}

.status {
  color: #fff;
  background-color: #f33;
  border-radius: 0 0 8px 8px;
  box-shadow: #444 0 1px 8px;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: opacity ease 0.25s;
  -o-transition: opacity ease 0.25s;
  -webkit-transition: opacity ease 0.25s;
  transition: opacity ease 0.25s;
}

.raised {
  vertical-align: text-top;
  font-size: smaller;
}

.fade-in {
  opacity: 1;
}

#barcode {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#barcode-container {
  padding: 16px 16px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: #666 0 4px 7px;
}

h1, h2, h3 {
  font-family: 'Luckiest Guy', serif;
  margin-bottom: 8px;
}

h1 {
  font-size: 128px;
  line-height: 0.75;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 32px;
}

p {
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.67;
}

  p[itemprop=description] {
    font-weight: bold;
    font-size: 20px;
  }

  p[itemprop=title] {
    color: #111;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 32px;
    font-size: 22px;
  }

strong {
  font-weight: bold;
  color: #444;
}

a {
  font-weight: bold;
  color: #555;
  text-decoration: none;
}

  a:hover {
    border-bottom: 2px dotted #555;
  }

.image-caption {
  text-align: right;
  font-weight: bold;
  display: block;
  width: 320px;
  line-height: normal;
  font-size: 14px;
}

.image-box {
  margin-top: 16px !important;
}

.image-box img {
  display: block;
  box-shadow: #666 0 4px 7px;
  border: 2px solid #666;
  margin-bottom: 10px;
}

span.float-right {
  float: right;
  margin: 10px 0 10px 20px;
}

#disclaimer {
  margin-top: 200px;
}

.disclaimer {
  line-height: 1;
  font-size: 10px;
  color: #76848e;
  margin-top: 24px !important;
  text-align: start;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

  .disclaimer strong {
    color: #76848e;
  }

  .disclaimer a {
    color: #76848e;
  }

    .disclaimer a:visited {
      color: #76848e;
    }

section {
  padding: 24px 0;
}

  section:first-child {
    background-color: #fff;
    background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background: -webkit-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet));
    background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background: -ms-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    box-shadow: rgba(255, 255, 255, 0.3) 0 119px 22px inset;
    height: 260px;
  }

    section:first-child h1 {
      color: #fff;
      text-shadow: 1px 1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, -1px -1px 1px #333;
    }

  section:nth-child(2n+1) {
  }

  section:nth-child(2n) {
    background-color: #cad5de;
    box-shadow: #76848e 0 2px 7px;
  }

  section p, h1, h2, h3, form {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }

.indent {
  text-indent: 48px;
}

.icon {
  background-image: url(icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  vertical-align: central;
  margin: 4px 4px;
}

  .icon.download {
    background-position: 0 -32px;
  }

  .icon.minus {
    background-position: -32px -32px;
  }

  .icon.plus {
    background-position: -64px -32px;
  }

  .icon.social {
    width: 35px;
    height: 38px;
  }

    .icon.social.facebook {
      background-position: 0 -64px;
    }

    .icon.social.twitter {
      background-position: -35px -64px;
    }

    .icon.social.google {
      background-position: -70px -64px;
    }

@media only screen and (max-width: 680px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 40px;
  }

  p {
    font-size: 14px;
  }

  header, section {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 320px;
  }

    section:first-child {
      box-shadow: rgba(255, 255, 255, 0.3) 0 86px 22px inset;
      height: 170px;
    }

  .image-box.float-right {
    margin: 10px auto;
    float: none;
  }

  .image-box img {
    margin: 10px auto;
    background-size: cover;
    width: 280px;
  }

  .image-caption {
    width: 280px;
    margin: 10px auto;
    text-align: center;
  }

  p[itemprop=description] {
    font-weight: bold;
    font-size: 16px;
  }

  p[itemprop=title] {
    color: #111;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 32px;
    font-size: 18px;
  }
}
