@charset "utf-8";


/* Reset */

body, h1, h2, h3, h4,
form, fieldset, input, label, p,
em, strong, a, img, ul, li {
	vertical-align: baseline;
	font-style: normal;
  list-style-type: none;
	padding: 0;
  margin: 0;
  border: 0;
}

header, footer, aside,
nav, article, section { display:block; }

html {
  font-size: 62.5%;
}


/* Generic */

body {
  background: #f9f9f9;
  border-top: 5px solid #81a32e;
  font-family: sans-serif;
  color: #444;
}

p { margin: 0 0 20px 0; }

a {
  color: #81a32e;
}


/* General */

.holder {
  width: 960px;
  margin: auto;
}

footer {
  margin-top: 80px;
  text-align: center;
  color: #999;
  font-size: 14px;
}


/* Home */

.home {
  text-align: center;
}

.home h1 {
  margin: 110px 0 50px 0;
}

.home h1 img {
  width: 400px;
}

.description {
  width: 70%;
  line-height: 32px;
  font-size: 18px;
  margin: 0 auto;
}

#app-store img {
  outline: none;
  width: 200px;
  margin-top: 35px;
}

#app-store:hover img {
  opacity: .8;
}

@media (max-width: 960px) {

  .holder { width: 700px; }
  
  .description {
    width: 80%;
  }
  
}

@media (max-width: 686px) {

  .holder {
    width: 90%;
    padding: 0 5%;
  }
  
  .home h1 img {
    width: 250px;
  }
  
  .description {
    width: 100%;
  }
  
  #app-store img {
    width: 140px;
  }
  
}
