html {
	height:100%;
}
body {
	font-family: 'Nunito', sans-serif;
	overflow-y:scroll;
	overflow-x:hidden;
	background:linear-gradient(to bottom, #f5b942, #9c5725);
	color:white;
	position:relative;
	bottom:20px;
	background-repeat: no-repeat;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#logocaption {
	text-align:center;
	color:gray;
	opacity:.2;
	bottom:80px;
	position:relative;
}
#logo {
	width:50%;
	height:auto;
	margin:20px;
}
#logodiv {
	text-align:center;
	position:relative;
	top:-50px;
}
h1 {
	text-align:center;
}
#home {
  color:maroon;
}