:root {
	/* greys */
	--main-bg-color: #000000; /* take a guess 000000 */
	--post-bg-color: #141414; /* take a guess 141414 */
	--main-border-color: #ffffff; /* border around posts and code ffffff */
	--main-text-color: #cccccc; /* cccccc */
	--category-bar-color: #242424; /* category bar (d'uh) 242424 */
	
	/* header */
	--header-shade-color: rgba(0, 0, 0, 0.5) ;/* rgba(0, 0, 0, 0.5) */
	--header-line-color: #000000; /* 000000 */
	
	/* search form */
	--search-background-inactive-color: rgba(255, 255, 255, 0.5); /* rgba(255, 255, 255, 0.5) */
	--search-background-active-color: rgba(255, 255, 255, 1) ; /* rgba(255, 255, 255, 1) */
	--search-background-inactive-text-color: rgba(255, 255, 255, 0.5); /* rgba(255, 255, 255, 0.5) */
	--search-background-active-text-color: rgba(73, 80, 87, 1) ; /*  rgba(73, 80, 87, 1) */
	--search-border-color: rgba(255, 255, 255, 0.6) ; /* rgba(255, 255, 255, 0.6) */
	
	/* colors */
    --active-link-color: #dcb1a3; /* Post header + Button background + slogan dbb3c6 / 75% */
	--header-link-color: #ce927e; /* Post header + Button background + line over navbar 602D46 35% */
	--normal-link-color: #ce927e; /* tags, all other links a06c86 / 65% */
    --nav-link-color: #ffffff; /* */ 
	--main-bar-color: #25140e; /* tag bar, navbar, bottom upper bar  25111b  / 10%*/
	--cc-bar-color: #120a07; /* very bottom bar 0F070B / 5%*/ 
	--box-shadow-color: rgba(142, 142, 142, 0.42); /* border around button when active rgba(83, 35, 58, 0.51) */
	
}