@import url("https://fonts.googleapis.com/css?family=Rubik");
.second {
  min-height: 50vh;
  background-color: #F9F9F9; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.custom-toggler.navbar-toggler {
  border-color: transparent; }

.nav
.jumbotron {
  background-color: transparent; }

.header .navbarNav {
  font-family: "Helvetica Neue", sans-serif;
  margin-right: 150px; }
  .header .navbarNav .nav-link {
    color: white; }
  .header .navbarNav .nav-item {
    margin-right: 50px; }
  .header .navbarNav .nav-link:hover {
    color: white;
    font-weight: bold; }

.call-header {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  color: white; }
  .call-header .main-header {
    margin-top: 25px; }
  .call-header .second-header {
    margin-top: 45px; }

.second .button-container {
  margin-top: 50px; }
.second .step-container {
  margin-top: 50px; }
.second .button {
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #192152;
  font-family: "Helvetica Neue", sans-serif;
  color: #192152; }
.second .button:hover {
  background: #192152;
  color: #fff; }
.second h2 {
  font-family: "Helvetica Neue", sans-serif;
  margin-top: 15px;
  font-weight: bold;
  color: #4C4D5C; }
.second p {
  margin-top: 15px;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif; }

@media (min-width: 1440px) {
  .button {
    font-size: 20px; }

  .nav-item {
    font-size: 20px; }

  h1 {
    font-size: 50px; }

  h2 {
    font-size: 46px; }

  p {
    font-size: larger; }

  .call-header {
    margin-top: 50px; } }
.new-to-wa-container {
  background-color: #F9F9F9;
  font-family: "Source Sans Pro",sans-serif;
  color: #4C4D5C;
  border-top: 1px solid #ebeced;
  /*fixes margin issue but weird...*/
  padding-bottom: 50px;
  min-height: 50vh; }
  .new-to-wa-container .new-to-wa-header {
    font-weight: bold;
    font-size: 45px;
    font-family: "Helvetica Neue", sans-serif;
    margin-top: 40px;
    color: #333; }
  .new-to-wa-container .new-to-wa-support {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 40px;
    color: #333; }
  .new-to-wa-container .new-to-wa-p {
    font-size: 1em;
    font-weight: 600;
    margin-top: 30px;
    color: #000; }
  .new-to-wa-container .new-to-wa-light {
    margin-top: 50px;
    color: #000; }

@media (max-width: 426px) {
  h4 {
    font-size: 1em; }

  .sub-head {
    display: none; } }

/*# sourceMappingURL=new-to-wa.css.map */
