 body {
 
  }

a:hover {
 opacity:0.7; 
}

 @font-face {
        font-family: crimeheading;
        src: url(/Fonts/GrenadierNF.ttf);
               }
               
   @font-face {
        font-family: crimeauthor;
        src: url(/Fonts/AeroviasBrasilNF.ttf);
               }   

h3 {
 font-size:1.4em;
 margin:-5px 0 0 0;
 color:#2e3d61;
 text-align:center;
 padding:10px 0 10px 0;
}

h4 {
 font-size:2em;
 margin:-5px 0 -10px 0;
 color:black;
}

h6 {
 font-size:1.2em; 
}

p {
 color:black;
 font-size:1em;
 font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

blockquote {
 line-height:1.4; 
}

u {      /* underline text when using img title as a note eg <u img title="Weird">surreal</u> */
  text-decoration-style: dotted;
  text-decoration-color: blue;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-transition: all 4s ease-out;
   -moz-transition: all 4s ease-out;
   -o-transition: all 4s ease-out;
   -ms-transition: all 4s ease-out;
   transition: all 4s ease-out;
 
}

u:hover {
 color:red;
 text-decoration-color: red;
 transition:2s;
}


.button {
 color:black;
 font-size:1em;
 font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
    background-image: url("/SpecialReadingProjects/TheGoldenAge/images/VintageArtDecoSeamlesWallpaper.jpg");
  background-repeat: repeat;
 padding:10px 0 80px 0;
width:99%;
margin-left:auto;
margin-right:auto;
}



/* CREATE THE COLUMNS */

.flex-container{

    width: 96%;   /* width across screen of all columns */

    min-height: 300px;

    margin: 0 auto;

    display: -webkit-flex; /* Safari */     

    display: flex; /* Standard syntax */
    
    background-color:#cda847;
    
    border: 1px solid #fff;
    
    box-shadow: 0 0 0 1px #bbb;
    
   /* margin-top:10px;*/
    
   

}

.flex-container .column{

    padding: 10px;
   
   

   /* background: #dbdfe5;*/

    -webkit-flex: 1; /* Safari */

    -ms-flex: 1; /* IE 10 */

    flex: 1; /* Standard syntax */
    
   
}

.flex-container .column.one {
    flex-basis:20%;      /* sets the column width */
    /*background: #e8eecc;
    margin:10px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #bbb;*/
 
    
}

.flex-container .column.two{

    background: #d4d7cd;
    flex-basis:80%;       /* sets the column width */
    margin:10px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #bbb;
    
 
}


.flex-container .column.three{

    background: #e8eecc;
    flex-basis:20%;          /* sets the column width */
    margin:10px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #bbb;

}


/* STYLE THE LEFT COLUMN */


.cover {
 width:96%;
 margin-left:auto;
 margin-right:auto;
}

.leftcaption {
  width:100%;
  display:block;
  color:red;
  text-align:center;
  font-family:arial;
  font-size:0.8em;
  color:#6c6c6c;
 }

.award {
   width:98%;
   display:block;
   margin-left:auto;
   margin-right:auto;
   margin-left:10%;
   text-align:center;
 }
 
 .award p {
   color:black;
   font-weight:bold;
 }
 
 .pubinfo {
  width:90%;
   display:block;
   margin-left:auto;
   margin-right:auto;
  text-align:left;
   overflow-wrap:anywhere;

   
 }
 
 .pubinfo p {
   color:black;
   font-size:1em;
 }
 
 .pubinfo p span {
   color:#2b78c3;
   font-weight:bold;
   font-size:1em;
   margin-right:0.3em;
 }
 
 .pubiconwrapper {
  margin-left:-20px;
   
 }
 
 .pubicon {                                   /* publisher icon  */
 width:50%; 
 display:block;
 margin-left:auto;
 margin-right:auto;

 }
 
 
 .pubinfo .pubdetails p a:hover {              /* changes opacity on ISBN when hovered */
  opacity:0.7; 
 }
 
 .pubiconwrapper a {                           /* removes underline from publisher name */
  text-decoration:none; 
 }

 .pubname {                                    /* style publishers name */
  font-weight:bold;
  width:100%;
  text-align:center;
  margin-top:-2px;
  text-decoration:none; 
 }
 
 .pubdetails {
   width:96%;
    }


/* STYLE THE MIDDLE COLUMN */

.banner {
 width:100%; 
}

       .epigraph {
        font-size:1.2em;
        width:80%;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        margin-top:15px;
        margin-bottom:10px;
        color:#2e3d61;
       }
       
       .epigraphcaption {
         font-size:1.1em;
         font-weight:bold;
         width:75%;
          text-align:left;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:15px;
        color:#2e3d61;
       }
       
       .epigraph p {
        font-size:1em;
        width:80%;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        margin-top:15px;
        margin-bottom:10px;
        color:#2e3d61;
       }
       
       .epigraphcaption p {
         font-size:1em;
         font-weight:bold;
         width:75%;
          text-align:left;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:15px;
        color:#2e3d61;
       }
       

.heading {
 text-align:center;
 padding-bottom:80px;
}


.reviewinfo {
 font-family:arial;
 font-size:1.6em;
 padding-bottom:0.6em;
 color:black;
 padding: 1em 1.3em 0.5em 1.3em;
 border: 1px solid #fff;
 box-shadow: 0 0 0 1px #bbb;
 background: rgba(255, 255, 255, 0.6);
 position:relative;
}

ul li {
  
list-style-type:none;
padding-bottom:10px;
  
}

.rating {
width:70%;
display:block;
margin-left:auto;
margin-right:auto;
}


.bookinfo ul {
font-size:0.8em;
margin-top:5em;

}

.column.one .bookinfo ul li {
 list-style-type: none;
 padding-bottom:0.4em;
 font-weight:bold;
 color:black;
 padding-right:2em;
 text-align:left;
}

.bookinfo li span {
  font-weight:bold;
  color:#2e3d61;
  padding-right:0.5em;
}

.reviewer {
 font-size:2em;
 color:#9d8502;
 bottom:10px;
 float: right;
 margin-top:-1.5em;
 text-decoration:none;
}

.reviewer:hover {
 pointer:hand;
 text-decoration:none;
 opacity:0.7;
 color:#2e3d61;
 transition:0.75s;
}



.titleOfBook {
 color: #2e3d61;
 display:inline-block;
 font-size:3em;
 font-weight:bold;
 padding-right:0.4em;
 text-align:left;
 font-family: crimeheading;
}

.authorOfBook {
  color:dimgrey;
  display:inline-block;
  font-size:3em;
  text-align:left;
  font-family: crimeauthor;
}

.trans {
 text-align:center;
 color:dimgrey;

  font-size:2em;

  font-family: crimeauthor;
}

.rating {
  height:18px;
  width:90px;
  background-color:white;
  padding:10px;
  border:1px solid black;
}


.review ol li {
 font-size:1.6em; 
}

.review ul li {
 font-size:1.6em; 
}

.dropcap {
  color: #2e3d61;
  float: left;
  font-family: crimeauthor;
  font-size: 75px;
  line-height: 60px;
  padding-top: 3px;
  padding-right: 8px;
  padding-left: 3px;
}


/* STYLE THE RIGHT COLUMN */

/* DISPLAY AN IMAGE THE ENTIRE WIDTH OF THE COLUMN */


.sidebar1 {                      /* display an image the entire width of the right column */
  display: block;
  margin-bottom:10px;
  width:99%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #bbb;

}

.sidebar1-nb {           /* main sidebar image without borders */
  display: block;
  margin-bottom:10px;
  max-width:98%;
  margin-left:auto;
  margin-right:auto;
  }

/* DISPLAY TWO IMAGES SIDE BY SIDE USING LEFT AND RIGHT CLASSES - ENSURE IMAGES ARE EDITED TO EQUAL HEIGHT */

.sidebar2-left {                
  display: block;
  width:48%;
  padding-right:1.5%;
  padding-bottom:1em;
  float:left;
}

.sidebar2-right {              
  display: block;
  width:48%;
  margin-left:1.5%;
  padding-bottom:1em;
  float:left;
}

.sidebar1 a:hover {
 opacity:0.7;
 transition:0.75s;
}

a:hover {
 opacity:0.7; 
}

.sidebar2wrapper {
  display:block;
  overflow:hidden;
}
.sidebar2-left a:hover {
    opacity:0.7; 
    transition:0.75s;
}

.sidebar2-right a:hover {
 opacity:0.7;
 transition:0.75s;
}

.imagecredit {
  font-size:0.7em; 
  text-align:center;
}



/* STYLE BOTTOM OF PAGE */


/* EMBED A YOUTUBE VIDEO WITH A CAPTION */

.video {
  display: flex;
  justify-content: center;
  margin-top:10px;
  
}

.videocaption {
 text-align:center;
 font-size:1em;
 color:#2e3d61;
 margin-top:15px;
 margin-bottom:2em;
 width:70%;
 margin-left:auto;
 margin-right:auto;
 background: rgba(191,162,4, 0.4);
}

.videocaption p {
 color:#2e3d61;
 font-size:1em;  
 width:90%;
 margin-left:auto;
 margin-right:auto;
  
}





.comments {
 width:96%;
 margin-left:auto;
 margin-right:auto;
 background-color:white;
 background: rgba(241, 204,124, 0.4);
 border: 1px solid #fff;
 box-shadow: 0 0 0 1px #bbb;
 padding-bottom:30px;
 
}

.commentbox {
  width:65%;
  margin-left:auto;
  margin-right:auto;
  margin-top:25px;
   background: rgba(255, 255, 255, 0.4);
   padding:45px;
}

.footer {
 text-align:center; 
}


/* PLACE A LARGE CAPTION UNDER AN IMAGE */

.caption1 {                       
  font-family:arial;
  font-weight:bold;
  font-size:1.1em;
  color:#2e3d61;
  text-align:center;
  margin: 0.8em 0 0.8em 0;
  width:94%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  
}

/* PLACE A SMALLER CAPTION FOR MORE DETAILED INFORMATION */

.caption2 {                       
 font-family:arial;
 font-size:1em;
 color:#6c6c6c;
 text-align:center;
 width:94%;
 display:block;
 margin-left:auto;
 margin-right:auto;
 margin-top: 0.8em;
 margin-bottom:0.8em;
}

/* BOOK QUOTE CENTERED */

.bookquotecenter p {                     /* quote from a book with left justification */
  font-family:arial;
 font-size:1em;
 color:black;
 text-align:center;
 width:94%;
 display:block;
 margin-left:auto;
 margin-right:auto;
 margin-top: 0.8em;
 margin-bottom:0.8em;
}

.bookquotecaptioncenter {               /* add a caption to a book quote */
  font-family:arial;
 font-size:1.2em;
 font-weight:bold;
 color:black;
 text-align:center;
 width:94%;
 display:block;
 margin-left:auto;
 margin-right:auto;
 margin-top: 0.8em;
 margin-bottom:0.8em;
}

.bookquotepoetry {
 font-style:italic;
 list-style-type:none;
}

.bookquotepoetry ul {
 list-style-type:none; 
}

.bookquotepoetry ul li {
  list-style-type:none;
}

/* QUOTE BOX - STYLED WITH TAGS ON PAGE */
.quotebox {                        
  text-align:center;
  border: 3px solid #7b6803;
  box-shadow: 0 0 0 1px #bbb;
  background-color:#f4e698;
  padding:1em;
  font-size:1.1em;
  }
  
  .quotebox h3 {
   font-size: 2em;
   margin-top:-0.4em;
  }
  
  .quotebox .caption2 {
   font-size:1em;
   font-weight:bold;
   color:black;
  }

.quoteboxtextleft .quoteboxtextleft p {
 color:black;
 margin-bottom:0;
 text-align:left;
 padding:1em;
 font-size:1em;
}

.quoteboxtextleft p {
  color:black;
 margin-bottom:0;
 text-align:left;
 padding:1em;
 font-size:1em;
 margin-top:-1em;
}

.quoteboxtextcenter .quoteboxtextcenter p {
color:black;
 margin-bottom:0;
 text-align:center;
 padding:1em;
 font-size:1em;
}

.quoteboxtextcenter p {
  color:black;
 margin-bottom:0;
 text-align:center;
 padding:1em;
 font-size:1.1em;
 margin-top:-1em;
}

.quoteboxpoetry {
 font-size:0.8em;
 color:black;
 text-align:left;
 margin-top:-0.2em;
 text-indent: -20px;
 padding-left: 20px;
 list-style-type:none;
}

.quoteboxcaption {                   /* add a caption in the quotebox */
  font-weight:bold;
  padding-bottom:1em;
  color:black;
  padding-top:0.8em;
 font-size:1.2em;
 }
 
 .quoteboxcaptionleft {                   /* add a caption in the quotebox */
  font-weight:bold;
  padding-bottom:1.2em;
  color:black;
  text-align:left;
  margin-left:1.5em;
  padding-top:0.8em;
  font-size:1.2em;
 }

.quotebox ul {
 text-align:left;

}

.quotebox ul li {
 padding-bottom:0.5em;
 font-size:1.2em;
}

.quotebox ol {
text-align:left;
                  }
        
.quotebox ol li {
 padding-bottom: 1.5em;
 font-size:1.2em;
        }
        

/* OTHER RELATED BOOKS ON THIS WEBSITE */

.relatedbookswrapper {
text-align:center;
 font-size:1em;
 margin-bottom:1.5em;
}

.relatedbook {
 width:10em;
 height:15em;
}

 /*  MODAL  */
 
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin-bottom:50px;
   }
   

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 45%;   /* ADJUST CONTENT WIDTH HERE */
}

.modal-content p {
 font-size:0.8vw;

}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

 
 #myBtn {
  border:none;
  background-color: rgba(37,70,148,0.1);
  padding:0 -1px 0 -1px;
  font-size:1em;
   font-family: Arial, Helvetica, sans-serif;
   float:none;
    }
 
 #myBtn:hover {
  cursor: pointer;
  background-color: rgba(46,61,97,0.3);
  transition:0.75s;
 }



 .image-container p {
   display:inline-block;
   font-weight:bold;
   padding-bottom:-175px;
   padding-right:3px;
 }





/*  READ MORE AND READ LESS BUTTON */

     input[type="button"], input[type="button"]:focus, input[type="button"]:active,  
button, button:focus, button:active {
    /* Remove all decorations to look like normal text */
    background: none;
    border: none;
    display: inline;
    font:inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    /* Additional styles to look like a link */
    color: blue;
    cursor: pointer;
    text-decoration: none;
    float:left;
  
}
    
    
/* Remove extra space inside buttons in Firefox */
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: none;
    padding: 0;
}
    