/* Make page height full window */
body
{
	font-family: Helvetica, Geneva;
	background-color: #999;
}
#main {
	margin-bottom: 1200px;	
}
#veil {
	position: absolute;
	width: 100%;
	height: 200%;
	z-index: 10;
	display: none;
	background-color: rgba(0, 0, 0, .5);
}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	padding: 10px;
	color: white;
	text-align: center;
	border-top: 3px solid cyan;
	z-index: 3;
}

#footer-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#player-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#player-a {
	margin-bottom: 0px;
	flex-direction: row;
	justify-content: center;
}
#player-b {
	display: flex;
	flex-direction: row;
	margin: 0px auto;
}
@media screen and (max-width: 800px) {
	#main {
		padding-bottom: 1500px;
	}
	#footer-wrapper {
		flex-direction: column;
	}
	#player-wrapper {
		flex-direction: column;
	}
	.player-grp {
		display: none;
	}
	#player-a {
		margin-bottom: .5em;
	}
	#player-b {
		margin-bottom: .5em;
	}
	#download-btn {
		display: none;
	}
}
#footer-info {
	margin-right: 10px
}
#ftr-song-title {
	font-size: 1.5em;
	color: yellow;
}
#ftr-song-info-btn {
	font-size: 1em;
	padding: 5px;
	background-color: #666;
}
#footer-options {
	font-size: 1em;
	cursor: pointer;
}

.player-btn {
	padding: .5em;
	width: 1em;
	height: 1em;
	min-height: 1em;
	border: 1px solid white;
	cursor: pointer;
	background-color: black;
	color: white;
	display: inline-flex;
	align-items: center;
}
.player-btn:hover {
	background-color: white;
	color: black;
}
.player-grp {
	border: 1px solid white;
	padding: 0px 10px;
	margin-left: 3px;
}

#song-time {
	font-size: .65em;
	font-family: lucida console,monospace;
	font-variant-numeric: tabular-nums;
}

.muted {
	color: yellow;
}
.not-muted {
	color: white;
}

/* Text input - single line */
input
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

/* Text input - multi line */
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

/* Html links */
a:link {color: white;}
a:visited {color: white;}
a:active {color: red;}
a:hover {color: black; background-color: white;}
a {text-decoration: none;}

.banner {
	width: 100%;
	max-width: 800px;
}

/* The banner */
.name {
	font-size: 3em;
	width: 100%;
	background-color: black;
}

/* Top menu */
.navigation {
	color: white;
	background-color: black;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.left {
	padding: 5px 10px;
	cursor: pointer;
 }
.right {
	border-left: 3px solid #999;
	padding: 5px 10px;
	cursor: pointer;
}
#now-playing-btn {
	display: none;
}
@media screen and (max-width: 800px) {
	.navigation {
		font-size: .75em;
	}
	.left {
		padding: 0px 10px;
	}
	.right {
		border-left: 0px;
		padding: 0px 10px;
	}
}

/* Home page text */
.bio {
	color: black;
	background-color: #999;
	padding: 10px;
	margin-bottom: 2em;
}

/* Featured song on home page */
.feature {
	color: red;
	background-color: black;
	margin-right:auto;
	margin-left:auto;
	width: 80%;
	padding: 10px;
}

/* Featured song - name */
.flink {
	color: black;
	background-color: #999;
	font-size: 200%;
	padding: 0px 3px 0px 3px;
}

/* Featured song - description */
.fdesc {
	color: white;
	background-color: black;
	padding: 10px 0px 0px 0px;
}

/* Featured song - click to play */
.fsmall {
	color: black;
	background-color: #999;
	font-size: 1em;
	cursor: pointer;
}


#pages {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page {
    width: 80%;
    margin: 0px auto;
	flex-direction: column;
	position: absolute;
	top: 0px;
	transition: opacity 1s;
	opacity: 0;
	z-index: 1;
}
.page-active {
	opacity: 1;
	z-index: 2;
}

@media (max-width: 600px) {
	.page {
		width: 100%;
	}
}

#song-data {
	width: 100%;
}

/* Song playback - big box behind */
.song {
	color: white;
	background-color: black;
}

.song-data-wrapper {
	background-color: black;
	display: flex;
	flex-direction: row;
	width: 100%;
	border-radius: 10px;
}
/* Song playback - title */
.song-title {
	color: black;
	background-color: #999;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
}

#song-link {
	font-size: .5em;
	cursor: pointer;
}

/* Song playback - lyrics */
.lyrics {
	color: #0FF;
	font-style: italic;
	width: 50%;
	padding: 10px;
}

/* Song playback - description */
.desc {
	color: white;
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 600px) {
	.song-data-wrapper {
		flex-direction: column;
	}
	.lyrics {
		width: 90%;
	}
	.desc {
		width: 90%;
	}
}

/* Song playback - download link */
.download {
	padding: 10px 0px 10px 20px;
}

/* Search page - big box behind */
.search {
	color: black;
	background-color: #999;
	margin-top: 10px;
}

/* Search page - most often played list */
.top_play {
	color: #999;
	background-color: black;
	margin-top: 5em;
	padding: 10px;
}

/* Search page - most often downloaded list */
.top_dl {
	color: black;
	background-color: #999;
	padding: 10px;
}

/* Search page - Random play link */
.rand {
	color: #999;
	background-color: black;
	padding: 10px;
}
/* Random mode on */
.random {
	color: black;
	background-color: #999;
}

/* Search page - results - search results box */
.srch {
	display: none;
}

/* Search page - results - wait alert */
.srch-wait {
	color: black;
	background-color: red;
	height: 0em;
}

/* Search page - results -  title bar */
.srch-title {
	color: white;
	background-color: black;
	height: 1.2em;
	padding: 3px;
}

/* Search page - results - song list */
.srch-results {
	color: black;
	background-color: #888;
	margin-top: .5em;
	margin-bottom: .5em;
}
.srch-result {
	text-overflow: ellipsis;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px dashed white;
	padding: 5px;
}
.srch-result:hover {
	text-overflow: unset;
	overflow: unset;
	white-space: unset;
	font-size: 1.1em;
}

#send-mail {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
#email-grid {
	display: grid;
	grid-template-columns: .25fr 2fr;
}
@media screen and (max-width: 800px) {
	#email-grid {
		grid-template-columns: 1fr;
	}
}
#mail-name {
	max-width: 25em;
}
#mail-email {
	max-width: 25em;
}
#mail-content {
	margin: 10px 0px;
}
#send-mail-btn
{
	max-width: 10em;
	background-color: black;
	color: white;
	padding: 5px;
	cursor: pointer;
	margin-bottom: 5em;
}

#comment-dlg-wrapper {
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 11;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}
.add-comment-dlg {
	background-color: black;
	border: 3px solid cyan;
	color: white;
    border-radius: 5px;
	padding: 15px;
	width: 75%;
	transition: scale 1s;
	scale: 0;
}
.add-comment-dlg-active {
	scale: 1 !important;
}
#cmt-data {
	width: 100%;
}
/* Song comment - input boxes */
.cmd-data-in-wrapper {
	grid-column: 1 / span 2;
}
.cmt-data-in {
	font-family: Tahoma, sans-serif;
	border: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 100%;
	height: auto;
}

.comment {
	margin: 5px;
	padding: 5px;
	border: 2px solid white;
	grid-column: 1 / span 2;
}
.comment-row {
	display: grid;
    grid-template-columns: .25fr 3fr;
}
.comment-label {
	font-size: .8em;
}
/* Song comment - info lines */
.comment-user,
.comment-date,
.comment-email,
.comment-location {
	font-size: 1em;
}

/* Song comment - the box that contains all comments */
.comment-comment {
	border: 1px solid black;
	background-color: #808080;
	padding: 5px;
}

/* Song comment - color 1 */
.comment0 {
	background-color: #988;
	padding: 5px;
	border: 2px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
}
/* Song comment - alt color */
.comment1 {
	background-color: #966;
	padding: 5px;
	border: 2px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
}

/* Song comment - input */
.cmnt-io {
	font-family: Tahoma, sans-serif;
	border: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
#add-comment {
	background-color:#2e466e;
	border: 2px solid black;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 30px;
	margin: 5px;
    border-radius: 5px;
}
#add-comment:hover {
	background-color: #415989;
}
#add-comment:active {
	position: relative;
	top: 1px;
}

#fb-root {
	display: flex;
	flex-wrap: wrap;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
    min-width: 200px;
}

.tooltip {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 99;
	background-color: yellow;
	color: black;
	padding: 1em;
}

.grey {
	filter: grayscale(0.75);
	transform: scale(0.75);
	margin: 0px;
}

#cartoon {
	width: 250px;
	height: 250px;
	padding: 20px;
    position: absolute;
	right: 0px;
	top: 0px;
}
@media (max-width: 600px) {
	#cartoon {
		width: 50px;
		height: 50px;
	}
}
