body {
  background-color: #F4F7E9;
  /* CHANGE PAGE COLOR HERE */
  margin: 010%;
  color: #000000;
  /* CHANGE TEXT COLOR HERE */
  /* font-size: ;
  margin-left: ;
  margin-right: ; */
  font-size: 1em;
  /* default 16px */
}

/* /p {
color: #ffffff;
  line-height: ;
} */
*/ h1 {
  text-align: left;
}

ul {
  /*background-color:#ccc;*/
  color: #43461f;
}

ol {
  color: #43461f;
}


#content {
  width: 50%;
  /* margin-left: ; */
}

/* /// LINKS /// */

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

/* a:hover {
  color: #f4f7e9;;
  text-decoration: underline;
} */

/* a:visited {
  text-decoration: none;
} */

/* a:active {
  text-decoration: none;
} */

/* * {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
} */

nav {
  height: 3em;
  padding: 1em 0;
  letter-spacing: 2px;
  font-family: "hagrid", sans-serif;
  font-style: regular;
  font-weight: bold;
  font-size: .9em;
  font-weight: 800;
}

/* unvisited link */
nav a:link {
  color: #eaf7ec;
  background-color: #193f0d;
  border-radius: 3px;
  text-decoration: none;
}

/* visited link */
/* nav a:visited {
      color: #355270;
      background-color: #eaf7ec;
      border-radius: 6px;
    } */

/* mouse over link */
nav a:hover {
  color: #eaf7ec;
  background-color: #355270;
}

/* selected link */
nav a:active {
  color: rgb(255, 255, 255);
}

nav a {
  float: left;
  /* more on this later */
  color: #ffffff;
  text-align: center;
  padding: 5px 40px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}

nav a.active {
  /* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
  color: #eaf7ec;
  background-color: #355270;
  border-radius: 4px;
}

h1,
h2 {
  font-family: "Ribeye", serif;
  font-weight: 400;
  font-style: normal;
}



td,
th {
  text-align: center;
  padding: 8px;
}

main {
  background-color: #e2e2c5;
  padding: 20px;
  /* or other padding number */
}

hr {
  height: 1px;
  color: #000000;
  background: #000000;
  font-size: 0;
  border: 0;
}

blockquote,
ul,
ol,
h5 {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1,
h2,
td {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
  font-style: normal;
}