/*
This is the only stylesheet that will be packaged inside your epub file.
Be aware that the stylesheet gives you full access to all your files (including you Table of Contents) but that not all ereaders will display your styles in accord with specifications



*/

html{overflow-y:auto}

body{ overflow-y:auto;
  
     
}

.TableOfContents #guide ol li:first-child{display:none}

.TableOfContents li {
                     list-style-type:none;
                     font-size:20px;
                     line-height:200%;
                     margin-left:25%;
}

.TableOfContents h1{
                       margin-left:15%;
}
.TableOfContents h2{
                       margin-left:15%;
}
.TableOfContents h3{
                       margin-left:15%;
}
.Copyright .title:before {content:'Title: '}
.Copyright .author:before {content:'Author: '}
.Copyright .rights:before {content:'Rights: '}
.Copyright .publisher:before {content:'Publisher: '}
.Copyright .identifier:before {content:'Book Identifier: '}

.BookTitlePage{margin-left:20%}

p        {
          font-family:Garamond;
          font-size:25px;
          line-height:1.5em;
          margin-left:15%;
          margin-right:15%
          
  
}

h1       {
          margin-top:150px;
          font-family:Garamond;
          font-size:38px;
           margin-left:15%;
          margin-right:15%
}
h2        {
          
           font-family:Garamond;
           font-size:32px;
           margin-left:15%;
          margin-right:15%
}

#chrome_badge{float:right}