a {text-decoration:none; font-weight: bold;}
	a:link {color:#D5A021}
	a:active {color:#D5A021}
	a:visited {color:#D5A021}
	a:hover{color:#FFD87B; text-decoration:underline}

body {font-family: Garamond, serif;
	text-align: center;
	color:#c7c7d0;
	font-style:normal;
	background-color: #363636;
	background-image: url(DW-3pxtile.png);
	background-attachment: fixed}
	
dl {color:#A97C10; margin: 0px;}
  dd {color:#c7c7d0}

.grid-container {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 5px;
  }

ul {
	list-style-type: none;
    padding-left: 1em;
}

ul li {
	padding: 0px;
    margin: 2px;
}

ul li::before {
	content: "\2022";
	color: #C1292E;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
	
.flex {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
    vertical-align: middle;
}

.kids {
	column-count: 3;
	column-gap: 10px;
	column-rule-style: none;
}

.one {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.pets {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
	text-align:center;
}

div {
  box-sizing: border-box;
}
	
div.header {
	margin: auto;
	width: 100%;
	border: 5px #740003 solid;
	text-align: center;
	background-color: #363636;
}

div.wrap {
	margin: auto;
	width: 90%;
}

.flex-container {
    display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
} 

.header {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	background-color: #C1292E;
}

h2 {
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
    color: #FFFFFF;
    background-color: #C1292E;
}

.quote {
	margin: 0px;
	padding: 5px;
	text-align: center;
}

.single {
    text-indent: 50px;
	padding-left: 50px;
	padding-right: 50px;
    text-align: justify;
    hyphens: auto;
}

.image {
	text-align: center;
}

.imagebottom {
    border-bottom: 5px solid #740003;
}

.jpeg {
    border: 5px solid #740003;
}

.jpeg2 {
    border: 2px solid #740003;
    border-radius: 5px;
}

.sq {
    border: 2px solid #740003;
    border-radius: 5px;
    vertical-align: middle;
}
.sq2 {
    border: 2px solid #740003;
    border-radius: 5px;
    vertical-align: middle;
    float: right;
    margin-right: 5px;
}
.sq3 {
    display: flex;
    align-items: center;
}

div.basic {
	padding-top: 10px;
	padding-bottom: 10px;
}

.familytype {
	color: #C1292E;
	margin-top: 0px;
	margin-bottom: 0px;
    text-decoration: underline;
}

.nolink {
	color: #D5A021;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin: 0px;
}

table.stats {
	width: 100%;
    border: 5px solid #740003;
	background-color: #363636;
	border-collapse: collapse;}

table.half {
    width: 75%;
    border: 5px solid #740003;
    background-color: #363636;
    border-collapse: collapse;}

table.credit {
	border: 2px solid #740003;
	background-color: #C1292E;
	border-collapse: collapse;
	display: inline-table;
    text-align: center;}

table.credit td {
    padding: 0px;
    border: 2px solid #740003;
    }

table.stats tr:nth-of-type(even){background-color: #2E2E2E;}

table th {
	color: #FFFFFF; 
	background-color: #C1292E;
	padding: 5px;
	vertical-align: top;
}

table.stats th.altdark {
	background-color: #9C1317;
}

table.pedi th.altdark {
	background-color: #9C1317;
}

table.stats td {
	padding: 5px;
	border: 1px solid #000000;
    word-break: break-word;
}

th.alt {
	width: 100;
	text-align: right;
}

table.pedi {
	width: 100%;
    border: 5px solid #740003;
	background-color: #363636;
	border-collapse: collapse;
}

table.pedi th {
	color: #FFFFFF; 
	background-color: #C1292E;
	padding: 5px;
	vertical-align: top;
}

table.pedi td {
	width: 25%;
	padding: 5px;
    border: 1px solid #000000;
    font-size: 0.9em;
}

table.invis {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

table.invis td {
    padding: 0px;
    border: none;
}

.tab {
	text-align: center;
	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #C1292E;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  width: 100px;
}

.tab button:hover {
  background-color: #FF0000;
}

.tab button.active {
  background-color: #FFFFFF;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

/* Collapsibles */
 /* Style the button that is used to open and close the collapsible content */
 .collapsible {
    background-color: #C1292E;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    font-family: Garamond, serif;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #f00;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 15px;
    display: none;
    overflow: hidden;
    background-color: #363636;
  } 

  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }
