h1, h2, h3, h4, h5, h6, p, body { font-family: 'Roboto', sans-serif; }
h3 { margin-top: 0.9em; }
p, li { line-height: 28px; }

.center { text-align: center; }

#products-again .product {
  width: 240px;
  height: 100%;
  display: inline-block;
  margin:0 12px;
  text-align: left;
  vertical-align: top;
}

.product ul { padding-left: 15px; }
.product li { padding-top: 2px; }
span, .bold { font-weight: bold; }
.italic { font-style: italic; }

#book-cover {
  height: auto;
  width: auto;
}

#products #book-cover {
  max-width: 200px;
}

.clear { clear: both; }

#complete-package     { background-color: #e2f0fa; }
#cheat-sheet-package  { background-color: #e2f0fa; }
#book-package         { background-color: #e2f0fa; }

#products h1 { style='color: #333333;' }

#products ol {
  margin: 0 0 1em 2em;
  padding: 0;
  padding-bottom: 2em;
}

#products ul li, #products ol li {
  line-height: 1.2em;
  margin: 0;
  padding: 0
}

#products .product.cheat-sheets {
  width: 90%;
  margin-left: 2em;
  border-right: 1px solid #dddddd;
  padding-right: 30px;
}

#products .product.book { width: 90%; }
#book-package .product.book { width: 100%; }

.product.book #book-cover {
  position: relative;
  float: right;
  margin: 5px;
  padding-left: 30px;
  padding-top: 15px;
}

#book-package .product.book #book-cover {
  margin-top: -12px;
}

/* Ruby purchase button */
.ruby {
  background-color: #5da423;
  border-bottom: 4px solid #487e1b;
}

#products .ruby:hover, #products .ruby:focus {
  background-color: #53931f;
}

#team .ruby:hover, #team .ruby:focus {
  background-color: #53931f;
}

/* Ruby small purchase buttons use built-in Zurb Foundation styles */


/* Python Purchase buttons */

.python {
  width: 446px;
  font-size: 24px;
  background-color: #000000;
}

#products .python:hover, #products .python:focus {
  background-color: #545454;
}

#team .python:hover, #team .python:focus {
  background-color: #545454;
}

.python-small {
  background-color: #000000;
}

#products-again .python-small:hover, #products-again .python-small:focus {
  background-color: #545454;
}


/* C# purchase buttons */

.csharp {
  width: 446px;
  font-size: 24px;
  background-color: #000080;
  border-bottom: 4px solid #000000;
}

#products .csharp:hover, #products .csharp:focus {
  background-color: #000000;
}

#team .csharp:hover, #team .csharp:focus {
  background-color: #000000;
}

.csharp-small {
  background-color: #000080;
  border-bottom: 4px solid #000000;
}

#products-again .csharp-small:hover, #products-again .csharp-small:focus {
  background-color: #000000;
}


/* JavaScript purchase buttons */

.javascript {
  width: 446px;
  font-size: 24px;
  background-color: #2188d0;
  border-bottom: 4px solid #186092;
}

#products .javascript:hover, #products .javascript:focus {
  background-color: #1D7EC2;
}

.javascript-small {
  background-color: #2188d0;
  border-bottom: 4px solid #186092;
}

#products-again .javascript-small:hover, #products-again .javascript-small:focus {
  background-color: #1D7EC2;
}



.big-button {
  width: 100%;
  font-size: 24px;
}

.testimonial {
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial > img {
  border-radius: 50px;
  position: relative;
  float: left;
  margin: 0px 25px 25px 0px;
}

.testimonial.quote {
  position: relative;
  float: right;
}

#promo {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  background: yellow;
  color: black;
  text-align: center;
  line-height: 2.5;
  overflow: hidden;·
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow:    0 0 5px black;
  box-shadow:         0 0 5px black;
}

#close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-indent: -9999px;
  background: url(/img/close.png);
  height: 16px;
  width: 16px;
  cursor: pointer;
}

#menu ul {
  padding: 8px 0px;
  margin: 0px;
}

#menu li, #menu h1 {
  display: inline;
}

#menu h1 {
  padding-right: 20px;
}

#menu a {
  padding: 10px;
}

option {
  width: 150px;
}

select {
  font-size: 20px;
}
