html {
/*  background: rgba(234,119,87,0.45);
  background: -moz-linear-gradient(bottom, rgba(234,119,87,0.45) 0%, rgba(251,221,160,0.49) 7%, rgba(255,255,255,0.55) 18%, RGBA(255, 253, 255, 1) 100%);
  background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(234,119,87,0.45)), color-stop(7%, rgba(251,221,160,0.49)), color-stop(18%, rgba(255,255,255,0.55)), color-stop(100%, RGBA(255, 253, 255, 1)));
  background: -webkit-linear-gradient(bottom, rgba(234,119,87,0.45) 0%, rgba(251,221,160,0.49) 7%, rgba(255,255,255,0.55) 18%, RGBA(255, 253, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(234,119,87,0.45) 0%, rgba(251,221,160,0.49) 7%, rgba(255,255,255,0.55) 18%, RGBA(255, 253, 255, 1) 100%);
  background: -ms-linear-gradient(bottom, rgba(234,119,87,0.45) 0%, rgba(251,221,160,0.49) 7%, rgba(255,255,255,0.55) 18%, RGBA(255, 253, 255, 1) 100%);
  background: linear-gradient(to top, rgba(234,119,87,0.45) 0%, rgba(251,221,160,0.49) 7%, rgba(255,255,255,0.55) 18%, RGBA(255, 253, 255, 1) 100%);
*/}

body {
  font-family: sans-serif;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.container {
  margin-top: 80px;
  text-align: center;
  width: 100%;
}

.screenshot {
  display: inline-block;
  margin-left: 70px;
}

.text-content {
  width: 600px;
  text-align: left;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 180px;
}

.footer {
  font-size: 0.7em;
  color: gray;
  margin-left: -20px;
}

.footer a {
  color: gray;
}

.tagline {
  color: #4E5862;
  font-size: 0.9em;
  font-weight: 300;
}

h1 {
  color: rgba(234,119,87,1);
}

h2 {
  color: rgba(234,119,87,0.7);
  font-size: 1.2em;
}

code {
  color: rgba(0,0,0,0.9);
  background-color: rgba(234,119,87,0.4);
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
}

.download {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 400;
  background-color: #7DCB4F;
  border: 1px solid #70B747;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  border-radius: 10px;
  vertical-align: top;
  margin-top: 12px;
  margin-left: 15px;
}

.icon {
  margin-left: -40px;
}

.testimonial-list {
  display: inline-block;
  padding-left: 0px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.testimonial-list li {
  list-style-type: none;
  display: inline-block;
  margin-left: 26px;
  margin-right: 26px;
}

.testimonial-heading {
  display: inline-block;
  margin-left: -120px;
  font-weight: 100;
  font-size: 12px;
  vertical-align: top;
  line-height: 40px;
  color: gray;
  /*text-transform: uppercase;*/
}

.testimonial-list img {
  filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter:    grayscale(100%);
  -ms-filter:     grayscale(100%);
  -o-filter:      grayscale(100%);
  filter: gray;

  border-radius: 2px;

  height: 30px;
  opacity: 0.5;
}

.testimonial-list img:hover {
  filter: none;
  -webkit-filter: grayscale(25%);
  -moz-filter:    grayscale(25%);
  -ms-filter:     grayscale(25%);
  -o-filter:      grayscale(25%);
  cursor: pointer;
  opacity: 0.7;
}
