/*fonts*/

body {
	font-family: quicksand, sans-serif;
	line-height: 1.65em;
	font-style: normal;
	font-weight: 400;
}
h1, h2, h3, h4 {
	font-family: scrivano, serif;
	font-weight: 400;
	line-height: 1.25em;
}
h1, h2 {
	font-style: normal;
}

h3, h4 {
	font-style: italic;
}

h5, h6 {
	font-family: quicksand, sans-serif;
	font-style: normal;
	font-weight: 700;
}

.header__logo {
	height: auto;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 2.125em;
}

h2 {
	font-size: 1.85em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

.c-btn {
	background-color: #662353;
}

.c-btn:hover {
	background-color: #8C3F76;
}

.mobile-nav {
	background-color: #F0E8E3;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	display: flex;
	flex-direction:row;
	text-decoration: none;
	min-height:50px;
}
.mobile-nav li {
	flex:25%;
	list-style: none;
}

@media (max-width: 991px){
.mobile-nav {
    margin: 0;
    padding: 0.5em 0;
    overflow: hidden;
    min-height: 45px;
}
}


/*add color classes*/
.u-text--pink {
	color:#662353;
}
.u-text--white {
	color:#fff;
}
.u-text--brown {
	color: #484340;
}

.u-text--light {
	font-weight: 300;
}

.u-text--normal {
	font-weight: 400;
}

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

/*space out the social icons*/
.c-social__item {
	margin:8px 15px;
}

.pss-cs-container > .pss-cs-title {
	display: none;
}

.pss-cs-container {
	padding: 40px 0 !important;
}

.pss-cs-row {
	margin: 0px !important;
}

.c-hero--light {
	background-color: rgba(240,233,227,0.8);
}

.c-faqs__content {
	background-color: rgba(240,233,227,0.8) !important;
}