body {
	font-family: 'Nunito', sans-serif;
	overflow-y:scroll;
	overflow-x:hidden;
	background:linear-gradient(to bottom, #f5b942, #9c5725);
	height:100%;
	color:white;
	position:relative;
	bottom:20px;
	background-repeat:no-repeat;
	background-size:cover;
}
.footer {
  position: fixed;
  left: 210px;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top:5px;
}
#logo {
  width:50%;
  height:auto;
}
#logodiv {
  top:-30;
  text-align:center;
}
#listcontainer {
	position:relative;
	bottom:70px;
	margin:auto;
}
#list {
	margin:auto;
	display:inline-block;
	text-align:left;
	position:relative;
	bottom:-20px;
}
#video{
	position:relative;
	top:-30px;
	text-align:center;
}
a {
	 color:maroon;
}
#home {
margin:auto;
position:relative;
left:600px;
bottom:250px;
}
@media print {
	#video {
		display:none;
	}
	#logo {
	  display:none;
	}
	#listcontainer {
		text-align:center;
		position:relative;
		top:100px;
	}
	#logocaption {
		display:none;
	}

}
#transcript {
  text-align:center;
  position:relative;
  top:20px
}
#title {
  position:relative;
  margin:10px;
  top:25px;
}