@media only screen and (max-width: 991px) {
  /* line 3, ../sass/_hide_small_screen_navbar.scss */
  .navbar {
    display: none;
  }
}
@font-face {
  font-family: "Avenir LT 45 Book";
  src: url(../fonts/Avenir_LT_45_Book.ttf) format("truetype");
}
@font-face {
  font-family: "Comic Sans MS Bold";
  src: url(../fonts/Comic_Sans_MS_Bold.ttf) format("truetype");
}
/* line 14, ../sass/forest.scss */
html, body {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: tranparent;
  -ms-overflow-style: scrollbar;
  font-family: "Avenir LT 45 Book", "Century Gothic", "proxima_nova", "Helvetic Neue", "Helvetica", "Arial", "sans-serif";
}

/* line 22, ../sass/forest.scss */
.bg-light-green {
  background-color: #50aa8d;
  color: white;
}

/* line 26, ../sass/forest.scss */
.bg-dark-green {
  background-color: #2f5e4e;
  color: white;
}

/* line 31, ../sass/forest.scss */
.header {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
}
/* line 38, ../sass/forest.scss */
.header .header-down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 50px;
  cursor: pointer;
  border: solid white 1px;
  border-radius: 25px;
}
/* line 49, ../sass/forest.scss */
.header .header-down img {
  width: 100%;
}

/* line 55, ../sass/forest.scss */
.header-content {
  width: 100%;
  height: 100%;
  background: url(../img/background.png) no-repeat center;
  background-size: cover;
}

/* line 62, ../sass/forest.scss */
.container {
  max-height: 100%;
}

/* line 66, ../sass/forest.scss */
.screenshot {
  display: none;
  margin: auto;
  max-height: 100%;
  width: 350px;
}
@media only screen and (min-width: 992px) {
  /* line 66, ../sass/forest.scss */
  .screenshot {
    display: block;
  }
}

/* line 75, ../sass/forest.scss */
.header-container {
  position: absolute;
  top: calc( 15% );
  left: 0;
  right: 0;
}

/* line 82, ../sass/forest.scss */
.header-info {
  vertical-align: middle;
  margin-top: 0px;
  text-align: left;
}
/* line 86, ../sass/forest.scss */
.header-info .icon {
  margin-top: 10px;
}
/* line 89, ../sass/forest.scss */
.header-info h1, .header-info h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  vertical-align: middle;
}
/* line 94, ../sass/forest.scss */
.header-info h1 {
  font-size: 4.6vw;
}
/* line 97, ../sass/forest.scss */
.header-info h3 {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 97, ../sass/forest.scss */
  .header-info h3 {
    font-size: 14pt;
  }
}
/* line 103, ../sass/forest.scss */
.header-info h4 {
  font-size: 2.3vw;
  margin-top: 5px;
}
/* line 108, ../sass/forest.scss */
.header-info .row {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 111, ../sass/forest.scss */
  .header-info .header-text {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  /* line 116, ../sass/forest.scss */
  .header-info .download-container {
    text-align: left;
  }
}
/* line 122, ../sass/forest.scss */
.header-info .appstore-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40%;
  color: white;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 7px;
  margin: 10px;
}
/* line 132, ../sass/forest.scss */
.header-info .appstore-link:hover:not(.mobile-store), .header-info .appstore-link:active:not(.mobile-store) {
  background-color: #50aa8d;
  border-color: #50aa8d;
  text-decoration: none;
}
/* line 137, ../sass/forest.scss */
.header-info .mobile-store {
  color: transparent;
  border: none;
  padding: 0;
}
/* line 143, ../sass/forest.scss */
.header-info .mobile-store img {
  width: 100%;
}
/* line 147, ../sass/forest.scss */
.header-info .browser {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 147, ../sass/forest.scss */
  .header-info .browser {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 82, ../sass/forest.scss */
  .header-info {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 82, ../sass/forest.scss */
  .header-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 82, ../sass/forest.scss */
  .header-info {
    margin-top: 150px;
  }
}

/* line 163, ../sass/forest.scss */
section {
  padding-top: 50px;
}
/* line 165, ../sass/forest.scss */
section h1, section h2, section h3, section h4, section h5, section h6 {
  text-align: center;
}
/* line 168, ../sass/forest.scss */
section h2, section h3 {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 175, ../sass/forest.scss */
  #features h3, #scenarios h3, #benefit h3 {
    font-size: 26px;
  }
}

/* line 182, ../sass/forest.scss */
#features, #scenarios, #xmas2016, #real-trees {
  text-align: center;
  color: white;
}
/* line 185, ../sass/forest.scss */
#features .processes, #scenarios .processes, #xmas2016 .processes, #real-trees .processes {
  margin-top: 75px;
}
/* line 187, ../sass/forest.scss */
#features .processes .item, #scenarios .processes .item, #xmas2016 .processes .item, #real-trees .processes .item {
  margin-bottom: 75px;
}
/* line 191, ../sass/forest.scss */
#features img, #scenarios img, #xmas2016 img, #real-trees img {
  margin-bottom: 20px;
}

/* line 196, ../sass/forest.scss */
#features img {
  width: 200px;
}

/* line 201, ../sass/forest.scss */
#scenarios img {
  width: 300px;
}

/* line 205, ../sass/forest.scss */
#benefit {
  vertical-align: middle;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}
/* line 210, ../sass/forest.scss */
#benefit div {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 213, ../sass/forest.scss */
  #benefit h1, #benefit h2, #benefit h3, #benefit h4, #benefit div {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 220, ../sass/forest.scss */
#benefit img {
  width: 300px;
}

/* line 226, ../sass/forest.scss */
#xmas2016 h1, #xmas2016 h2, #xmas2016 h3, #xmas2016 h4 {
  font-family: "Comic Sans MS Bold";
}
/* line 229, ../sass/forest.scss */
#xmas2016 .question-mark-container {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
/* line 233, ../sass/forest.scss */
#xmas2016 .question-mark-container div {
  position: relative;
  display: inline-block;
}
/* line 238, ../sass/forest.scss */
#xmas2016 .question-mark-link {
  position: absolute;
  right: -25px;
  top: calc( 50% - 10px);
}
/* line 243, ../sass/forest.scss */
#xmas2016 .question-mark {
  width: 20px;
}
/* line 246, ../sass/forest.scss */
#xmas2016 img {
  width: 300px;
}

/* line 251, ../sass/forest.scss */
#real-trees {
  background: url(../img/real_tree_background.png) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  /* line 254, ../sass/forest.scss */
  #real-trees .forest-icon {
    display: none;
  }
}
/* line 259, ../sass/forest.scss */
#real-trees div {
  text-align: justify;
}
/* line 262, ../sass/forest.scss */
#real-trees .step {
  margin-top: 60px;
  margin-bottom: 40px;
}
/* line 266, ../sass/forest.scss */
#real-trees a:link, #real-trees a:visited, #real-trees a:hover, #real-trees a:active {
  color: white;
  text-decoration: underline;
}

/* line 272, ../sass/forest.scss */
#footer {
  background-color: #414141;
  color: white;
}
/* line 275, ../sass/forest.scss */
#footer .press {
  padding: 20px;
}
/* line 279, ../sass/forest.scss */
#footer .press a {
  opacity: 0.8;
}
/* line 282, ../sass/forest.scss */
#footer .press a:hover, #footer .press a:active {
  opacity: 1.0;
}
/* line 286, ../sass/forest.scss */
#footer a {
  color: #9d9d9d !important;
  text-decoration: none !important;
}
/* line 290, ../sass/forest.scss */
#footer a:hover {
  color: white !important;
}
/* line 294, ../sass/forest.scss */
#footer .row div {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 293, ../sass/forest.scss */
  #footer .row {
    font-size: 15px;
  }
}
/* line 301, ../sass/forest.scss */
#footer hr {
  margin-bottom: 10px;
}
/* line 304, ../sass/forest.scss */
#footer .footnote {
  color: #9d9d9d;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  /* line 304, ../sass/forest.scss */
  #footer .footnote {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  /* line 313, ../sass/forest.scss */
  #footer .copyright {
    text-align: right;
  }
}
