/*
	style.css
*/
:root {
	--mbg-color: #302F2F;
	--txt-color: black;
	--bord-color: white;
}

body{
	background: var(--mbg-color);
	color: var(--txt-color);
	text-align: center;
	display: block;
}
h1{
	font-family: Verdana;
	color: white;
	font-style: !important;
	font-variant: normal;
}

li{
	margin-bottom: 1em;
	list-style: none;
	color:black; 
	text-decoration:none;
}
button{
	margin: 20px 0 20px 0;
}
.nav{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    margin-bottom: 3em;
}
.nav > li {
    margin:.5em 0 .5em 0;
}
.table {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.table > thead, .table > tbody {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.audio {
    width:45em;
}

#mycontainer{
	background-image: url("./imgs/pmb_hands.png");
	background-repeat: no-repeat;
	background-color: #cad4df;
	background-position: center;
	
/*	color: inherit;
	padding: 1em 3em 3em 3em;
	border: var(--bord-color) solid 2px;
	width: 90%;
	margin: auto;
*/
}
.content_right{
	display: inline-block;
	border: var(--bord-color) solid 2px;
	width: 80%;
	height: 30em;
	margin: auto;
	/*float; right;
	 */
	
}

#social_ln{
    margin: 2em 0 2em 0;
}	
