/*****************************
 Footer
******************************/
.footer {
  position: absolute;
  padding-left: 2%;
  width: 100%;
  height: 150px;
  background-color: #222;
  color: white;
  font-family: defaultMedium;
}

.footer a {
  color: white;
  text-decoration: none;
}

