/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 13.7rem; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  border-top:3px solid rgb(118,103,137);
}
.footer .container {
	max-width:880px;
}
.footer img {
	max-height:3.5rem;
	margin-top:1rem;
	margin-bottom:0.5rem;
}
.footer address {
	font-size:0.9rem;
}
.footer p.headers {
	margin-top:1rem;
	margin-bottom:0.5rem;
	font-size:1.1rem;
	font-weight:500;
}
.footer a {
	display:block;
	font-size:0.9rem;
	color:rgb(118,103,137);
}
.copyrightcontainer {
	background-color:#000;
	color:#fff;
	margin-top:1rem;
}
.copyrightcontainer p {
	margin-bottom:0;
}

@media screen and (max-width: 640px) {
  .footer {
		background-color: rgb(255,255,255);
	}
}