@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');

body {
	background-color: black;
	color: #cccccc;
}

a {
	color: white;
	font-weight: bold;
}

a:hover {
	color: inherit;
}

header {
	font-family: 'Pacifico', cursive;
	color: white;
	font-style: italic;
	white-space: nowrap;
/*
	background-image: url( 'images/microphone.png' );
	background-position: right 5% bottom;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: auto 80%;
*/

	font-size: 10vw;
	line-height: 9vw;
	padding-left: 2vw;
	padding-top: 4vw;
	letter-spacing: 0.8vw;

	position: relative;
	overflow: hidden;

	text-shadow: 4px 4px 5px rgba(255,0,0,0.8);
}

header img {
	height: 20.9vw;
	float: right;
	margin-right: 4vw;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+75 */
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

header:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


header span {
	color: red;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.8);
	font-size: 6vw;
	letter-spacing: 2vw;
	opacity: 0.8;
	padding-left: 24vw;
	margin-bottom: 3vw;
	display: block;
	font-weight: lighter;
}

header a {
	color: inherit;
	text-decoration: none;
	transform: rotate(-5deg);
	display: block;
}

header a:hover {
	color: inherit;
	text-decoration: none;
}

nav {
	font-size: 1.5rem;
}

nav li:not(:last-child) {
	margin-right: 10px;
}

main {
	xfont-size: 1.5em;
	margin-top: 20px;
	color: #dddddd;
}

.headshot {
	width: 50%;
	float: left;
	margin: 5px 30px 10px 0px;
	border: 5px solid #aa3333;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 10px rgba( 255, 0, 0, 0.3 );
}

footer {
	background-color: grey;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	text-align: center;
	color: #bbbbbb;
	letter-spacing: 1.5px;
}

footer a {
	color: #cccccc;
}

footer a:hover {
	color: #ffffff;
}

footer a:not(:last-child):after {
	content: '\2022';
}

section h1 {
	color: #dd4444;
	text-align: center;
	margin-top: 40px;
}

audio {
	height: 1.8rem;
	width: 100%;
}

.playing {
	color: red;
}

section.about {
	margin-top: 50px;
	margin-bottom: 50px;
}

section#contact {
	font-weight: bold;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8), 0px 0px 5px rgba(0,0,0,0.8);
	padding: 20px 30px 20px 30px;
	margin-bottom: 40px;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

section#contact div.row div {
	text-align: center;
	white-space: nowrap;
	margin-bottom: 20px;
	margin-top: 20px;
}

section#contact h4 {
	opacity: 0.7;
	margin-bottom: 0px;
}

section#contact a:hover {
	color: white;
}

section#contact img {
	height: 80px;
	xopacity: 0.7;
	margin-bottom: 10px;
}


section#music {
	margin-bottom: 50px;
}

section#music table {
	color: white;
	width: 100%;
}

section#music table td:nth-child(1) {
	text-align: right;
}

section#music span.badge {
	font-weight: normal;
	color: #dddddd;
}

section#music span.title {
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin-right: 10px;
}

section#music a {
	text-decoration: none;
}

section#music a:hover {
	color: red;
}

h3.songs {
	border-top: 1px solid grey;
	color: #dd4444;
	text-align: center;
	padding: 30px 0px 20px 0px;
	margin-top: 30px;
}

div.songs-wrapper {
	width: 100%;
	position: relative;
}

div.songs-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 15px;
	height: 120px;
	background-image: linear-gradient(to bottom, rgba(0,0,0, 0.0), rgba(0,0,0, 1) 100%);
	color: #dd2222;
	content: 'Scroll for more songs \25BC';
	font-size: 1.2rem;
	padding-top: 110px;
	text-align: center;
}

div.songs {
	overflow-y: scroll;
	height: 500px;
	display: block;
	scrollbar-width: thin;
	scrollbar-color: #ff2222 #444444;
	padding: 0px 5% 0px 5%;
}

/* https://www.w3schools.com/howto/howto_css_custom_scrollbar.asp */

div.songs::-webkit-scrollbar {
	width: 10px;
}

div.songs::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #444444;
  border-radius: 10px;
  background-color: #444444;
}

/* Handle */
div.songs::-webkit-scrollbar-thumb {
  background: #ff2222;
  border-radius: 10px;
}

/*
div.songs div.fader {
  position: sticky;
  top: 350px;
  z-index: 20;
  float: left;
  padding-top: 0px;
  width: 100%;
  height: 150px;
  border: 1px solid red !important;
  background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1) 100%);
}
*/

div.songs ul {
	margin: 0;
	padding: 0;
	padding-bottom: 20px; /* So we scroll just past the faded part */
    -webkit-columns: 250px 3;
       -moz-columns: 250px 3;
            columns: 250px 3;
}

div.songs li {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.3rem;
	margin-bottom: 10px;
	list-style-type: none; /* '\2022'; */
	xpadding-left: 8px;
	-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;
}

div.songs li span {
	padding-left: 10px;
	color: #888888;
	font-size: 1rem;
}

section#gallery {
	margin-top: 20px;
}

section#video div.row div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
}

section#video div.row div iframe {
	width: 90%;
	padding-bottom: 20px;
}

div.carousel-item {
	text-align: center;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: none;
}

div.carousel-item iframe {
	width: 85%;
	margin: auto;
}

::placeholder {
	color: #cccccc !important;
}

.carousel-control-next, .carousel-control-prev {
	width: 10%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 50px;
	height: 50px;
	opacity: 1.0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
	xaudio {
		height: 2.3rem;
	}
}

@media (max-width: 575px) {
	section#contact div.row div:nth-child(2) img {
		width: initial;
		height: 120px;
	}
}
