html {
	background:linear-gradient(to bottom, #f5b942, #9c5725);
	color:white;
	background-repeat: no-repeat;
	width:100%;
	background-size:cover;
	height:100%;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
body {
	font-family: 'Nunito', sans-serif;
	overflow-y:scroll;
	overflow-x:hidden;
}
#logocaption {
	text-align:center;
	color:gray;
	opacity:.5;
	top:-185px;
	position:relative;
}
#logo {
	width:50%;
	height:auto;
	margin:20px;
}
#logodiv {
	text-align:center;
	position:relative;
	top:-50px;
}
.table1 {
	border:solid;
	border-width:1px;
	border-color:white;
	border-collapse:collapse;
	margin:auto;
}
#divtable1 {
	position:relative;
	top:-150px;
	margin:auto;
}
.table2 {
	border:solid;
	border-width:1px;
	border-color:white;
	border-collapse:collapse;
	margin:auto;
	margin-top:5px;
}
#divtable2 {
  position:relative;
	top:-150px;
	margin:auto;
}
h1 {
	text-align:center;
	position:relative;
	top:-125px;
}