body {
	background: #ffdfe4;
	font-family: 'Nunito', sans-serif;
}

#mainNavbar {
	font-size: 1.5rem;
	font-weight: 200;
}

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

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

#mainNavbar .navbar-brand {
	color: #cf1160;
	font-size: 1.5rem;
}

#headingGroup span {
	color: #cf1160;
	font-weight: 200;
	font-size: 4rem;
}

.content {
	margin-top: 100px;
	margin-bottom: 100px;
}

.blurb h2 {
	color: #cf1160;
	font-weight: 200;
	font-size: 2.5rem;
}

.blurb p {
	color: #cf3c7a;
	font-weight: 200;
	font-size: 1.125rem;
	line-height: 2;
}

.navbar.scrolled {
	background: rgb(222, 192, 222);
	transition: background 500ms;
}

@media (max-width: 1200px) {
	#headingGroup span {
		font-size: 3.5rem;
	}
}
