.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #337ab7;
  color: white;
  text-align: center;
}

body {
    height: 100%;
    min-width: 100%;
    position: absolute;
	color:#666;
	font-weight: 300;
	
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1em;
    font-weight: 200;
	font-color:#666;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.fv-current {
	color: #58D68D;
}