body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.header {
  font-size: 18px;
  color: white;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.nav-row {
  padding: 30px 0;
  position: relative;
  z-index: 100;
}
.header-content {
  font-size: 20px;
  position: absolute;              
  top: 60%;                        
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-background-container {
  background-image: url("bluecity.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%; 
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: white;
}
.nav-show-consumer, .nav-show-manager{
  font-size: 16px;
  font-family: Open Sans;
  padding-top: 12px;
  border-radius: 4px;
  width: 242px;
  height: 46px;
  text-align: center;
  display: inline-block;
}
.nav-show-consumer, .nav-show-consumer:hover  {
  color: #007094;
  background-color: white;
  text-decoration: none;
  display: inline-block;
}
.nav-show-manager, .nav-show-manager:hover {
  color: white;
  background-color: #007094;
  text-decoration: none;
}
.nav-contact, .nav-contact:hover, .nav-contact:focus {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.header-text {
  font-size: 48px;
  margin-top: 100px;
}
.coming-soon {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 25px 0;
}
.social-icon-bar {
  font-size: 20px;
}
.social-icon {
  margin-left: 15px;
  margin-right: 15px;
}
.learn-more-link,
.learn-more-link:hover, 
.learn-more-link:visited, 
.learn-more-link:focus, 
.learn-hiring-link, 
.learn-hiring-link:hover, 
.learn-hiring-link:visited, 
.learn-hiring-link:focus {
  color: white;
  text-decoration: none;
}
.learn-more {
  padding-top: 75px;
  text-align: center;
  font-size: 18px;
  padding-bottom: 25px;
}
.learn-more-image {
  margin: 0 10px;
}
.main-content {
  padding-top: 70px;
  padding-bottom: 50px;
}
.iphone-image {
  
}
.point-title {
  font-size: 30px;
  padding: 140px 40px 0 40px;
}
.point-text {
  font-family: Open Sans;
  font-size: 18px;
  color: #7c7c7c;
  line-height: 1.7;
}
.film-gray {
  float: left;
  padding-top: 7px;
  padding-right: 16px;
}
.film-gray-text {
  margin-top: 30px;
  color: gray;
  font-size: 15px;
  font-family: Open Sans;
}
.launch {
  font-family: Open Sans;
  background-color: #007094;
  color: white;
  padding: 100px 0;
  font-size: 22px;
}
.launch-text {
  padding-bottom: 30px
}
.launch-email {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 24px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  padding: 15px 20px;
  width: 100%;
}
.launch-submit {
  font-size: 20px;
  line-height: 24px;
  background-color: #00a9e0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  padding: 15px 20px;
  width: 100%;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  font-family: Open Sans
}
.footer-social-link, .footer-social-link:hover {
  text-decoration: none;
  color: #4a4a4a;
  line-height: 50px;
}
.footer-legal-link, .footer-legal-link:hover {
  text-decoration: none;
  font-size: 13px;
  font-family: Open Sans;
  color: #939393;
}
.footer-legal-link-container {
  padding-top: 20px;
}
.header-phone {
  padding-top: 30px;
}
.contact-overlay {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.34);
  padding-top: 100px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.contact-form {
  background-color: #f1f1f1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 50px 25px;
}
.contact-form-bar {
  background-color: #00a9e0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
}
.contact-overlay-close {
  float: right;
  margin: 15px 0px;
}
.contact-form-title {
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact-form-field {
  color: #4a4a4a;
  font-family: Open Sans;
  font-size: 15px;
  border-radius: 6px;
  border: none;
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 15px;
  resize: none;
}
.contact-submit {
  font-family: Open Sans;
  font-size: 18px;
  background-color: #00a9e0;
  border-radius: 6px;
  border: none;
  padding: 12px 20px;
  width: 100%;
  color: white;
}

@media (max-width:991px) {
  .sm-center {
    text-align: center;
  }
  .header-content {
    width: 100%;
    text-align: center;
  }
  .point-title {
    padding: 0px 15px 50px;
  }
  .iphone-image {
    width: 60%;
  }
  .film-gray {
    display: block;
    margin: 0 auto;
    float: none;
  }
}
/*team page*/

.team-nav {
  background-color: #007ba7;
  width: 100%;
}
.nav-contact,
.team-nav-team, 
.team-nav-contact, 
.team-nav-manager, 
.team-nav-consumer, 
.team-nav-team:hover, 
.team-nav-contact:hover, 
.team-nav-manager:hover, 
.team-nav-consumer:hover {
  font-family: Open Sans;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  padding: 0px 20px;
}
.team-nav-contact  {
}
.team-nav-manager {
  display: none;
}
.team-nav-consumer {
  background-color: #00a9e0;
}
.team-social-twitter {
  padding: 0 10px;
  margin-right: 40px;
  margin-top: -5px;
}
.team-social-facebook {
  padding: 0 10px;
  margin-left: 20px;
  margin-top: -5px;
}
.header-logo {
  padding-top: 5.5px;
}
.team-title {
  font-size: 36px;
}
.team-subtitle {
  font-size: 17px;
  color: #7c7c7c;
  padding-bottom: 50px;
}
.team-member-name {
  font-size: 30px;
  color: #007ba7;
  padding-top: 20px;
}
.team-member-title {
  font-size: 20px;
  padding-bottom: 10px;
}
.team-member-text {
  font-family: Open Sans;
  font-size: 15px;
  color: #969696;
  padding-bottom: 80px;
}
.team-member-text-last-row {
  font-family: Open Sans;
  font-size: 15px;
  color: #969696;
  padding-bottom: 40px;
}
.team-body {
  padding-top: 70px;
}
.advisor-body {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
  width: 100%;
}
p {
  margin: 0;
}
.privacy-policy p,
.terms-of-use p,
.press-release p {
  margin-bottom: 10px;
}
.press-release {
  padding-bottom: 70px;
}
@media (max-width:767px) {
  .xs-center {
    text-align: center;
  }
  .margin-zero-xs {
    margin: 0;
  }
  .iphone-image {
    width: 70%;
  }
  .header-text, .point-title {
    font-size: 32px;
  }
  .header-content {
    margin-top: 50px;
  }
  .nav-show-consumer, .nav-show-manager, .nav-contact, .hiring-involve-btn {
    margin-top: 10px;
  }
  .launch-submit {
    margin-top: 10px;
    border-radius: 10px;
  }
  .android-submit {
    margin-top: 10px;
    border-radius: 10px;
  }
  .launch-email {
    border-radius: 10px;
  }
  .header-text {
    margin-top: 0;
  }
  .team-social-twitter {
    padding: 0 10px;
    margin: 5px 0 5px 0;
  }
  .team-social-facebook {
    padding: 0 10px;
    margin: 5px 0 5px 0;
  }
  .nav-social-links {
    padding: 10px;
    display: block;
  }
  .mt10 {
    margin-top: 10px;
  }
}
@media (min-width:768px) {
  .pr0 {
    padding-right: 0;
  }
  .pl0 {
    padding-left: 0;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pl10 {
    padding-left: 10px;
  }
  .mr30 {
    margin-right: 30px;
  }
}
@media (max-height:767px) {
  .header-phone {
    margin-top: 20px;
  }
}
.pad0 {
  padding: 0;
}

.icon-margin {
  margin-bottom: 5px;
}
.wauto {
  width: auto;
}
.dib {
  display: inline-block;
}
.featured {
  background-color: rgb(245,245,245);
  padding-top: 25px;
  padding-bottom: 40px;
  font-style: italic;
  color: rgb(174,174,174);
  font-size: 22px;
  font-family: Open Sans;
}
.featured-text {
  padding-bottom: 20px;
}
.android-launch {
  margin-bottom: 50px;
}
.android-text {
  font-size: 20px;
  margin-top: 25px;
}
.android-submit {
  font-size: 18px;
  line-height: 24px;
  background-color: #00a9e0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  padding: 15px 20px;
  width: 100%;
}
.store-links {
  display: inline-block;
  padding: 15px;
  margin: 25px 0;
  font-size: 20px;
}
.app-store-img {
  vertical-align: top;
  margin-bottom: 25px;
}
.nav-business a, .nav-business:hover a {
  color: white;
  text-decoration: none;
  font-family: Open Sans;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}
.nav-business {
  width: 242px;
  text-align: center;
  display: inline-block;
}
.get-started, .get-started:hover {
  text-decoration: none;
}
.hiring-involve,
.hiring-involve:hover,
.hiring-involve:visited,
.hiring-involve:focus {
  color: white;
  text-decoration: none;
}
.hiring-involve-btn {
  background-color: #007094;
  font-size: 16px;
  font-family: Open Sans;
  padding: 12px 15px;
  border-radius: 4px;
  display: inline-block;
}