/*
 * Theme Name: Dorcas Society
 * Description: Custom theme for developing WordPress sites with Timber
 * Author: FullSphere
 * Version: 1.0
*/

.line {
	height: 2px!important;
}

footer .socials img {
	width: 50px;
}

footer h4 {
	color: #ddd2bd;
}

footer svg {
	max-width: 168px!important;
}

.home header img {
	filter: invert(1);
}

.home header a, .home h1 {
	color: #ddd2bd!important;
}

.home .dc-1 {
    background: #1f2036;
}

.home .dc-1 .button {
	margin-bottom: 4em!important;
}

.home .dc-1 .button {
	color: #ddd2bd;
	border-color: #ddd2bd;
}

.home .dc-1 .button:hover {
	background: #ddd2bd;
	color: #1f2036;
}

.home .dc-2 {
    background: #ddd2bd;
}