/* 
Grecian Light Face Regular
font-family: "grecian-light-face", serif;
font-weight: 400;
font-style: normal;

font-family: "pf-grand-gothik-variable", sans-serif;
font-variation-settings: "ital" 0, "wght" 400, "wdth" 100;

font-family: "miller-text", serif;
font-weight: 400;
font-style: normal;

*/


body {
  background-color:rgb(245, 239, 212);  /* CHANGE PAGE COLOR HERE */
  margin:
  color:; /* CHANGE TEXT COLOR HERE */
  font-size: ;
  margin:0 5% ;
  margin-right: ;
  font-size: 1em ; /* default 16px */
}


a:link, a:visited {
  background-color:#b53c3c;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "pf-grand-gothik-variable", sans-serif;
  font-variation-settings: "ital" 0, "wght" 400, "wdth" 100;
  font-size: 2em;
}

a:hover, a:active {
  background-color: #a0744e;
}

img {
margin-left: auto;
}


p.double {border-style: double;
  border-width: 2px;
}


hr{
  height: 1px;
  background-color: rgb(47, 105, 47);
  border: none;
}

h2 {
  font-family: "pf-grand-gothik-variable", sans-serif;
  font-variation-settings: "ital" 0, "wght" 400, "wdth" 100;
  color:#000
}
h5 {
  font-family: "pf-grand-gothik-variable", sans-serif;
  font-variation-settings: "ital" 0, "wght" 400, "wdth" 100;
  color:#862b2b
}

p {
font-family: "miller-text", serif;
font-weight: 400;
font-style: normal;
color:#862b2b;
  /* line-height: ; */
}

blockquote {
  font-size: 1.5em;
}

h1 {
  text-align: left;
  font-family: "grecian-light-face", serif;
font-weight: 200;
font-size:4em;
font-style: normal;
color:#862b2b
}

ul {
  /*background-color:#ccc;*/
  list-style-type: square;
  color: #862b2b;
  font-family: "miller-text", serif
}

ol {
    color: #862b2b;
    font-family: "miller-text", serif ;
    text-align: left;
  }


nav {
  background-color: #7d1010;
  padding: 50px 12px 8px 12px;
}

hr {
  color: #ab9022
}

#content {
  width: ;
  margin-left: ;
}

/* /// LINKS /// */

a:link {
  color: ;
  text-decoration: none ; /* "none" =  no underline */
}

a:hover {
  color:;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}





/*
* {
    border: 2px solid red;
    border-radius: 5px;
}
*/