body {
  	background-image: url("/images/boom_full.png");
	background-size: 100%;
}
#container {
    position: relative;
    display: grid;
    grid-template-columns: [left_space] 10% [content_top] 65% [right_space] 10%;
    grid-template-rows: [single] auto;
    grid-template-areas: 
	   "header header header header"
	   ". top_link top_link ."
	   ". navigator content_top ."
	   ". content content ."
	   ". bottom_link bottom_link ."
	   "footer footer footer footer";
	font-size: 16px;
    padding: 0;
	min-width: 1000px;
	width: 100%;
	margin: 10px auto;
    margin-top: 0;
    margin-bottom: 5px;
}
div.banner {
	margin: 0;
    height: 100px;
    padding-left: 35px;
    padding-top: 7px;
	color: #1010a9;
 	background-color: #d8e8ff /* #0051b3 #0000b2 #edf1f9 */;
}
div.title {
	margin: 0;
    margin-top:0;
    margin-bottom:0;
    padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
    text-align: center;
    color: #1010a9;
    background-color: #d8e8ff /* #0051b3  #e5e4fa #0000b2 #edf1f9 */;
    font-size: 22px;
}
div.copyright {
	height: 35px;
	width: 100%;
	text-align: left;
    margin: 0;
	margin-top: 5px;
	/* margin-bottom: 5px; */
	padding: 0;
	padding-left: 12%;
	padding-top: 7px;
	border: 0px solid #ddd;
 	background-color: #d8e8ff /* #0051b3 #edf1f9 */;
	color: #1010a9;
	font-size: 14px;
	font-weight: bold;
/*        position: absolute; */
        bottom: 0;
        left: 0;
}
div.copyright a {
	color: #1010a9;
}
span.btn-group {
        color: #0000ff;
}
span.btn-group:hover {
        color: #0285e0;
}
div.r-content-col {
   position: relative;
/*   min-height: calc(100vh - 135px); */
/*   padding-bottom: 35px; */
}
div.phpr_container {
   position: relative;
/*   min-height: 100vh; */
/*   padding-bottom: 35px; */
}
div.footer {
 /* */
}
div.disclaimer {
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 5px;
   color: red;
   font-weight: 600;
}
a.cemetery_button {
  border: 2px solid #000080;
  display: inline-block;
  text-align: center;
	padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to  bottom,#0051b3,#0051b3 60%,#0285e0);
	border-radius: 4px;
	font-size: 14px;
	height: 40px;
	width: auto;
}
a.cemetery_button:focus {
  background-color: #3e3ee4;
  border-color: #8c8c8c;
}
a.cemetery_button:hover, a.cemetery_button:active {
  background: linear-gradient(to bottom,#fff,#fff);
  border-color: #000080;
  color: #0051b3;
}

