body {
	font-family: 'Libre Franklin', sans-serif;
	background-color: #FEF1E5;
	padding-top: 86px;
}
a {
	text-decoration: none!important;
}
.fs--1 {
	font-size: .925rem!important;
}
.fs--2 {
	font-size: .875rem!important;
}
.fs--3 {
	font-size: .825rem!important;
}
.fs--4 {
	font-size: .75rem!important;
}
.fs-1_1 {
	font-size: 1.1rem;
}
.fw-600 {
	font-weight: 600;
}
.fw-500 {
	font-weight: 500;
}
.ls--1 {
	letter-spacing: -0.075rem;
}
.ls--2 {
	letter-spacing: -0.1rem;
}
.ls--3 {
	letter-spacing: -0.125rem;
}
.text-facebook {
	color: #3B5998!important;
}
.text-twitter {
	color: #1DA1F2!important;
}
.text-instagram {
	color: #D94079;
}
.text-reddit {
	color: #FF4500!important;
}
.text-youtube {
	color: #f00!important;
}
.scroll-touch {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.object-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.read-content img {
	max-width: 100%;
}
.pointer {
	cursor: pointer;
}
.align-children * {
	vertical-align: middle;
}
.wait {
	position: relative;
}
.wait:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1rem 0 0 -1rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.wait>* {
	visibility: hidden;
}

#header {
	background-color: #FEF1E5;
	height: 80px;
	z-index: 999;
}
.header-in {
	background-color: #000;
	border-top: 5px solid #E00F13;
	border-radius: 5px 5px 0 0;
}
.site-name {
	font-family: "Abril Fatface", sans-serif;
	font-size: 2.25rem;
	line-height: 1;
	letter-spacing: -1px;
	color: #fff;
	margin: 0 0 .15rem 0;
}
.site-name span {
	color: #E00F13;
}
.site-slogan {
	font-size: .875rem;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 1px 1px #F24246;
/*	-webkit-text-stroke: 1px #F24246;*/
	color: #E00F13;
}
.inner-page {
	min-height: 60vh;
}
#footer {
	color: #ddd;
}
.footer-in {
	background-color: #111;
	border-top: 5px solid #E00F13;
}
#footer a {
	color: #fff!important;
}

#artlist {
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	box-shadow: 0 0 .25rem rgba(0,0,0,.075)!important;
	min-height: 75vh;
	overflow: hidden!important;
}
.text-playing {
	color: #8C0000!important;
}
.bg-active {
	background-color: #f5f5f5;
}
.more {
	display: none;
}
.readmore .more {
	display: block;
}
.readmore .less {
	display: none;
}

* {
	scrollbar-width: thin;
}
::-webkit-scrollbar {
	width: .25em;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
	border-radius: .25rem;
}

@media (min-width: 768px) {
	.site-name {
		font-size: 2.25rem;
		min-height: 0;
	}
}
@media (min-width: 992px) {
	.site-name {
		font-size: 2.75rem;
	}
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1400px) {
	
}