body{
  background-color: #fafafa;
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
  color: #4d5d64;
  -webkit-font-smoothing: antialiased;
}

.jumbotron{
  background-color: #fafbfd;
}

.createAccountDiv{
  margin-top: 1rem;
  padding: 3rem 3rem;
}

.g-signin2{
  width: 100%;
}

.g-signin2 > div{
  margin: 0 auto;
}

.card-body {
   font-size: .9rem;
   border: 1px solid #fefefe;
}

.alert{
  font-size: 1rem;
  padding: .5rem 1rem;
}

.main-jumbo-container h1{
  font-size: 2.3rem;
  font-weight: 700;
  color: #283a4e;
}

.main-jumbo-container p{
  font-size: 1.5rem;
  line-height: 1.4;
  color: #425e88 !important;
}

.main-jumbo-container .sub-main-button{
  font-size: .9rem;
}

.main-jumbo-container .btn-primary{
  font-weight: 700;
  font-size: 1.2rem;
  padding: .7rem 2rem .7rem 2rem;
}

.btn-primary{
  background-color: #0052cc;
  font-weight: 700;
  border: 1px solid #0052cc;
}

.btn-green{
  background-color: #79f2c0;
  color: #172b4d;
  border: 1px solid #79f2c0;
  font-weight: 700;
}

.btn-outline-primary{
  color: 0052cc;
  border: 1px solid #0052cc;
  font-weight: 700;
}

.jumbotron-secondary h4{
  font-weight: 700;
  font-size: 1.4rem;
  color: #283a4e;
}

.jumbotron-secondary h5{
  font-weight: 700;
  font-size: 1.2rem;
  color: #283a4e;
}

.jumbotron-secondary p{
  font-size: 1.1rem;
}

#value-prop-div h3{
  font-size: 1.2rem;
}
#value-prop-div h5{
  font-size: 1.1rem;
}
#value-prop-div p{
  font-size: 1rem;
}

#final-pitch-div{
  background-color: #fff;
}

.btn-green:hover {
  background-color: #6adcad;
  color: #172b4d;
  border: 1px solid #6adcad;
  font-weight: 700;
}

.bold-font{
  font-weight: 700;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/menu-26.png");
}
