/* --------------- Investor CSS ---------------- */

.background {
 background: url(../images/investor.jpg);
}
/*
h1 {
	text-shadow: 0 0 3px var(--gray-dark);
}
h2 {
	text-shadow: 0 0 2px var(--gray-dark);
}
*/
.btn {
 color: var(--white);
 background-color: var(--gray-dark);
}
.btn:hover {
	background-color: var(--gray);
	color: var(--white);
}
.btn:hover i {
	color: var(--yellow);
}
.footer a:hover {
 color: var(--yellow);
}
.subscribe-wrap::before {
 background-color: rgba(255, 227, 0, 0.2);
}

/* ---------------- Investor End ---------------- */