/* This is a style sheet to format a chrome bookmark HTML export */

/* Remember to add this to the page at the top above everything.

<head>
  <link rel="stylesheet" href="bookmarks.css">
</head>

*/

body
{
/* background-color:#26333C; */
background-color:#263025;
font-family: Lato, Arial, Helvetica, sans-serif;
}

/* display: block; */
/* dl {margin-left: 40px;} */
/* dl > dt > dl {display: block; -moz-margin-start: 40px;} */
dl > dt > dl {display: block; margin-inline-start: 40px;}
 
dl::after{
content: "";                   /* Required for pseudo-elements to render */
  display: block;                /* Makes the pseudo-element behave like a block-level element */
  margin-top: 0px;              /* Adds space above the line */
  margin-bottom: 40px;           /* Adds space below the line */
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: solid; /* The horizontal line */
  border-bottom-height : 2px;
  border-bottom-color: #3B463F;   /* The color of the line */
  width: 100%;                   /* Optional: set a specific width (e.g., 50%) */
}

hr 
{
color: #3B463F;
background-color: #3B463F;
height: 2px;
border-width : 0px;
}

h1 {font-size: 250%;}
h2 {font-size: 175%;}
h3 {font-size: 166%;}
h4 {font-size: 150%;}
h5 {font-size: 133%;}
h6 {font-size: 100%;}
h7.x65 {font-size: 65%;}
li {font-size: 85%;}
p {font-size: inherit}

dt, h1, h2, h3, h4, h5, h6, h7 {
  margin: 0.5em 0;
  padding: 0;
  line-height: 1.1em;
}

h1, h2 {color: #E4C96A;}
h3, h4, h5, h6, h7, p, li {color: #C9C6C0;}

h1, h2, h3, h4, h5, h6, h7, p, li {
    font-weight: normal;
}

h1
{
text-align:center;
padding: 15px;
margin: 0px;
}

a:link {text-decoration: underline; color: #C8A62D;}  /* unvisited link */
a:visited {color:#C8A62D}  /* visited link */
a:hover {text-decoration: underline; color: #9F9D89;}  /* mouse over link */
a:active {color:#3B463F;}  /* selected link */

h1, h2, h3, h4, h5, h6, h7, p, li {font-weight: normal;}

h6.bold, h7.bold {font-weight: bold;}

h1
{
text-align:center;
padding: 15px;
margin: 0px;
}