#the-banner{
	width:100%;
	height:662px;
	max-height:662px;
	background-image:url(../images/Buddhist-Dieties-1920.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}



.navbar-brand {
    padding: 15px 15px;
    margin-top: 0px;
    height: 150px; 
}

.navbar-default .navbar-nav > li > a {
	color: #950c16;
	display: block;
    font-size: 14px;
	font-weight: bold;
    padding: 56px 0 5px 0;
	overflow: hidden;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #950c16;
}

p.member-text{
	color:#747474 !important;
}

p{
	margin:20px 0 20px;
}

/* BEGIN ACCORDION STYLES */

.panel-group .panel{
	margin-bottom:20px;
}

#accordion .panel-heading { 
	padding: 0;
}

#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    float: left;
    margin-right :1em;
}

/* END ACCORDION STYLES */


#dedication{
	width:100%; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:50px; 
	padding:20px; 
	background:#E5E5E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: -3px 3px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px 3px 8px 0px rgba(0,0,0,0.5);
	box-shadow: -3px 3px 8px 0px rgba(0,0,0,0.5);
}


ul.protection-list li{
	margin-bottom:20px;
	font-size:16px !important;
}




