/*
Theme Name: EveningRequiem
Theme URI: http://example.com/twenty-twenty-child/
description: >-
  Twenty Fifteen Child Theme 

Template: wp-bootstrap-starter

*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');

/* use: font-family: 'Cinzel Decorative', cursive; */

h1 {
	font-family: 'Cinzel Decorative', cursive;
}



.trackname {
	font-family:'Cinzel Decorative', cursive;
	color:white;
	font-size:120%;
	font-weight:bold;
}

div.player {
	width:100%;
	box-shadow:0px 0px 15px silver;
	border-top-left-radius:10px;
	border-top-right-radius: 10px;
	margin-bottom:2em;
}

div.playertophalf {
	background-color:#333;
	padding:1em;
	border-top-left-radius:10px;
	border-top-right-radius: 10px;
	border-top:1px solid silver;
}

div.playerbottomhalf {
	border-width: 0px 1px 1px 1px;
	border-color:silver;
	border-style:solid;
	height:3em;
}

div.play-pause-wrap {
	display:block;
	cursor:pointer;
	font-size:2em;
	padding:3px 2em 1em 5px;
	float:left;
	
}

.progress {
	padding-top:1em;
	margin-top:1em;
	height:6px;
	background-color:white;
}