/*Footer Styling*/
/*Footer Styling has been included in navstyle as it is universally present across website while most pages have unique individual stylesheets*/
/* Style all font awesome icons */
footer{
	margin: auto;
	text-align: center!important;
}

.fa{
  font-size: 1rem!important;
  padding: 6.5px;
  width: 28px;
  height: 28px;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  border-radius: 50%;
  margin-bottom: 0.4em;
}

.fa:hover {
  opacity: 0.7;
  background: #6F3236;
  color: white;
}

.footer{
	font-size: 0.7rem;
	font-family: karla, sans-serif;
	margin: none;
	padding-bottom: 0;
	line-height: 1.5rem;
}

 /*Facebook*/ 
.fa-facebook {
  background: #6F3236;
  color: white;
}

.fa-instagram {
  background: #6F3236;
  color: white;
}

.fa-youtube {
  background: #6F3236;
  color: white;
}

.fa-envelope {
  background: #6F3236;
  color: white;
}

.footer-link{
	background-color: #fef6ea;
	color: #444444;
	font-family: Karla;
	font-feature-settings: "'liga' 1";
	font-kerning: auto;
	font-style: normal;
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	word-spacing: 0;
	padding: none;
}

.footer-link:hover{
	font-weight: bold;
	color: #444444;

}