
body {
    font: 16px Georgia, serif;
    line-height:1.5em;
    padding:4em;
    padding-top:0.5em;
    color:#090807;
    margin-right:4em;
}

body {
    
    
}

.footer a:first-child {
    display:none!important;
}

em{font-style:normal;}
h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
    font-weight:normal;
    margin:0;
    padding:0;
    font-family:"Arvo",Georgia,serif;
    text-transform:capitalize;

}

a {color:#03f;text-decoration:none;}
a:hover{text-decoration:underline;}


p {margin:1em 0;}


/*** VIDS AND QUOTES **/
img.illus {
    text-align:center;
    display:block;
    margin:0 auto;
}
img#book {
    width:4em;
    margin-bottom:0.5em;
    border:1px solid #642;
}

video {
float:right;
clear:both;
margin-left:2em;
margin-bottom:1em;
}

blockquote {
    padding:0 4em;
    margin-bottom:2em;
}
blockquote:first-letter {
    margin-left:2em;
}
blockquote cite {
    display:block;
    margin:0.5em 0;
    text-align:right;
}

/*** NAVIGATION ***/
.chapnav {
    margin-bottom:2.5em;
    padding-bottom:1em;
    border-bottom:1px solid #eee;
    min-height:1em;
    text-align:center;

 
}
.chapnav a {text-transform:capitalize}

.chapnav .prev {
    float:left;
}
.chapnav .next {
    float:right;
}

/**** TITLEBAR *****/
.chapnav h1 {
    text-transform:uppercase;
    font-size:1.5em;
    line-height:1em;
    display:none;
    
}

/*** HEADERS **/

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style:normal;
    margin-right:1em;
    color:#666;
    color:#999;
    color:#f4d2c9;
}

h1,h2 {
    font-size:1.8em;
    line-height:1.5em;
    color:rgb(255, 112, 95);
}

h1 {font-size:3em;line-height:1em;margin-bottom:0.5em;
    text-align:center;
    margin-top:3em;
    
    
} 

h3 {
    font-weight:bold!important;
    display:inline;
}

a {
    color:#1da1be;
}
.footer {
    font-size:0.75em;
    line-height:1.5em;
    position:absolute;
    color:#888;
    padding-top:1em;
    border-top:1px solid #ccc;
    clear:both;
    position:absolute;
    top:0em;
    margin-top:4em;
    right:0.5em;
    text-align:center;
    width:10em;
    border:none;
    position:fixed;
}

/**** TABLE OF CONTENTS ***/
/* .contents { */
/*     text-align:center; */
/*     text-align:-webkit-center; */

/*     padding-top:4em; */
/*     min-width:80em; */
/*     margin:0 auto; */
/*     background:#ccc; */
/* } */

.contents {

    margin:0 auto;
    padding-top:1em;
    margin-top:4em;

    

}



.toc, .subchapters {
    vertical-align:top;
    font-family:"Arvo",Georgia,serif;
    text-align:left;
    min-width:24em;
    /*font-size:1.166666em;*/

}




.toc h1, .toc h2 {
    font-size:1em;
    text-align:left;

}


.toc h1 {
    font-weight:bold;
}

.toc em, .subchapters em {
    color:inherit;
    width:4em;
    display:block;
    float:left;
    text-align:right;
    color:#7db4c1;
    color:#b9c777;
    color:inherit;
    opacity:0.5;
}


.unnumbered {
    margin-left:5em;
}

.toc h1 {
    margin-top:1.5em;
}

.toc h1 a {}
.toc h2 {

}


.toc a {
    text-transform:capitalize;
}
.toc .toplevel {
    font-weight:bold;

}


.titlepage h1 {
    font-size:3em;
    margin-top:0;
}
h1.endmatter {
    margin-top:0;
}


/*** NAV FOLLOWS YOU ***/

div.chapnav {

    background:#fff;
    position:fixed;
    top:0em;
    left:0em;;
    right:0em;
    padding-right:7em;
    padding-top:0.5em;
    padding-left:4em;
    box-shadow:-2px 4px 2px #e0dcdc;
    box-shadow:-2px 3px 2px #f2f2f0;
    border-bottom-color:#ccc;
    z-index:2;
}
body {
    padding-top:6em;
}
img.icon {
    margin-left:0.5em;
    opacity:0.25;
}


/*** INTRA CHAPTER NAVS ***/
ul.subchapters{
    display:block;
    margin:0 auto;
    width:24em;
    margin-top:3em;
    padding-left:6em;
}

.subchapters em {

    /*color:#ff705f*/;
    border-radius:8em;
    font-weight:bold;
    margin:0;
    padding:0;
    width:auto;
    margin-right:1em;
    padding:0.25em;
}

.subchapters li a{
    /*color:#ff422c;*/
    /*rgb(255, 112, 95);*/
}
.subchapters li {

    list-style-type:none;
    margin:1em 0;
    text-transform:capitalize;
}


/* @media screen and (max-device-width : 800px){ */
/*   .chapnav { */
/*     font-size:2em; */
/*     line-height:1.5em; */
/*   } */
/*   body { */
/*       padding-top:10em; */
/*   } */
/*   .footer { */
/*       top:10em; */
/*   } */
/* } */

/*** SHINY CHAPTER INTROS  
h1 {
    color:#fff!important;
    background:rgb(255, 112, 95);

    padding:0.5em;


}
/*
body {
    background:#f4d2c9;
    background:rgb(255, 112, 95);
    background:#ed7f71;
    color:#fff;
    font-family:Helvetica,Arial,sans-serif;
}

   color:rgb(255, 112, 95);
color:rgb(119, 185, 199)



