}

/*Header styles*/
/* Change header background to white */
header .wp-block-group {
	background: #fff !important;
}

/* Change link colors in the header */
header .wp-block-navigation-item {
	text-transform: uppercase;
	color: #8C0355 !important;
	font-size: .9rem !important;
}

/*Change hover state link color, remove underline styling*/
header a:hover, a:active {
	color: #D80583 !important;
	text-decoration: solid !important;
}

/* Change carat color in the header */
header .wp-block-navigation__submenu-icon > svg path {
	stroke: #8C0355 !important;
}

/* Change hamburger icon color in the mobile header */
header .wp-block-navigation__responsive-container-open > svg {
	stroke: #8C0355 !important;
	fill: #8C0355 !important;
}

/*Footer styles*/
/* Change link colors in the header */
/*Change hover state link color to pastel pink, remove underline styling*/
a:hover, a:active {
	color: #FDDBE8 !important;
	text-decoration: solid !important;
}

/*Footer styles*/
/* Change link colors in the header */
footer .wp-block-navigation-item {
	text-transform: uppercase;
	color: #8C0355 !important;
	font-size: .9rem !important;
}

footer .wp-block-navigation-item_label {
	text-transform: uppercase;
	color: #8C0355 !important;
	font-size: .9rem !important;
}

/*Change navigation hover state link color, remove underline styling*/
footer .wp-block-navigation-item:hover, .wp-block-navigation-item:active {
	color: #D80583 !important;
	text-decoration: solid !important;
}

/*Change hover state link color, remove underline styling*/
footer a:hover, a:active {
	color: #D80583 !important;
	text-decoration: solid !important;
}

/* Change carat color in the footer */
footer .wp-block-navigation__submenu-icon > svg path {
	stroke: #8C0355 !important;
}

/* Change hamburger icon color in the mobile header */
header .wp-block-navigation__responsive-container-open > svg {
	stroke: #8C0355 !important;
	fill: #8C0355 !important;
}

/* Change link colors in the footer */
//footer a {
	color: #8C0355 !important;