@media only screen and (max-width: 991px) {
  /* line 3, ../sass/_hide_small_screen_navbar.scss */
  .navbar {
    display: none;
  }
}
/* line 4, ../sass/sleep.scss */
html,
body {
  font-family: 'PingFangTC-Regular', 'PingFangHK-Regular', 'PingFangSC-Regular', 'Helvetica',
    'Microsoft JhengHei', 'Microsoft YaHei', 'MS Gothic', 'Malgun Gothic', 'Arial', 'sans-serif';
  height: 100%;
  width: 100%;
  background-color: #fcf3df;
  -webkit-tap-highlight-color: tranparent;
  -ms-overflow-style: scrollbar;
}

/* line 13, ../sass/sleep.scss */
body {
  overflow-x: hidden;
}

/* line 16, ../sass/sleep.scss */
.background {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background: linear-gradient(#a3f3ff, #fff6d4);
  background-size: cover;
}

/* line 26, ../sass/sleep.scss */
.background-fixed {
  position: fixed !important;
}

/* line 30, ../sass/sleep.scss */
nav a {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

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

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

/* line 41, ../sass/sleep.scss */
.header {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
}
/* line 48, ../sass/sleep.scss */
.header h1 {
  font-family: 'Helvetica';
  font-weight: bold;
}
/* line 52, ../sass/sleep.scss */
.header h4 {
  line-height: 1.3;
}
/* line 55, ../sass/sleep.scss */
.header .header-down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 50px;
  cursor: pointer;
}
/* line 64, ../sass/sleep.scss */
.header .header-down img {
  width: 100%;
  filter: drop-shadow(0px 0px 2px black);
}

/* line 70, ../sass/sleep.scss */
.bubble {
  cursor: pointer;
  color: white;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -500px;
  bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass/sleep.scss */
  .bubble {
    display: none;
  }
}
/* line 92, ../sass/sleep.scss */
.bubble .x {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
/* line 100, ../sass/sleep.scss */
.bubble .title {
  margin-left: 70px;
  font-size: 80%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
/* line 105, ../sass/sleep.scss */
.bubble .visible {
  position: absolute;
}
/* line 108, ../sass/sleep.scss */
.bubble .invisible {
  color: transparent;
}
/* line 111, ../sass/sleep.scss */
.bubble .content {
  margin-left: 70px;
  font-size: 70%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
/* line 116, ../sass/sleep.scss */
.bubble img {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  mix-blend-mode: normal;
}

/* line 124, ../sass/sleep.scss */
.bubble::before {
  content: '';
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border-radius: 10px 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(77, 163, 138, 0.8);
  mix-blend-mode: multiply;
}

/* line 139, ../sass/sleep.scss */
.fadeout {
  opacity: 0;
  transition: opacity 0.5s;
}

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

@media only screen and (min-width: 992px) {
  /* line 150, ../sass/sleep.scss */
  .header-title {
    margin-right: 30px;
  }
}
/* line 154, ../sass/sleep.scss */
.header-title .screenshot-container {
  padding-right: 30px;
  padding-right: 0px;
}

/* line 160, ../sass/sleep.scss */
.header-text {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
/* line 163, ../sass/sleep.scss */
.header-text h4 {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

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

/* line 172, ../sass/sleep.scss */
.screenshot {
  max-height: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 172, ../sass/sleep.scss */
  .screenshot {
    display: none;
  }
}

/* line 179, ../sass/sleep.scss */
.header-info {
  vertical-align: middle;
  margin-top: 100px;
}
/* line 182, ../sass/sleep.scss */
.header-info h1,
.header-info h4 {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 187, ../sass/sleep.scss */
.header-info .row {
  margin-bottom: 10px;
}
/* line 190, ../sass/sleep.scss */
.header-info .appstore-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40%;
}
/* line 193, ../sass/sleep.scss */
.header-info .appstore-link .appstore {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 179, ../sass/sleep.scss */
  .header-info {
    padding-left: 0px;
    text-align: left;
    margin-top: 80px;
  }
}

/* line 205, ../sass/sleep.scss */
#features {
  position: relative;
  background: transparent;
  text-align: center;
  color: black;
}
/* line 212, ../sass/sleep.scss */
#features .processes {
  margin-top: 75px;
}
/* line 214, ../sass/sleep.scss */
#features .processes .item {
  margin-bottom: 75px;
}
/* line 218, ../sass/sleep.scss */
#features .benefit {
  vertical-align: middle;
  margin-top: 200px;
  margin-bottom: 200px;
}
@media only screen and (min-width: 768px) {
  /* line 218, ../sass/sleep.scss */
  #features .benefit {
    text-align: left;
  }
  /* line 224, ../sass/sleep.scss */
  #features .benefit .title {
    margin-top: 70px;
  }
}
/* line 228, ../sass/sleep.scss */
#features .benefit img {
  width: 350px;
}
/* line 232, ../sass/sleep.scss */
#features img {
  width: 200px;
  margin-bottom: 20px;
}

/* line 238, ../sass/sleep.scss */
#review {
  margin: auto;
  background-color: #51a387;
  position: middle, absolute;
  background-attachment: fixed;
  color: white;
  text-align: center;
}

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

/* line 249, ../sass/sleep.scss */
#review .container {
  padding-bottom: 50px;
}

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

/* line 266, ../sass/sleep.scss */
#media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 270, ../sass/sleep.scss */
#media img {
  margin: auto;
}

/* line 275, ../sass/sleep.scss */
#footer {
  background-color: #414141;
  color: white;
}
/* line 278, ../sass/sleep.scss */
#footer a {
  color: #eee !important;
  text-decoration: none !important;
}
/* line 282, ../sass/sleep.scss */
#footer a:hover {
  color: white !important;
}
/* line 285, ../sass/sleep.scss */
#footer .row {
  margin-top: 30px;
}
/* line 287, ../sass/sleep.scss */
#footer .row div {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 285, ../sass/sleep.scss */
  #footer .row {
    font-size: 15px;
  }
}
/* line 295, ../sass/sleep.scss */
#footer .copyright {
  font-size: 12px;
  margin-top: 50px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 992px) {
  /* line 295, ../sass/sleep.scss */
  #footer .copyright {
    text-align: right;
    padding-right: 12px;
  }
}

#seekrtech-link {
  text-decoration: underline;
}
