body {
  margin: 0px;
}

p {
  margin:1em;
}

.left-panel {
  height: 100vh;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: black url("images/dc1e.png") no-repeat bottom;
  overflow: hidden;
  padding-top: 20px;
}

.left-panel a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.left-panel a:hover {
  color: #f1f1f1;
}

div.middle-panel{
  height: 100vh;
  margin-left: 160px;
  margin-right: 210px;
  padding: 0px;
  overflow-x: hidden;
}

.home {
  font-size: 32px;
  margin-left:1em; 
  margin-right:1em;

  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

.home h1 {
  text-align: center;
}

.home h2 {
  height=100vh;
  margin-bottom: 0px;
  text-align: center;
}

.home h3 {
  margin-top: 0px;
  text-align: center;
}

div.songlist {
  
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
 
  -webkit-column-width: 16em;
  -moz-column-width: 16em; 
  column-width: 16em;
  
  margin-left: 1em;
  margin-right: 1em;
 
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  font-family:arial,helvetica,sans-serif;
}

div.filler {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  font-family:arial,helvetica,sans-serif;
}

.songlist p {
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 0;
	margin-bottom: 0;
}

.songlist h2 {
  height=100vh; margin-bottom: 1em; text-align: center;  
}

.songlist h3 {
	margin-top: 1em;
	margin-bottom: 0em;
}

.right-panel {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-y: auto:
  padding-top: 20px;
  padding-left: 10px;
  border-left: 6px solid black;	
  
}

.listen {
  font-size: 25px;
}

.listen h2 {
  height=100vh;
  margin-bottom: 1em;
  text-align: center;
}


.calendar {
  font-family: arial,helvetica,sans-serif;
  font-size: 120%;
}

.calendar h3 {
  margin-bottom: 0px;
}

.block {
	display: inline-block;
	width: 100%;
}

.dropcap {
	font-size: 300%;
  float: left;
}

.large {
  font-size:140%;
}

iframe{
	height: 100%;
	width: 100%;
	border: none;
}