body {
  margin: 0;
  padding: 0;
  color: #333; }

h1.big_title {
  text-align: center;
  color: #eef;
  text-shadow: 3px 3px 5px white;
  color: #333;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: calc(9px); }
  @media screen and (min-width: 900px) {
    h1.big_title {
      font-size: 4rem; } }

h3.sub_title {
  font-size: 1.5rem;
  color: #333;
  text-align: center; }
  @media screen and (min-width: 900px) {
    h3.sub_title {
      font-size: 2rem; } }

h2 {
  font-size: 1.3rem; }

div.holder {
  background: #fff;
  padding: 20px 0px;
  overflow: hidden; }
  @media screen and (min-width: 900px) {
    div.holder img.screenshot {
      box-shadow: 5px 5px 5px #999; } }
  div.holder.alternate {
    background: #ccf; }
  div.holder > div.shrinker {
    position: relative;
    margin-left: 10px;
    margin-right: 10px; }
    div.holder > div.shrinker > p {
      text-align: justify; }
    @media screen and (min-width: 900px) {
      div.holder > div.shrinker {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto; } }
    div.holder > div.shrinker > img.screenshot {
      position: static;
      width: 100%;
      border: solid black 2px; }
    @media screen and (min-width: 900px) {
      div.holder > div.shrinker.image_right {
        padding-right: 220px; } }
    div.holder > div.shrinker.image_right > img.screenshot {
      float: right;
      max-width: 160px;
      margin-left: 5px; }
      @media screen and (min-width: 900px) {
        div.holder > div.shrinker.image_right > img.screenshot {
          float: none;
          position: absolute;
          right: 10px;
          width: 200px;
          height: auto;
          top: 5px;
          bottom: 0px; } }

div.selling_point {
  position: relative;
  border-bottom: solid #ddd 1px;
  padding-right: 220px;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  div.selling_point.alternate {
    background-color: #DDF; }
  div.selling_point.horizontal {
    padding-right: 0px; }

img.screenshot {
  position: absolute;
  right: 0px;
  height: auto;
  top: 0px;
  bottom: 0px;
  width: 200px; }

div.image_placeholder {
  position: absolute;
  width: 200px;
  top: 0px;
  right: 0px;
  border: solid #333 1px;
  border-radius: 3px; }

div.the_contact_card {
  margin-left: auto;
  margin-right: auto; }
