/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* Space out content a bit */
h1, h2 {
  text-transform: uppercase;
}
body {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #555;
}
 .jumbotron h1, h2 {
 	text-align: center;
 	color: #ee1111;
}
.jumbotron h3, h4 {
	display: inline-block;
	padding: none;
	margin: 0;
}
.jumbotron p {
	text-align: left;
	margin: 30px 0 10px;

}
.jumbotron {
	border-bottom: 1px solid #e5e5e5;
}

.lead {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 60px;
  border-bottom: 0;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 0;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
