body {
	background: #f5d9d5;
	font-family: "Nunito",sans-serif;
}

.blurb h3 {
	color: #ea1c2c;
	font-weight: 300;
	font-size: 2.5rem;
}

.blurb p {
	color: #f498b8;
	font-weight: 100;
	font-size: 1.25rem;
	line-height: 2;
}

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

#mainNavbar .navbar-brand {
	color: #ea1c2c;	
	font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #ea1c2c;
}

#headingGroup span {
	color: #ea1c2c;
}

#headingGroup h2 {
	font-weight: 200;
	font-size: 3.2rem;
}

.content {
	margin-top: 100px;
}


.navbar.scrolled {
	background:rgb(222,192,222);
	transition: background 1.5s;
}


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



