/* CSS Document */
body {
	background-image: url(../img/background.jpg);
}

h1, .h1{font-size:26px;}
h2, .h2{font-size:24px;}
h3, .h3{font-size:22px;}

#maincontainer{
	margin-top:20px;
	margin-bottom:20px;
	background-color:white;
	border: 2px solid #624c95;
}

#headerimage img{max-width:100%; margin-left:auto;
margin-right:auto;
display:block;}

#headerimage{
	background-image: url(../img/cremation_header.jpg);
	background-size:100% 100%;
	}

#dividermenu{
	border-top: 2px solid #624c95;
	border-bottom: 2px solid #624c95;
	background-color: #E6DED1;
}

#dividermenu p.lead{margin-bottom:5px;
margin-top:5px;}

#callblock{
	background-color:#B5915F;
	padding:10px 2px;
	font-size:large;
	border: 1px solid black;
	display:none;
	}

.navbar-toggle{
	margin-top:1px;
	margin-bottom:1px;
}

 .icon-bar {
    background-color: white;
    background-color: #B5915F;
}

h1,h2,h3,h4,h5,h6{
	color:#624c95;
}

div.sidebar_menu ul {
	margin-top:20px;
}

div.sidebar_menu ul li{
	list-style-image:url(../img/crown-small.jpg)
	
}

div.sidebar_menu ul li a {
	color:#B5915F;
	font-weight: bold;
  	padding-bottom: 2em;
	display: block;
}

#crown-navbar-collapse-1 ul li a  {
	color:#B5915F;
	font-weight: bold;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.addressbox{
	margin-top:10px;
	margin-bottom:10px;
	}
	
img {
	max-width:100%;
}

#productspage img{padding-right:10px;}

#productdetail{margin-top:20px;}

#obituarydetails img {
	float:left;
	padding: 0 20px 20px 0;
}

div.redactor-editor {min-height:350px;}

.modal-footer{text-align:left;}

div.pending_candle{margin-bottom:1em;}

#productspage img.prodimage {max-width:216px;}
#productdetail img.prodimage {max-width:844px;}

@media print {
  a[href]:after {
    content: none !important;
  }
}