@font-face {
  font-family: 'SFCompact Text';
  src: url("../fonts/SFCompactText-Semibold.woff2") format("woff2"), url("../fonts/SFCompactText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'SF Pro Text';
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "SF Pro Text", sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center; }

h1 {
  margin: 0;
  padding: 0; }

h2 {
  text-align: center;
  padding: 0 !important;
  margin: 0 0 0.7em 0;
  font-family: "SFCompact Text", sans-serif;
  color: #333;
  font-size: 4em; }

h3 {
  font-family: "SF Pro Text", sans-serif;
  font-size: 1.3em;
  color: #333;
  margin: 0 0 15px 0; }

.text-blue {
  color: #00ABEE; }

.text-dblue {
  color: #0080AB; }

p {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 100;
  margin: 0 0 3em 0; }

a {
  color: #00ABEE;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #fff;
    text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

.arrow-scroll a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .arrow-scroll a img {
    width: 18px; }
  .arrow-scroll a:hover {
    opacity: 0.5; }

.text-bold {
  font-weight: 500; }

.carousel {
  height: 60vw;
  max-height: 800px;
  position: relative;
  top: 0;
  left: 0; }

.carousel-fade .carousel-item {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity .75s ease-in-out;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }
.carousel-fade .carousel-item.active {
  opacity: 1;
  display: block; }

.carousel-control-next, .carousel-control-prev {
  width: 5%; }

.carousel-inner {
  height: 100%; }

.carousel-indicators-round li {
  border-radius: 10px;
  margin: 1px 3px;
  height: 10px;
  max-width: 10px;
  background-color: #ccc; }

.carousel-indicators .active {
  background-color: #00ABEE;
  max-width: 12px;
  margin: 0 3px;
  height: 12px; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ABEE' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ABEE' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.img-fluid {
  width: 100%; }

.logo {
  width: 150px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

#home {
  background: #f2f2f2;
  padding: 15em 5rem 5em 5em; }
  #home p {
    padding: 0 5em; }

.intro-buttons {
  padding: 5em 0 0 0; }

a.button {
  padding: 0.5em 3em 0.5em 1.5em;
  border: 1px solid #00ABEE;
  border-radius: 2em;
  margin: 1em;
  display: inline-block;
  text-align: left;
  font-family: "SFCompact Text", sans-serif; }
  a.button .button-text {
    position: relative;
    top: -0.2em; }
  a.button:hover {
    color: #fff;
    background: #00ABEE; }
  a.button i {
    font-size: 2em;
    margin-right: 0.5em;
    position: relative; }

#features {
  background: #00ABEE;
  color: #fff;
  padding: 7em 0; }
  #features h2, #features h3 {
    color: #fff; }

.features-image {
  text-align: center; }
  .features-image img {
    max-width: 300px;
    width: 100%; }

.features-list {
  padding: 2em 1em; }

.features-list-area {
  margin: 0 0 1em 0; }
  .features-list-area img {
    max-width: 40px;
    margin-bottom: 0.5em;
    height: auto; }
  .features-list-area p {
    font-size: 1em; }

#showcase {
  background: #f2f2f2;
  padding: 7em 0; }
  #showcase h2 {
    margin: 0; }

#download {
  padding: 8em 0; }
#terms {
  padding: 8em 20px;; }
  #download p {
    padding: 0 10em; }
  #download .divider {
    margin: 3em 35%;
    border-top: 1px solid #ccc; }

#mainNav.navbar-shrink {
  background-color: #fff; }

#mainNav {
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "SFCompact Text", sans-serif; }
  #mainNav .navbar-brand {
    font-weight: 700;
    color: #fff; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 10px;
    color: #000; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
      color: #fff; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #00ABEE !important; }

.navbar-toggler {
  border: none !important;
  padding: 15px 10px 10px 10px !important;
  font-size: 30px;
  color: #00ABEE !important;
  background: none !important; }
  .navbar-toggler:hover {
    color: #000 !important; }

#footer {
  background: #001820;
  padding: 4em 0;
  color: #fff; }
  #footer i {
    font-size: 1.5em; }

@media (min-width: 992px) {
  .features-list {
    padding: 4em; }

  #mainNav {
    border-color: transparent;
    background-color: transparent; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
      padding: 0.5rem 1rem;
      color: #000; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.round {
        border: 1px solid #00ABEE;
        margin-left: 2em;
        border-radius: 2rem;
        color: #00ABEE;
        padding: 0.5rem 2rem;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s; }
        #mainNav .navbar-nav > li.nav-item > a.nav-link.round:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link.round.active {
          background: #00ABEE;
          color: #fff !important; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
        color: #00ABEE; }

  #mainNav.navbar-shrink {
    background-color: #fff; } }
@media screen and (max-width: 991px) {
  h2 {
    font-size: 3em; }

  #download p {
    padding: 0; }

  .features-image {
    padding: 4em 0; }

  #home {
    padding: 10em 0 5em 0; }
    #home p {
      padding: 0; }

  .logo {
    width: 120px; }

  .navbar-nav li a {
    color: #000 !important; }
    .navbar-nav li a:hover {
      color: #00ABEE !important; }

  .nav-item {
    text-align: left; } }
.image-large {
  background: url("../img/assets/img-hand.jpg") no-repeat center center;
  background-size: cover;
  height: 50vw;
  max-height: 800px; }

@media (max-width: 767px) {
  .features-list-area {
    text-align: center !important; }

  .features-image {
    padding: 0 5em 5em 5em; }

  .features-list {
    padding: 0; }

  .carousel-indicators {
    display: none; }

  h2 {
    font-size: 2.5em; }

  p {
    font-size: 14px; }

  #showcase {
    background: #f2f2f2; }

  a.button {
    display: block;
    margin: 5px 0; }
    a.button i {
      margin-right: 0.5em;
      width: 1em; } }

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