/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  position:relative; /* NEEDED FOR SCROLLSPY -- OMIT OTHERWISE */
}

ul.nav, .jumbotron h1{
	font-family: 'Open Sans', sans-serif, courier;
}



a.navbar-brand {
	padding-top: 7px;
}


.img-center {   /* centers img-responsive in its block */
	margin:0 auto;
}
/* main page .jumbotron ---------------------- */
.jumbotron {
	text-align: center;
	background-image: url("../images/hero_grey.png"); /* url("../images/perfmagn-main1.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
    /* background-position: center center; */
	background-color: white;
	color: #666; /* for text */
	margin-bottom: 0px;
}

.jumbotron h1 {
	margin-top: 20px;
}

.jumbotron p {
	margin-bottom: 30px;
	font-weight: 100;
	padding: 0 50px;
}

.post-title {
	font-size: 18px;
	font-weight: bold;
}

.post-body p {
	text-align: justify;
}

.post-body s {
	font-family: symbol;
	text-decoration: none;
}

/* Responsive Styling */
@media (max-width: 1199px) {
	.jumbotron h1 {
		font-size: 50px;
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.jumbotron h1 {
		font-size: 44px;
		margin-bottom: 30px;
	}
	.jumbotron p {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.jumbotron h1 {
		font-size: 26px;
	}
	.jumbotron p {
		padding: 0;
		font-size: 16px;
	}
	.btn-lg {
		font-size: 18px;
	}


}





