.footer {
  width: 100%;
  text-align: center; 
  background-color: #3c3c3c; 
  color: #FFFFFF; 
  /* Set the fixed height of the footer here */
  height: auto;
  margin: 0px 0;
  padding: 0 15px;
  font-size: 14px;
  display: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer h1 {
  font-family: source-sans-pro;
  color: #FFFFFF;
  font-size: 16pt;
  text-align: center;
  letter-spacing: 4px;
}
.footer p {
  font-family: 'PT Sans';
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  letter-spacing: 4px;
  font-style: normal;

}

.footer a {
  color: #FFF;
  text-decoration: bold;
}

@media (max-width: 768px) {
  .footer {
    width: 100%;
  }
}
