/* jAlbum 30.0.3 with Triton 15, Midnight style, album creation date 19/03/23, 16:28 */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #000000;
}
body {
	font-family: Verdana, sans-serif;
	color: #d1d9df;
	text-align: center;
}
body a {
	color: #d1d9df;
}
body a:hover {
	color: #748b9e;
}
a, audio, video {
	outline: none;
}
img {
	outline: none;
	border: none;
	user-select: none;
}
#ja-albumtitle, #ja-albumdescription {
	animation: fadein 800ms;
}
.ja-slidetitle, .ja-slidecomment {
	animation: fadein 2000ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#ja-albumtitle, #ja-albumdescription, .ja-slidetitle, .ja-slidecomment {
	max-width: 900px;
	margin: 0 auto;
}
#ja-splash {
	height: 100vh;
	padding: 15vh 0px;
	box-sizing: border-box;
	background: url('../ja-theme.jpg') center/cover;
}
#ja-titledim {
	background-color: rgb(0 0 0 / 0.3);
}
#ja-navleft {
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
}
#ja-navleft img {
	width: 32px;
	margin-left: 20px;
	padding: 5px 0px;
	cursor: pointer;
}
#ja-albumtitle {
	font-family: Verdana, sans-serif;
	color: #eeeeee;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 0.3);
	margin-bottom: 3px;
	padding: 42px 10px 20px 10px;
	user-select: text;
}
#ja-albumtitle a {
	color: #eeeeee;
	text-decoration: underline;
}
#ja-albumtitle a:hover {
	color: #bbbbbb;
}
#ja-albumdescription {
	font-family: Verdana, sans-serif;
	color: #eeeeee;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 3px 3px 5px rgb(0 0 0 / 0.3);
	margin-bottom: 3px;
	padding: 0px 10px 20px 10px;
	user-select: text;
}
#ja-albumdescription a {
	color: #eeeeee;
	text-decoration: underline;
}
#ja-albumdescription a:hover {
	color: #bbbbbb;
}
#ja-launch {
	margin-top: 25px;
	width: 150px;
	opacity: 0.6;
}
.ja-footer, .ja-footernoicon {
	padding: 5px 10px 5px;
	text-align: center;
	background-color: #31546e;
	border-radius: 3px;
}
.ja-footer {
	min-height: 32px;
}
.ja-slidenavleft {
	height: 32px;
	float: left;
	font-size: 0px;
	text-align: left;
}
.ja-slidenavleft img {
	width: 32px;
	margin-right: 20px;
	cursor: pointer;
}
.ja-slidenavright {
	height: 32px;
	float: right;
	font-size: 0px;
	text-align: right;
}
.ja-slidenavright img {
	width: 32px;
	margin-left: 20px;
	cursor: pointer;
}
.ja-snav1 {
	width: 52px;
}
.ja-snav2 {
	width: 104px;
}
.ja-snav3 {
	width: 156px;
}
.ja-pause {
	display: none;
}
.ja-exitfs {
	display: none;
}
.ja-slidetitle {
	font-family: Verdana, sans-serif;
	color: #d1d9df;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	user-select: text;
}
.ja-slidetitle a {
	color: #d1d9df;
	text-decoration: underline;
}
.ja-slidetitle a:hover {
	color: #748b9e;
}
.ja-slidecomment {
	font-family: Verdana, sans-serif;
	color: #d1d9df;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	user-select: text;
}
.ja-slidecomment a {
	color: #d1d9df;
	text-decoration: underline;
}
.ja-slidecomment a:hover {
	color: #748b9e;
}
.ja-footer > audio {
	margin: 5px;
	height: 40px;
}
.ja-hidden {
	display: none;
}
a.fbNextPanel {
	width: 55% !important;
	cursor: url('cursornextthin.png'), pointer !important;
}
a.fbPrevPanel {
	cursor: url('cursorprevthin.png'), pointer !important;
}
@media (max-height: 500px) {
	.ja-slidetitle, .ja-slidecomment {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
