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

.footer h1 {
  font-family: source-sans-pro;
  color: #FFFFFF;
  font-size: 16pt;
  text-align: center;
  letter-spacing: 4px;
}
.footer p {
  font-family: 'PT Sans', sans-serif;
  color: #FFFFFF;
  text-shadow: 0.05em 0.05em #333;
  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%;
  }
}
