@import url("reset.css");
@import url("layout.css");
@import url("variables.css");
@import url("typography.css");

body {
	background-color: #1c1c1c;
	color: #fcfaeb;
}

.hero-area {
	justify-content: center;
}

h3 a {
	color: #fcfaeb !important;
}

li a {
	color: #fcfaeb !important;
}

li a:hover {
	color: #ed0357 !important;
}

.rainbow {
	width: 100%;
	margin-top: 0;
}

.highlight-new {
	color: #ed0357;
	font-weight: bold;
	font-size: 2rem;
}

.highlight-news {
	color: #ed0357;
	font-weight: bold;
}

.kare-heart {
	color: #ed0357;
}

.kare-button p {
	margin-top: 0;
}

.kare-button a {
	color: #ed0357;
}

.kare-button a:hover {
	color: #1c1c1c;
}

.cta {
	margin-top: 0;
	text-align: center;
	justify-content: center;
}

.cta h3 {
	margin-top: 0;
}

.update-pics {
	margin-top: 20px;
}

.kare-disclaimer {
	font-size: xx-small;
}

.highlight-footer {
	color: #ed0357 !important;
}

.divider {
	border-top: 4px solid #faa8c3;
	margin: 20px;
}

.social-media {
	filter: invert(100%) sepia(12%) saturate(1460%) hue-rotate(333deg) brightness(102%) contrast(98%);
}

