.prev-next-page {
  text-align: center;
}

.prev-next-page a {
  background-color: #31397F;
}

.prev-next-page a:hover {
  background-color: #387F30;
}

.navbar {
  background-image: url(/images/bg-main.jpg);
  font-family: 'Audiowide', cursive;
}

.navbar a {
  color: #fff;
}
.navbar .navbar-brand {
  font-size: 32px;
}

.navbar .navbar-nav li {
  font-size: 20px;
}

.navbar a:hover {
  color: #387F30;
  text-shadow: 0 0 4px white;
}

#homePageHeader {
  background-image: url('/images/banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#homePageHeader h1 {
  font-family: 'Audiowide', cursive;
  color: white;
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
  margin: 0px;
  text-align: center;
  font-size: 72pt;
  padding-bottom: 20px;
}
#homePageHeader h2 {
  font-family: 'Audiowide', cursive;
  color: white;
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
  margin: 0px;
  text-align: center;
  font-size: 48pt;
}


#about-me p {
  font-size: 18pt;
  margin-bottom: 20px;
}

.social-icon {
  font-size: x-large;
}

a {
  color: #31397F;
}
a:hover {
  color: #387F30;
}
.blog-post-footer {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: smaller;
}