body {
  color: #e5e5e5;
  font-family: "Avenir Next", "Helvetica Neue", Serif;
  background-color: #222526; }

a {
  color: #80d4ff; }
  a:hover {
    color: #80d4ff; }

@media (min-width: 768px) {
  .center-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }

.content-holder {
  max-width: 970px;
  margin: 0 auto; }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/********************
* Hero Section
*********************/
#hero {
  position: relative;
  min-height: 100vh;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #bac9cf;
  background: -webkit-linear-gradient(135deg, #fafbfb, #bac9cf);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(135deg, #fafbfb, #bac9cf);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(135deg, #fafbfb, #bac9cf);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(135deg, #fafbfb, #bac9cf);
  /* Standard syntax */
  overflow: hidden; }
  @media (max-width: 768px) {
    #hero {
      padding: 6em 0; } }

#hero-info-holder {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 6%;
  width: 50%;
  height: 474px;
  margin-top: -237px; }
  #hero-info-holder h1 {
    display: none;
    color: #80d4ff; }
  #hero-info-holder h3 {
    color: #999999;
    font-size: 17px;
    font-weight: 400;
    width: 220px;
    margin: 0 auto;
    line-height: 1.75em; }
  #hero-info-holder #hero-info-icon {
    width: 235px;
    margin-bottom: 22px; }
    @media (max-width: 768px) {
      #hero-info-holder #hero-info-icon {
        width: 180px; } }
  #hero-info-holder #hero-info-download {
    width: 200px;
    margin-top: 70px; }
    @media (max-width: 768px) {
      #hero-info-holder #hero-info-download {
        width: 150px;
        margin-top: 40px; } }
  @media (max-width: 991px) {
    #hero-info-holder {
      left: 4%; } }
  @media (max-width: 768px) {
    #hero-info-holder {
      position: relative;
      top: 0;
      left: 0;
      margin-top: 0;
      width: 100%;
      height: 430px; } }

#hero-image-holder {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 44%;
  width: 50%;
  -ms-transform: translateY(-45%);
  /* IE 9 */
  -webkit-transform: translateY(-45%);
  /* Chrome, Safari, Opera */
  transform: translateY(-45%); }
  #hero-image-holder img {
    width: 60%;
    min-width: 420px; }
  @media (max-width: 1199px) {
    #hero-image-holder {
      left: 45%;
      width: 60%; } }
  @media (max-width: 991px) {
    #hero-image-holder {
      left: 40%;
      width: 70%; } }
  @media (max-width: 768px) {
    #hero-image-holder {
      position: relative;
      top: 4em;
      left: 0;
      -ms-transform: translateY(0);
      /* IE 9 */
      -webkit-transform: translateY(0);
      /* Chrome, Safari, Opera */
      transform: translateY(0);
      width: 100%; } }

/********************
* Features Section
*********************/
#features {
  padding-top: 4em; }
  #features h2 {
    font-size: 2.6em;
    font-weight: 400;
    margin-bottom: 0.75em; }
  #features p {
    font-size: 1.5em;
    margin-bottom: 1em; }
  #features .feature-title {
    border-bottom: 1px solid #333333;
    padding-bottom: 0.3em; }
  #features .feature {
    padding-top: 6em;
    padding-bottom: 6em; }
  #features .feature-small-padding {
    padding: 3em 0; }
  #features .features-demo-phone-image {
    width: 80%; }
  #features .features-demo-watch-image {
    width: 80%; }
  #features .feature-row-light {
    background-color: #2e3233;
    border-top: 1px solid #3a3f40;
    border-bottom: 1px solid #3a3f40; }
    #features .feature-row-light .feature-title {
      border-bottom-color: #404040; }
  #features #feature-demo-watch-info {
    margin-bottom: 4em; }
  #features #feature-demo-watch-info-icon {
    margin-bottom: 3em; }

#footer {
  padding: 3em 0; }
  #footer ul {
    list-style: none; }
    #footer ul li {
      display: inline;
      margin-left: 2em; }

/*# sourceMappingURL=main.css.map */
