#sp-page {
	color: #272727;
}

#sp-page .sp-header-tag-h1, #sp-page .sp-header-tag-h2, #sp-page .sp-header-tag-h3, #sp-page .sp-header-tag-h4, #sp-page .sp-header-tag-h5, #sp-page .sp-header-tag-h6 {
	color: #000;
}

#sp-page h1, #sp-page h2, #sp-page h3, #sp-page h4, #sp-page h5, #sp-page h6 {
	color: #000;
	font-family: "sans-serif";
	font-weight: 400;
	font-style: normal;
}

#sp-page a {
	color: #f00;
}

#sp-page a:hover {
	color: #c00;
}

#sp-page .btn {
	background-color: #000;
}

@media only screen and (max-width: 480px) {}

@media only screen and (min-width: 481px) and (max-width: 1024px) {}

@media only screen and (min-width: 1024px) {}