﻿   .normal {
		font: Garamond 14px;
	}
	
   .center {
	   text-align: center;
   }
      
   .header {
	   font-family: Garamond;
	   font-size: x-large ;
	   text-align: center;
   }

	.genealogy-notes {
		font: Garamond 14px;
		font-size: small;
		text-align:center;
		font-style:italic;
		color: #000099;
}
	
	.genealogy-titles {
		font: Garamond 14px;
		text-align:center;
		font-size:medium;
		font-weight:bold;
}	
	
	.genealogy-text {
		font: Garamond 14px;
		text-align:left;
		font-size:small;
		font-weight: normal;
}	
	
	.genealogy-footnotes {
		font: Garamond 14px;
		font-size: x-small;
		text-align:center;
		font-style:italic;
		color: #000099;
}
	
	.photo-notes {
		font: Garamond 14px;
		font-size: small;
		text-align:center;
		font-style:italic;
		color: #000099;
}
	
#grad {
  background: #C0C0C0; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #C0C0C0, #808080); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #C0C0C0, #808080); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #C0C0C0, #808080); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #C0C0C0, #808080); /* Standard syntax */
}

ul {
    list-style-type: none;
	margin: 0px 0px 0px 8px;
    padding: 4px 0px 4px 8px;
    width: 180px;
    background-color:#C0C0C0;
    border: 3px solid black;
}

li a {
    display: block;
    color: black;
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    text-align: left;
 /*   border-bottom: 3px solid black;*/
}

/* Dropdown Button */
.dropbtn {
    background-color: #C0C0C0;
    padding: 4px 0px 4px 0px;
    border: none;
    cursor: pointer;
    font: inherit;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    padding: 4px 0px 4px 32px;
	display: none;
	position: relative;
	background-color: #808080;
	min-width: 160px;
/*	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 4px 0px 4px 32px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #666666}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #808080 ;
}

/* Photo Album Slideshows */
/* body {
  font-family: Verdana, sans-serif;
  margin: 0;
} */

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 4 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 20%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: center;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 600px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 75%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "prev button" to the left */
.prev {
  left: 10%;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 10%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
</style>
/* End Photo Album Slideshows */

