/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* line 7, ../sass/landing.scss */
.categories div {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 13, ../sass/landing.scss */
.categories div img {
  display: block;
  margin: 0 auto 10px auto;
}

/* line 20, ../sass/landing.scss */
#features {
  background: #0d0f2b;
  color: white;
}

/* line 26, ../sass/landing.scss */
.mockup_3 img {
  display: block;
  max-width: 100%;
  width: 800px;
  margin: 50px auto;
}
