/* Links */
a, a:visited { color: #ec87c0; font-weight: 400; text-decoration: none; }
a:hover { color: #d770ad; }

.button { border: 1px solid #ec87c0; }
.button:hover { border: 1px solid #d770ad; }

/* Content */
.parallax.colored { background-color: #ec87c0; }
.list-dot { background: #ec87c0; }

.projectlist a:hover .projectinfo { 
	background: #ec87c0; 
	-webkit-transition: background .33s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear; 
}







/* DEMO ONLY */ 
.parallax-bg2 { background-image: url(../../images/services-pink.jpg); }