@font-face {
  font-family: 'ChemWriter Symbols';
  src: url('http://chemwriter.com/sdk/chemwriter-symbols.woff') format('woff');
}

h1 {
  font-size: 280%;
  text-align: center;
  margin-bottom: 1em;
}

.section {
  padding-bottom: 50px;
}

p.mission {
  font-size: 120%;
  padding-left: 1em;
  padding-right: 1em;
}

.product {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
}

.product .logo {
  position: absolute;
  top: 0; left: 0;
  border: 5px solid #a0a0a0;
  border-radius: 3px;
  background-color: #333333;
}

.product .logo img {
  padding: 10px;
}

.product .copy  {
  margin-left: 110px;
}

.product .copy p {
  font-size: 120%;
  line-height: 1.3em;
}

.product h2.product-name {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.2em;
}

/* --- Hero --- */

.hero {
  position: relative;
  height: 320px;
  background-color: black;
  margin-bottom: 30px;
}

.hero .copy {
  margin-left: 530px;
  padding: 1em 1em 0 1em;
  position: relative;
  border-left: 1px dotted gray;
  height: 100%;
}

/* http://css-tricks.com/snippets/css/corner-ribbon/ */
.hero .copy .ribbon-wrapper {
  position: absolute;
  width: 85px;
  height: 85px;
  overflow: hidden;
  top: 0px;
  right: 0px;
}

.hero .copy .ribbon {
  position: relative;
  font-size: 80%;
  text-align: center;
  background-color: #ff8500;
  color: white;
  text-shadow: rgba(50, 50, 50, 0.5) 1px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.hero .copy p {
  font-size: 120%;
  color: #d0d0d0;
}

.hero .copy h2.product-name {
  font-size: 160%;
  text-align: center;
  margin-bottom: 0.7em;
  color: white;
}

.hero .button {
  width: 150px;
  font-size: 20px;
  background-color: #9bac2e;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 1em auto;
  text-transform: uppercase;
  border: 1px solid green;
  box-shadow: 0 0 5px #ffffff;
}

.hero .button a {
  padding: 10px;
  text-decoration: none;
  display: block;
  color: white;
}

.hero .visual {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 400px;
}

.hero .panel {
  background-color: black;
}

.hero .panel h3.feature {
  position: relative;
  font-size: 160%;
  color: white;
  text-align: center;
  padding-top: 0.7em;
  margin-bottom: 0.9em;
}

.hero .panel .graphic {
  text-align: center;
}


.hero .panel .grid {
  position: absolute;
  top: 70px; right: 20px; bottom: 20px; left: 20px;
}

.hero .grid .cell {
  position: absolute;
}

.hero .chemwriter-icon {
  font-family: 'ChemWriter Symbols';
  color: #d0d0d0;
}