/* Required height of parents of the Full Page Intro and Intro itself */
html,
body,
.view {
  height: 100%;
}

/* Navbar animation */
.navbar {
  background-color: #fff;
}

.top-nav-collapse {
  background-color: #ffffff;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1c2331;
  }
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1c2331;
}

.cyan-lighter-hover {
  color: #00bcd4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav-link {
  color: #000 !important;
  padding: 20px 10px !important;
  font-size: 15px;
}

.nav-link:hover{
  color: #00bcd4 !important;
}


.mask{
  width: 39% !important;
  color:#fff !important;
}

.getStart{
  background: #00bcd4;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-left: 0;
}

.watchDemo{
  background: #fff;
  color: #00bcd4;
  display: inline-block;
}