/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  overflow-x: hidden;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: auto;
	width:100%;
    /*background: url('../img/Header_6.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

.business-header img{height:auto;
	width:100%;}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 20px 0;
}

.responsive {
  width: 100%;
  height: auto;
}

hr{border-top:1px solid #000;}

/*personal custom css*/
.qu_right{text-align:left;}

.faq_answer{
	margin-top:15px;
	}

.p_back{
	font-size:18px;
	}

.book_links strong{
	font-size:20px;
	}

.pb_2{padding-top:15px;}
.book_quotes{height:563px;
}
.fpage_quotes p{font-size:22px;}

.navbar-inverse .navbar-nav>li>a {color:white;}
.navbar-inverse .navbar-nav>li>a:hover {color:#ff9a2e;}

@media (max-width: 767px){
	.book_quotes{height:auto;}
	
	}
	

