body {
  background: #f7bacf;
  color: white;
  font-family: 'Nunito', sans-serif;
}

/* .navbar {
  background: rgba(0, 0, 0, 0.0);
} */
.blurb h2{
  color:#e91e63;
  font-weight: 300;
  font-size: 2.5rem;
}

.blurb p{
  color: #f06292;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 2;
}
.content{
  margin-bottom: 100px;
}

#mainNavbar .navbar-brand, .navbar-brand:hover {
  color: #e91e63;
  font-weight: 100;
}

#mainNavbar .nav-link {
  color: white;
}

#mainNavbar .nav-link:hover {
  color: #e91e63;
}


#headingGroup p {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 100;
  line-height: 2rem;
}

#headingGroup span {
  color: #ec407a;
  font-weight: 100;
}
i{
  font-size: 2.5rem;
}

.navbar.scrolled{
  background: rgba(222,192,222);
  transition: background 300ms;
}

@media (max-width:1200px) {
  #headingGroup p{
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
  .blurb h2{
    color:#e91e63;
    font-weight: 300;
    font-size: 2rem;
  }
  .blurb p{
    color: #f06292;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}
