body {
	min-width:450px;

}
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
.navbar-inverse {
    background-color: #4c2f03;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }

.pfhInfo {
	border-radius: 25px 5px 25px 5px;
	margin:10px;
	padding: 5px;

}    
    
	.pfhIbox1 {
	background-color: #afafaf;

}
	.pfhIbox2 {
	background-color: #d9cab3;
}   
	.pfhIbox3 {
	background-color: #afafaf;
}   
   
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }

.jumbotron {

	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:0px;

}