footer {
  background-color: #000;
}

.ghostbutton {
  padding: 10px 20px;
  border: 2px solid #FFF;
  border-radius: 5px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  transition: all .5s ease;
  margin-top: 5px;
  float: right;
}

.ghostbutton:hover {
  background-color: #005596;
}

.centerlinks a {
  color: #FFF;
  text-decoration: none;
}

.centerlinks a:hover {
  text-decoration: underline;
}

.bottom-container {
  padding-top: 30px;
}

.p_button {
  background-color: #820263;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
}

.p_button:hover {
  background-color: #eca400;
}

h1, h2, h3 {
  text-shadow: none;
}

p, li {
line-height: 1.6;
}