/* Colors */
.thin {
  font-weight: 100;
}
.thinItalic {
  font-weight: 100;
  font-style: italic;
}
.light {
  font-weight: 300;
}
.lightItalic {
  font-weight: 300;
  font-style: italic;
}
.normal {
  font-weight: 400;
}
.normalItalic {
  font-weight: 400;
  font-style: italic;
}
.medium {
  font-weight: 500;
}
.mediumItalic {
  font-weight: 500;
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.boldItalic {
  font-weight: 700;
  font-style: italic;
}
.black {
  font-weight: 900;
}
.blackItalic {
  font-weight: 900;
  font-style: italic;
}
footer {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  margin: 0;
}
footer .footerText {
  font-size: 15px;
  font-weight: 100;
}
footer .footerText a.footerLink {
  color: #ffffff;
  box-sizing: border-box;
  font-weight: 900;
  font-style: italic;
}
footer .footerText a.footerLink:before {
  background: #a8a8a8;
}
