/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
	font-family: 'Prompt', sans-serif;
}

/* JUMBOTRON -header
-------------------------------------------------- */
.xbootstrap {
  color: #BFD630;
  letter-spacing: .em;
  text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
}
.blog-post {
	text-align: center;
	 padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;	
}



@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
