@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 15, ../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 23, ../sass/forest.scss */
.bg-light-green {
  background-color: #50aa8d;
  color: white;
}

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

/* line 31, ../sass/forest.scss */
.carousel-inner {
  width: 100%;
  height: 100%;
}

/* line 35, ../sass/forest.scss */
.carousel-control {
  background-image: none !important;
}

/* line 38, ../sass/forest.scss */
.header {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
}
/* line 45, ../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 56, ../sass/forest.scss */
.header .header-down img {
  width: 100%;
}

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

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

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

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

/* line 89, ../sass/forest.scss */
.header-info {
  vertical-align: middle;
  margin-top: 0px;
  text-align: left;
}
/* line 93, ../sass/forest.scss */
.header-info .icon {
  margin-top: 10px;
}
/* line 96, ../sass/forest.scss */
.header-info h1, .header-info h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  vertical-align: middle;
}
/* line 101, ../sass/forest.scss */
.header-info h1 {
  font-size: 4.6vw;
}
/* line 104, ../sass/forest.scss */
.header-info h3 {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 104, ../sass/forest.scss */
  .header-info h3 {
    font-size: 14pt;
  }
}
/* line 110, ../sass/forest.scss */
.header-info h4 {
  font-size: 2.3vw;
  margin-top: 5px;
}
/* line 115, ../sass/forest.scss */
.header-info .row {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 118, ../sass/forest.scss */
  .header-info .header-text {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  /* line 123, ../sass/forest.scss */
  .header-info .download-container {
    text-align: left;
  }
}
/* line 129, ../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 139, ../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 144, ../sass/forest.scss */
.header-info .mobile-store {
  color: transparent;
  border: none;
  padding: 0;
}
/* line 150, ../sass/forest.scss */
.header-info .mobile-store img {
  width: 100%;
}
/* line 154, ../sass/forest.scss */
.header-info .browser {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 154, ../sass/forest.scss */
  .header-info .browser {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 89, ../sass/forest.scss */
  .header-info {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 89, ../sass/forest.scss */
  .header-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 89, ../sass/forest.scss */
  .header-info {
    margin-top: 150px;
  }
}

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

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

/* line 189, ../sass/forest.scss */
#features, #scenarios, #xmas2016, #real-trees, #review {
  text-align: center;
  color: white;
}
/* line 192, ../sass/forest.scss */
#features .processes, #scenarios .processes, #xmas2016 .processes, #real-trees .processes, #review .processes {
  margin-top: 75px;
}
/* line 194, ../sass/forest.scss */
#features .processes .item, #scenarios .processes .item, #xmas2016 .processes .item, #real-trees .processes .item, #review .processes .item {
  margin-bottom: 75px;
}
/* line 198, ../sass/forest.scss */
#features img, #scenarios img, #xmas2016 img, #real-trees img, #review img {
  margin-bottom: 20px;
}

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

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

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

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

/* line 258, ../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 261, ../sass/forest.scss */
  #real-trees .forest-icon {
    display: none;
  }
}
/* line 266, ../sass/forest.scss */
#real-trees div {
  text-align: justify;
}
/* line 269, ../sass/forest.scss */
#real-trees .step {
  margin-top: 60px;
  margin-bottom: 40px;
}
/* line 273, ../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 278, ../sass/forest.scss */
#review {
  margin: auto;
  background-color: #51a387;
  position: middle, absolute;
  color: white;
  padding-bottom: 50px;
}

/* line 285, ../sass/forest.scss */
.review-content {
  line-height: 30px;
  margin-right: 15%;
  margin-left: 15%;
  min-height: 200px;
  text-align: center;
  padding-top: 60px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 540px) {
  /* line 285, ../sass/forest.scss */
  .review-content {
    min-height: 0px !important;
  }
}

/* line 299, ../sass/forest.scss */
#review .carousel-indicators {
  bottom: -50px;
}

/* line 303, ../sass/forest.scss */
#footer {
  background-color: #414141;
  color: white;
}
/* line 306, ../sass/forest.scss */
#footer .press {
  padding: 20px;
}
/* line 310, ../sass/forest.scss */
#footer .press a {
  opacity: 0.8;
}
/* line 313, ../sass/forest.scss */
#footer .press a:hover, #footer .press a:active {
  opacity: 1.0;
}
/* line 317, ../sass/forest.scss */
#footer a {
  color: #9d9d9d !important;
  text-decoration: none !important;
}
/* line 321, ../sass/forest.scss */
#footer a:hover {
  color: white !important;
}
/* line 325, ../sass/forest.scss */
#footer .row div {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 324, ../sass/forest.scss */
  #footer .row {
    font-size: 15px;
  }
}
/* line 332, ../sass/forest.scss */
#footer hr {
  margin-bottom: 10px;
}
/* line 335, ../sass/forest.scss */
#footer .footnote {
  color: #9d9d9d;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  /* line 335, ../sass/forest.scss */
  #footer .footnote {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  /* line 344, ../sass/forest.scss */
  #footer .copyright {
    text-align: right;
  }
}
