/* FONTS */
/* FP Dancer Serif Book Italic
font-family: "fp-dancer-serif", sans-serif;
font-weight: 700;
font-style: italic; */

body {
  background-color: #8dc9e0;
  /* CHANGE PAGE COLOR HERE */
  margin: 40px;
  color: #;
  /* CHANGE TEXT COLOR HERE */
  font-size: ;
  margin-left: ;
  margin-right: ;
  font-size: 1em;
  /* default 16px */
}

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

p {
  color: #73572b;
  font-family: Verdana, serif;
  /* line-height: ; */
}

h1 {

  font-family: "fp-dancer-serif";
  font-weight: 700;
  font-style: italic;
  border-radius: 25px;
  background-color: #8dc9e0;
  padding: 20px;
  width: 622px;
  height: 30px;
  
}

h2 {

  font-family: "fp-dancer-serif";
  font-weight: 700;
  font-style: italic;
  color: #73572b;

}

h5 {

  font-family: Georgia, 'Times New Roman', Times, serif;

}


li {

  color: #000000;

}

pre {

  color: #000000;
  font-family: Verdana, serif;
  font-size: 12px;
}


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

ol {
  color: #00FF00;
}

nav {
  padding: 50px 12px 8px 12px;
  letter-spacing: .8px;
  font-size: 1.5em;
}

blockquote {

font-family: "fp-dancer-serif", sans-serif;
font-weight: 300;
font-style: italic;

}

strong {
line-height: 40px;
}

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

/* /// LINKS /// */

a:link {
  color: ;
  text-decoration: none;
  letter-spacing: .8px;
  font-size: 1.5em;
  /* "none" =  no underline */
}

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

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* ////////// NAV LINKS /////////*/
nav {
  height: 3em;
  padding: 1em 0;
  letter-spacing: 2px;
  font-size: .9em;
  font-weight: 100;
  text-align: center;
}

/* unvisited link */
nav a:link {
  color: #ffffff;
  background-color: #a9c0c9;
  border-radius: 6px;
  text-decoration: none;
}

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

/* mouse over link */
nav a:hover {
  color: #ffffff;
  background-color: #93b9c7;
}

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

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


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