/*-----Global----*/

hr {
  border: 0;
  height: 1px;
  width: 100px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*-----Footer----*/

#footer {
  background-color: #222;
  color: #fff;
}

#footer p{
  font-weight: 100;
}

/*-----Fonts-----*/
@font-face {
	font-family: SeilsSans;
	src: url(../fonts/SEILS_SANS_ITALIC.otf),
			url(../fonts/SEILS_SANS_ITALIC.woff),
			url(../fonts/SEILS_SANS_ITALIC.ttf),
			url(../fonts/SEILS_SANS_ITALIC.eot);
}
.seilssans {
	font-family: SeilsSans, Montserrat, sans-serif;
	letter-spacing: 0.24rem;
	font-size: 6rem;
}
