@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
  width: 90%;
}
#footer-top {
	background-color: #EFEFEF;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footer-bottom {
	background-color: #000;
	height: 100px;
	color: #FFF;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
}
h4 {
	font-size: 1.5em;
	color: #666;
	line-height: 35px;
}
