@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
[class*="col-"] {
  float: left;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  /* border: 1px solid red; */
}

html {
  font-family: "Lucida Sans", sans-serif;
}
h1 {
	font-size: 40px;
	color: #565656;
	background-color: #D7CEC7;q
}
h2 {
	font-size: 24px;
	color: #565656;
	background-color: #D7CEC7;
	
}

h3 {
	font-size: 24px;
	color: #76323F;
}


.top-left-header {
  position: absolute;
  top: 1px;
  left: 20px;
  font-size: 40px;
  font-weight: bold;
}
.top-left-subhead {
  position: absolute;
  top: 52px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
}

.header {
  background-color: #D7CEC7;
  color: #565656;
  padding: 5px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color :#C09F80;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #D7CEC7;
}

a:link {
  text-decoration: none;
  color: #76323F;
}

img {
  max-width: 100%;
  height: auto;
}

.imgheader {
	width:100%;
	height: auto;
}

.imglogo {
	max-width: 50%;
	height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* cemetery tables */

table.cemtable { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr.cemtable:nth-of-type(odd) { 
  background: #D7CEC7; 
}
th.cemtable { 
  background: #C09F80; 
  color: #565656; 
  font-weight: bold; 
}
td.cemtable, th.cemtable { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

/* responsive table */

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.cemtable, thead.cemtable, tbody.cemtable, th.cemtable, td.cemtable, tr.cemtable { 
		display: block; 
		
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr.cemtable { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr.cemtable { border: 1px solid #ccc; }
	
	td.cemtable { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		width: 100%;
	}
	
	td.cemtable:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 50px; 
		white-space: nowrap;
	}
	
	/*
	
	*/
	td.cemtable:nth-of-type(1):before { content: "Last Name"; }
	td.cemtable:nth-of-type(2):before { content: "First Name"; }
	td.cemtable:nth-of-type(3):before { content: "Section"; }
	td.cemtable:nth-of-type(4):before { content: "Row/Plot"; }
	td.cemtable:nth-of-type(5):before { content: "Grave"; }
	td.cemtable:nth-of-type(6):before { content: "Death Date"; }
	td.cemtable:nth-of-type(7):before { content: "Age"; }
	td.cemtable:nth-of-type(8):before { content: "Residence"; }
	td.cemtable:nth-of-type(9):before { content: "Place Of Death"; }
	td.cemtable:nth-of-type(10):before { content: "Birth Date"; }
	td.cemtable:nth-of-type(11):before { content: "Notes"; }
}


/* Atlas tables */

table.atlastable { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr.atlastable:nth-of-type(odd) { 
  background: #D7CEC7; 
}
th.atlastable { 
  background: #C09F80; 
  color: #565656; 
  font-weight: bold; 
}
td.atlastable, th.atlastable { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

/* responsive table */

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.atlastable, thead.atlastable, tbody.atlastable, th.atlastable, td.atlastable, tr.atlastable{ 
		display: block; 
		
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr.atlastable { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr.atlastable { border: 1px solid #ccc; }
	
	td.atlastable { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 110px; 
	}
	
	td.atlastable:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%;
		padding-right: 50px; 
		white-space: nowrap;
	}
	
	/*
	
	*/
	td.atlastable:nth-of-type(1):before { content: "Business"; }
	td.atlastable:nth-of-type(2):before { content: "Last Name"; }
	td.atlastable:nth-of-type(3):before { content: "First Name"; }
	td.atlastable:nth-of-type(4):before { content: "Code"; }
	td.atlastable:nth-of-type(5):before { content: "Section"; }
}


