/* Colors */
.centrification {
  margin: 0 auto; }
  .centrification-text {
    text-align: center; }

.standard-padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.blue-bg {
  background-color: #00ACEB;
  color: #fff; }

.btn .btn-primary {
  background-color: #00ACEB !important; }

.right {
  float: right; }
  @media (max-width: 576px) {
    .right {
      float: none; } }

.coming-soon-badge {
  font-size: 14px;
  color: #0677B9;
  background-color: #EEF7FD;
  padding: 5px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600; }

.coming-soon-badge-orange {
  font-size: 14px;
  color: #FF922B;
  background-color: #FFF4E6;
  padding: 5px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600; }

.subheadline {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #676767;
  margin: 0 auto; }

h1, h2, h3 {
  color: #363636 !important; }

h2 {
  font-size: 40px;
  font-weight: 700; }

h3 {
  font-size: 26px;
  font-weight: 600; }

blockquote {
  padding: 10px;
  font-size: 16px;
  line-height: 30px;
  background: #EFF3F6;
  border-radius: 4px; }
  blockquote .growth-img {
    max-width: 400px; }

.navbar {
  background-color: transparent;
  font-size: 16px; }
  .navbar a.nav-link {
    color: #363636;
    font-weight: 600; }
    .navbar a.nav-link:hover {
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
      color: #00ACEB !important; }
  .navbar .navbar-item.signup-button {
    margin-top: 10px; }
    .navbar .navbar-item.signup-button a {
      color: #fff !important; }
      .navbar .navbar-item.signup-button a:hover {
        color: #fff !important;
        text-decoration: none !important; }
  .navbar-brand {
    font-size: 2rem; }
    .navbar-brand a:hover {
      color: #363636;
      text-decoration: none; }
  .navbar.shrink {
    max-height: 40px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .navbar.shrink .navbar-right {
      /* Animation */
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (max-width: 576px) {
        .navbar.shrink .navbar-right {
          width: 100px;
          background-color: #fff !important;
          position: relative;
          right: 20px;
          padding: 20px;
          min-width: 489px !important; } }

.navbar-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.intro {
  line-height: 31px;
  /* padding-top: 80px;
    min-height: 500px; */
  margin-top: 60px;
  /*responsive*/ }
  .intro h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center; }
    .intro h1 #writing {
      display: inline !important;
      color: #00ACEB; }
    @media (max-width: 576px) {
      .intro h1 {
        font-size: 30px !important;
        min-height: 150px; } }
  @media (max-width: 576px) {
    .intro {
      margin-top: 20px;
      margin-bottom: 20px; } }

.hero {
  font-size: 21px;
  line-height: 31px;
  padding-top: 100px;
  padding-bottom: 100px; }
  .hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center; }

.hero-image {
  max-width: 900px;
  margin: 0 auto; }
  .hero-image img {
    width: 900px !important;
    height: auto; }

.big-feature-block-index {
  margin-top: 50px;
  margin-bottom: 50px;
  z-index: 2;
  overflow: hidden; }
  .big-feature-block-index .feature-intro {
    margin-bottom: 50px; }
  .big-feature-block-index h2 {
    font-size: 40p;
    font-weight: 700;
    text-align: center; }
  .big-feature-block-index h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    /* margin between thumbnail and heading */ }
  .big-feature-block-index p {
    font-size: 16px;
    line-height: 30px;
    color: #676767; }
  .big-feature-block-index .feature-img {
    width: 520px;
    overflow: hidden; }
    .big-feature-block-index .feature-img-small {
      width: 300px; }
    @media (max-width: 576px) {
      .big-feature-block-index .feature-img {
        width: 370px; } }
    .big-feature-block-index .feature-img-real {
      max-width: 940px;
      display: block;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media (max-width: 576px) {
        .big-feature-block-index .feature-img-real {
          width: 320px; } }

.big-content-block {
  margin-bottom: 200px; }
  @media (max-width: 576px) {
    .big-content-block {
      margin-bottom: 100px; } }
  .big-content-block .feature-intro {
    margin-bottom: 50px; }
  .big-content-block h2 {
    text-align: left; }
  .big-content-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    /* margin between thumbnail and heading */ }
  .big-content-block p {
    font-size: 16px;
    line-height: 30px;
    color: #676767; }
  .big-content-block .feature-img {
    width: 520px;
    overflow: hidden; }
    .big-content-block .feature-img-small {
      width: 300px; }
    @media (max-width: 576px) {
      .big-content-block .feature-img {
        width: 340px; } }
    .big-content-block .feature-img-real {
      max-width: 940px;
      display: block;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media (max-width: 576px) {
        .big-content-block .feature-img-real {
          width: 320px; } }

.whybardo {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 30px;
  text-align: center; }
  .whybardo-link {
    color: #676767 !important;
    font-size: 13px;
    text-rendering: auto;
    text-align: center;
    text-decoration: none; }

.feature-block {
  /*responsive*/ }
  .feature-block h2 {
    margin-bottom: 50px; }
  .feature-block .features p {
    color: #676767; }
  .feature-block .features .feature--row {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .feature-block .features .feature--row:nth-child(2n) {
      background-color: #fafafa; }
  @media (max-width: 576px) {
    .feature-block {
      max-width: 576px; } }

.big-feature-block {
  margin-bottom: 100px; }
  @media (max-width: 576px) {
    .big-feature-block {
      margin-bottom: 100px; } }
  .big-feature-block .feature-intro {
    margin-bottom: 50px; }
  .big-feature-block h2 {
    font-size: 40p;
    font-weight: 700;
    text-align: center; }
  .big-feature-block .time-tracking {
    color: #23d160 !important; }
  .big-feature-block .community {
    color: #329af0 !important; }
  .big-feature-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    /* margin between thumbnail and heading */ }
  .big-feature-block p {
    font-size: 16px;
    line-height: 30px;
    color: #676767; }
  .big-feature-block .feature-img {
    width: 520px;
    overflow: hidden; }
    .big-feature-block .feature-img-small {
      width: 300px; }
    @media (max-width: 576px) {
      .big-feature-block .feature-img {
        width: 340px; } }
    .big-feature-block .feature-img-real {
      max-width: 940px;
      display: block;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media (max-width: 576px) {
        .big-feature-block .feature-img-real {
          width: 320px; } }

.main-feature-block {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center; }
  .main-feature-block .subheadline {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px; }

.signup h2 {
  margin-bottom: 30px; }

.signup p {
  margin-bottom: 30px; }

.signup-container {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .signup-container .signup-button {
    /*a helper to the regular-button*/
    margin-top: 20px; }

.newsletter-signup {
  margin-bottom: -50px; }

.blog {
  margin-top: 50px;
  margin-bottom: 180px;
  min-height: 500px; }
  @media (max-width: 576px) {
    .blog {
      margin-bottom: 50px; } }
  .blog a {
    color: #00ACEB;
    text-decoration: none; }
  .blog ul {
    list-style-type: none; }
  .blog .post-preview {
    margin-bottom: 50px; }
    .blog .post-preview h2 {
      text-align: center; }
  .blog .blogpost-meta-info {
    /* title, date, category*/
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
    .blog .blogpost-meta-info .category-link {
      font-size: 18px;
      display: block; }
    .blog .blogpost-meta-info .post-date {
      text-align: center;
      font-size: 17px; }
    .blog .blogpost-meta-info .author-bio {
      font-size: 17px; }
    .blog .blogpost-meta-info .author-avatar {
      border-radius: 4px;
      width: 40px;
      height: 40px;
      display: block;
      float: left; }
  .blog img.fullwidth-image {
    display: inline-block;
    position: relative;
    left: -80px;
    width: 940px;
    margin-bottom: 30px; }
    @media (max-width: 576px) {
      .blog img.fullwidth-image {
        width: 340px;
        position: relative;
        left: -60px; } }

.about-block {
  /*responsive*/ }
  .about-block h2 {
    margin-bottom: 50px; }
  .about-block .abouts p {
    color: #676767; }
  .about-block .abouts .about--row {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .about-block .abouts .about--row:nth-child(2n) {
      background-color: #fafafa; }
  @media (max-width: 576px) {
    .about-block {
      max-width: 576px; } }

.big-about-block {
  margin-bottom: 200px; }
  @media (max-width: 576px) {
    .big-about-block {
      margin-bottom: 100px; } }
  .big-about-block .about-intro {
    margin-bottom: 50px; }
  .big-about-block h2 {
    font-size: 40p;
    font-weight: 700;
    text-align: center; }
  .big-about-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    /* margin between thumbnail and heading */ }
  .big-about-block p {
    font-size: 16px;
    line-height: 30px;
    color: #676767; }
  .big-about-block .about-img {
    width: 230px;
    overflow: hidden; }
    .big-about-block .about-img-small {
      width: 300px; }
    @media (max-width: 576px) {
      .big-about-block .about-img {
        width: 340px; } }
    .big-about-block .about-img-real {
      max-width: 940px;
      display: block;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media (max-width: 576px) {
        .big-about-block .about-img-real {
          width: 320px; } }

.main-about-block {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center; }
  .main-about-block .subheadline {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px; }

.cta {
  background-color: #EFF3F6;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: .99; }
  .cta-white {
    background-color: #ffffff !important; }
  .cta h3 {
    text-align: center; }
  .cta-row {
    margin-top: 30px; }
  .cta .btn {
    color: #ffffff !important;
    margin-top: 30px; }
    @media (max-width: 576px) {
      .cta .btn {
        width: 100%; }
        .cta .btn:nth-child(1) {
          margin-bottom: 20px; } }

.btn-cta-signup-only {
  text-decoration: none; }
  .btn-cta-signup-only:hover {
    text-decoration: none; }

.emailform-control {
  margin-right: 10px; }
  @media (max-width: 576px) {
    .emailform-control {
      margin-bottom: 20px;
      margin-top: 20px; } }

label {
  font-size: 14px;
  color: #363636;
  font-weight: 600; }

footer {
  padding: 20px;
  margin-top: 50px;
  font-size: 16px; }
  footer .footer-social {
    text-align: right; }
    footer .footer-social ul {
      margin-bottom: 0; }
      footer .footer-social ul li {
        list-style-type: none; }
        footer .footer-social ul li a {
          color: #fff;
          text-decoration: none; }
  footer .footer-nav-heading {
    font-weight: 600; }
  footer .footer-nav-description {
    color: #676767;
    clear: both; }
  footer .footer-nav ul {
    list-style-type: none; }
    @media (max-width: 576px) {
      footer .footer-nav ul {
        position: relative; } }
  footer .footer-nav a {
    color: #676767;
    text-decoration: none; }
    footer .footer-nav a:hover {
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
      color: #00ACEB; }
  footer .footer-nav .row {
    /*this is a hack, please don't blame me if you see this*/
    margin-left: -7px; }
  footer .footerform-group {
    margin-top: 20px;
    margin-left: 10px; }
  footer .footer-email-input {
    margin-right: 20px; }

.btn {
  font-size: 16px;
  text-rendering: auto;
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 4px;
  padding: 10px; }
  .btn-cta-signup {
    background-color: #23d160; }
  .btn-cta-features {
    background-color: #00ACEB; }

.signup-button {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px; }

.signup-link-btn {
  display: inline-block;
  margin-left: 10px;
  font-family: "Source Sans Pro", sans-serif; }
  .signup-link-btn a {
    color: #676767 !important;
    text-rendering: auto;
    text-decoration: none;
    border: 1px solid #676767;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px; }

.intro-signup-btn {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 576px) {
    .intro-signup-btn {
      margin-left: 80px; } }
  .intro-signup-btn a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-rendering: auto;
    text-align: center;
    text-decoration: none;
    background-color: #23d160;
    height: auto;
    padding: 19px 40px 20px;
    border-radius: 4px; }

body {
  font-size: 21px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 31px; }

p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px; }

.feature-img-index {
  max-width: 940px;
  position: absolute;
  right: -100px;
  top: 100px; }
  @media (max-width: 576px) {
    .feature-img-index {
      width: 320px; } }

.logo {
  width: 125px;
  height: 60px; }

.estimate-demo {
  background-color: #EFF3F6 !important;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }

.estimate-card {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 20px;
  width: 30%; }
  @media (max-width: 576px) {
    .estimate-card {
      width: 100%;
      margin-bottom: 20px; } }
  .estimate-card h3 {
    font-size: 24px;
    line-height: 27px; }
  .estimate-card p {
    font-size: 16px;
    line-height: 24px;
    color: #676767;
    margin-bottom: 0; }
  .estimate-card .task-category {
    margin-top: 20px;
    padding: 5px;
    border-radius: 4px;
    display: block;
    width: auto;
    max-width: 120px;
    text-align: center;
    font-size: 14px; }
  .estimate-card .category-development {
    background-color: #F9E5F3;
    color: #A44183; }
  .estimate-card .category-design {
    background-color: #E7EEFA;
    color: #3969A4; }
  .estimate-card .category-other {
    background-color: #dedede;
    color: #363636; }

.hero-home {
  background-color: #EFF3F6; }

.center-headline {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.small {
  font-size: 28px; }

.medium {
  font-size: 28px; }

.large {
  font-size: 36px !important;
  font-weight: 700px;
  color: #363636; }

.features-block {
  margin-top: 50px;
  margin-bottom: 50px; }
  .features-block .feature {
    padding-top: 30px;
    max-height: 350px;
    overflow: hidden; }
    @media (max-width: 576px) {
      .features-block .feature {
        overflow: visible;
        max-height: 100%;
        margin-bottom: 20px; } }
  .features-block .feature-description {
    margin-top: 50px; }

.blueish-background {
  background-color: #EFF3F6;
  border-top: 1px solid #dedede; }
