html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:150px; /* this needs to be bigger than footer height*/
}

#footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
}

.hidden {
	display: none;
}

hr {
	border: 10px solid green;
	border-radius: 5px;
}

.fontSmaller {
	font-size: smaller;
}

/* figure {
	margin-top: 100px;
	position: relative;
	align-items: flex-end;
	display: flex;
}

figcaption {
	background: rgba(255, 0, 0, 0.6);
	transform: rotate(90deg);
	transform-origin: top right;
}
figcaption p {
	margin: 0;
} */
