/*
Bookmania Regular
font-family: "bookmania", serif;
font-weight: 400;
font-style: normal;

Bookmania Regular Italic
font-family: "bookmania", serif;
font-weight: 400;
font-style: italic;

Bookmania Bold
font-family: "bookmania", serif;
font-weight: 700;
font-style: normal;

Bookmania Bold Italic
font-family: "bookmania", serif;
font-weight: 700;
font-style: italic;


FranklinGothic URW Book
font-family: "franklin-gothic-urw", sans-serif;
font-weight: 400;
font-style: normal;

FranklinGothic URW Book Italic
font-family: "franklin-gothic-urw", sans-serif;
font-weight: 400;
font-style: italic;

FranklinGothic URW Demi
font-family: "franklin-gothic-urw", sans-serif;
font-weight: 700;
font-style: normal;

#FA5305 (red orange color)
#BAD96E  (greenish)

*/


body {
  background-color:#dce1ad;  /* CHANGE PAGE COLOR HERE */
  margin: 30px 010%;
  color:; /* CHANGE TEXT COLOR HERE */
  font-size: ;
  font-size: 1em ; /* default 16px */
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
}


p {
color: #FA5305;
  /* line-height: ; */
  font-family: "bookmania", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  color: #353231;
  text-align: left;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  border-bottom:1px solid #fa3a05;
  border-width: 10px;
  width:455px;
  padding-bottom: 5px;
  margin-left: 30px;

}

h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom:1px solid #fa3a05;
  border-width: 10px;
  width: 250px;
  margin-bottom: 25px;
  padding-bottom: 7px;
  color: #353231;
  font-size: 3em;
  margin-left: 30px;
}

h5 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  
  color: #353231;
  margin-left: 40px;
}

ul {
  /*background-color:#ccc;*/
  font-family: "bookmania", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #464140;
  margin-top: 1px;
  margin-bottom: 25px;
  display: inline-block;
  border-radius: 10px;
  background: #c5dc8c;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  width: 520px;
  height: 335px;
  list-style-type:square;
  margin-left: 30px; 

}

li {

  margin-bottom: 5px;
  margin-left: 10px;

}

ol {
  font-family: "bookmania", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #464140;
  margin-top: 1px;
  margin-bottom: 25px;
  background-color:#c5dc8c;
  display: inline-block;
  border-radius: 10px;
  background: #c5dc8c;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;  
  width: 520px;
  height: 450px;
  margin-left: 30px; 
}


nav {
  background-color:#fa3a05;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;

}


/* /// LINKS /// */

a:link, a:visited {
  color: #dce1ad;
  text-align: left;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  text-decoration: none;
  padding: 15px;
  width: 40px;
  height: 20px; 
}
a:hover, a:active {
  background-color: #464140;
}

img {
  border-radius: 10px;
  margin-left: 30px;
}

blockquote {
  margin-top: 25px;
  font-family: "bookmania", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
}

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