.badge {
    padding: .5em .8em!important;
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 960px) {
    .navbar-nav li a i {
        padding-left: 25px!important;
    }

}
@media screen and (max-width: 920px) {
  .mobile-hidden {
      display: none!important;
  }
  .mobile-column {
    flex-direction: column;
  }
  .home {
    margin-top: 70px;
  }
  .fa-square-snapchat {
    margin-top: 0!important;
  }
}
@media screen and (max-width: 600px) {
    .mobile-hidden {
        display: none!important;
    }
    .features_item .f_item_text {
        width: 100%!important;
    }
    .features_item .f_item_icon .icon {
        font-size: 10em!important;

    }
    .features_item h3 {
        margin-top: 20px;
        font-size: 43px!important;
    }
    .navbar-nav li a i {
        font-size: 1.75em;
        padding-top: 10px;
        margin-right: 25px!important;
    }
    .mobile-column {
      flex-direction: column;
    }
    .home {
      margin-top: 70px;
    }
    .fa-square-snapchat {
      margin-top: 0!important;
    }
}
@media screen and (max-width: 400px) {
    .mobile-hidden {
        display: none!important;
    }
    .mobile-menu {
        width: 100%;
    }
    nav.navbar.bootsnav .navbar-nav {
        overflow: visible!important;
    }
    .home_text {
        padding-top: 33px;
    }
    .navbar-nav li a i {
        font-size: 1.75em;
        padding-top: 5px;
        /* margin-right: 25px!important; */
    }
    .mobile-column {
      flex-direction: column;
    }
    .home {
      margin-top: 70px;
    }
    .fa-square-snapchat {
      margin-top: 0!important;
    }
}

h1, h2 {
  font-weight: 700!important;
}
h3 {
  font-weight: 700!important;
  color: #454b70!important;
}
h4 {
  font-weight: 400!important;
}
h5 {
  font-weight: 300!important;
}
