a {
  text-decoration: none;
}

footer {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.topic-header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #f8f8f8;
  background: url(../assets/img/topic-header-bg.jpg) no-repeat center center;
  background-size: cover;
}

.topic-message {
  padding-top: 20%;
  padding-bottom: 20%;
}

.topic-message > h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}

.topic-message > h3 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.topic-divider {
  width: 400px;
  margin: 1rem auto;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.topic-social-buttons i {
  font-size: 80%;
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
  opacity: 1;
}

.section-heading {
  margin-bottom: 30px;
}

.content-section-a {
  padding: 10px 0 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.content-section-b {
  padding: 10px 0 15px;
  background-color: #f8f8f8;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../assets/img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media (max-width: 990px) {
  .banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

.banner-social-buttons i {
  font-size: 80%;
}

p.copyright {
  margin: 15px 0 0;
}
