/* 
Colors  for design 5 pink
pink: #ff8cbd
bright pink (headers): #ec008c
pink-beige: #cbbfbe
*/

body {
	background-color: #cbbfbe;
	background-image: url("../img/bg-5pink.png");
	color: #fff;
}

#center-col {
	background-color: #fff;
}

#center-right-col h2 {
	color: 	#ec008c;
}

#center-right-col {
	color: #000;
}

header {
	color: #fff;
}

header h1 {
	color: #ec008c;
}

header h3 {
	color: #000;
}

a:link, a:visited {
	color: #ff8cbd;
}

a:hover, a:active {
	color: #cbbfbe;
}

#horizontal-bar,
#horizontal-bar-mobi {
	background-color: #ff8cbd;  
}

#horizontal-bar-mobi a {
	color: #fff;
}

#horizontal-bar a, 
#horizontal-bar a:visited {
	color: #fff;
	text-decoration: underline;
}

#horizontal-bar a:hover, 
#horizontal-bar a:active {
	color: #fff;
	text-decoration: underline;
}

nav a:link, nav a:visited {
	color: #000;
}

nav a:hover, nav a:active {
	color: #ff8cbd;
}

nav a:active {
	font-weight: bold;
}

footer {
	color: #000;
}

footer p a {
	color: #000;
}


