@charset "utf-8";
/* CSS Document */


html, body {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	background-color: #f0eeef;
	/* background:url(/images/crangradebg.gif) repeat; */
}
h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

hr{height:0;border:0;border-top:1px solid #795A37;margin:20px 0}

.logo-block {
    position: absolute;
    z-index: 30;
    padding: 15px;
    min-width: 150px;
    min-height: 100px;
    text-align: center;
}

#recent-obits {
	/* background: url(images/hatch_bg_grey.jpg) repeat;	 */
	padding: 0px !important;
	margin: 0 !important;
}

.w3-xxmlarge{font-size:40px!important}

.w3-container{padding:0.01em 16px; text-align:center !important;}
.inlineblock { 
    display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
    background-color: #f0f;
	background:url(/images/hatch_bg.jpg);
    width: 50%;
}

/* for photos.php slideshow set img width based on screen size */
@media (max-width:600px){#photos img{width:100%!important}}
@media (max-width:992px) and (min-width:601px){#photos img{width:100%!important}}
@media (min-width:993px){#photos img{width:80%!important}}

.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:transparent!important}

.video-container{
	
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 5px;
	height: 0;
	overflow:hidden;
}

.video-container  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

#content{
	background:#FFF!important;
}





