#cover h3, a:hover, header .tagline, .project-description h1, .project-more-info .description h2, .project-navigation a:hover, .archive-list a {
    color: rgb(0, 16, 141);
}


#luft .content-about .text, #luft .content-about .title, #luft .slider-content h3, #luft blockquote {
    color: rgb(0, 16, 141);
}


.luft_selected a {
	color: #FFF;
	background-color: rgb(0, 16, 141);
	padding: 4px 10px;
}
.luft_selected a:hover {
	background-color: #FFF;
	color: rgb(0, 16, 141);
}



a {color: #222222; text-decoration: none}

.twitter, .numbers, .playlist {
    background-color: rgb(0, 16, 141);
    color: #fff;
} 

.twitter a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.about a {
	background-color: #bab5ac;
}


.twitter:hover a:hover, .article:hover a:hover {
    color: rgb(135, 147, 243);
	border-bottom: 1px solid rgb(135, 147, 243);
}

.slider_projects a {
	background-color: #00aebb;
}
.slider_projects a:hover {
	background-color: #222;
	color: #FFF;
}


#projects .blue, #projects p {
    color: #222;
}

#projects .quote {
    color: #303030;
}
header h1 a {
	color: rgb(0, 16, 141);;
} 

.article {
    background-color: rgb(0, 16, 141);
    color: #fff;
} 


::selection {
	background: rgb(0, 16, 141);
    color: #fff;
}
::-moz-selection {
	background:rgb(0, 16, 141);
    color: #fff;
}

 .calltoaction a:hover {
	color: rgb(0, 16, 141);
}

article a.more, article .more-news a {
	color: #fff;
}

.headroom--top a:hover, .headroom--not-top a:hover {
	color: rgb(0, 16, 141) !important;
}

.not-found {
	background-color: rgb(0, 16, 141);
}


.cookie-content p a:hover,
.cookie-content p a:active {
  color: rgb(135, 147, 243);
  border-color: rgb(135, 147, 243);
}
