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-image: url("images/j1216gt-bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

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

.about {
  height: 100vh;
  background-image: url("images/cse225-bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  font-size: 32px;
}

.about div {
  margin-left: 1em;
  margin-right: 1em;
}

h2 {
  font-family:"times new roman",serif;
  text-align: center;
  margin-bottom: 0px;
}

.about p {
  margin-left: 1em;
  margin-right: 1em;
}

#songlist-page { 
  background-image: url("images/dc1e-bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

#songlist-preamble {
  font-size: 32px;
}

#songlist-div {
  font-family:arial,helvetica,sans-serif;
  
  -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;
}

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

#songlist-div h3 {
	margin-top: 1em;
	margin-bottom: 0em;
  text-align: left;
}

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

  background-image: url("images/fg140-bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

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

  background-image: url("images/rick-bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}

.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;	
  
}

button {
  color: #ffffff;
  background-color: #111111;
  font-style: bold;
  font-size: 32px;
}

button:hover {
  background-color: #FF2200;
}

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

.calendar h3 {
  margin-top: 1em;
  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;
}