.navbar-default {

}

body {
	background: url(img/candles.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  	padding-top: 70px;
}

h1 {
	margin-bottom: 0px;
}

h3 {
	margin-top: 0px;
}

p {
	text-align: justify;
}

li {
	background-color: white;
	margin-left: 10px;
	margin-top: 5px;
}

li a {
	color: black;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
	color: black;
}

li.active {
	background-color: #9c5424;
}
li.active a {
	color: white;
}

.nav>li.active>a:focus, .nav>li.active>a:hover {
	background-color: #9c5424;
	color: white;
}

.panel {
	font: normal normal normal 14px/1.4em Enriqueta,serif;
	text-align: center;
	color: black;
	background-color: #ffffff;
}

.profile-picture {
	display: block;
  	max-width:100%;
  	max-height:50%;
  	width: auto;
  	height: auto;
  	margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.condolence {
	text-align: left;
}

.condolence-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.name {
	font-size: 16px;
	font-weight: bold;
	color: #a87c4f;
}

.date {
	float: right;
}

.signature {
	font-weight: bold;
	color: #a87c4f;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;    
    z-index:1032;
}

.listing {
	margin-bottom: 30px; 
	text-align: center;
}

.listing ul li {
	background: none;
	color: #fff;
	list-style-position: inside;
}

.listing ul li a {
	color: #fff;
	font-size: 20px;
}