body {
 /*background-color:#e3afe8;*/
 /*background-image: url('/BookReviews/FederalistPapers/Pictures/AlexanderHamilton.png');*/
    font-family: "aubrey", Arial, Helvetica, sans-serif;
    /*background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50px 25px; 
    background-size:120px;
    background-image: url("/FamousFive/images/Wallpaper1.png");
	  background-attachment: fixed;
    background-repeat:repeat;
    background-position:left top;
    background-position:bottom right;*/
    
}

@font-face {
        font-family: aubrey;
        src: url(/Fonts/aubrey.ttf);
        }

@font-face {
        font-family: Adventure;
        src: url(/Fonts/Adventuring.ttf);
        }
        
@font-face {
        font-family: KiteOne;
        src: url(/Fonts/KiteOne-Regular.ttf);
        }        
        
        .ff {
          font-family: Adventure;
          font-style:italic;
          margin: 25px 60px 0 0;
          font-size:30px;
          float:right;
          color:white;
        }
        
        .ffHeading {
          font-family: Adventure;
          font-style:italic;
        }
        
        .header {
         float:right; 
         display:inline-block;
         clear:both;
         width:100%;
        }
        
        .header img {
         float:right;
         height:40px;
        }
        
        .headingimage {
          width:20%;
          margin-top:-60px;
        }
        
        .heading {
          width:100%;
          margin:20px 0 50px 0;
          clear:both;
          display:block;
        }
        
        .thumbnailcovers {
          width:80%;
          float:right;
        }
        
        .thumbnail {
          width:8%;
          margin:0 0.5% 0 0.5%;
        }
        
        .content {
          width:96%;
          display:block;
          margin-left:auto;
          margin-right:auto;
        }


.cover {
 width:30%;
 float:left;
 padding:10px; 
}



#summary {
  background-color:#a9fdfa;
  border: 2px solid #01b3ad;
  overflow:hidden;
  margin:4px 0 4px 0;

}

#summary p {
  margin:8px;
  font-size:0.9vw;
}

#essay p {
  padding:8px;
}

.intro {
 width:78%; 
 clear:both;
 float:right;
 padding-right:5%;
 

}

.intro p {
  font-family: "KiteOne", Helvetica, sans-serif;
  font-size:0.9em;
}


.left {
  /*background-color:aqua;*/
  width:35%;
  float:left;
  overflow:hidden;

}

.centre {
 width:35%;
 float:left;
 margin:0 0 0 10px;

}

.right {
  width:25%;
  float:left;
  background-color:yellow;
  margin-left:1%

}

.characterprofiles {
  width:22%;
  float:right;
}

.character img {

  border-radius:50%;
}


h1 {
  margin-left:6px;
}

h2 {
  color:darkblue;
  margin-top:-5px;
  margin-left:-20px;
}

h3 {
  font-family: "Adventure", Helvetica, sans-serif;
  color:#e94e30;
  font-size:2vw;
  clear:both;
  margin:10px 0 0 30px;
}

h3 a{
  text-decoration:none;
  color:white;
}

h3 a:hover {
 color:aqua; 
}

h4 {
    font-family: "KiteOne", Helvetica, sans-serif;
    font-size:1.3em;
    font-weight:bold;
    margin:-3px 0 0 0;
}

h5 {
 float:right;
 color:#2b78c3;
 font-weight:bold;
 font-size:25px;
 margin-top:5px;
}

h6 {
  text-align:center;
  margin-left:-40px;
  margin-top:-4px;
}

blockquote {
 font-size:0.9vw;
 
}

.essays {
  margin-top:5px;
}

.numberCircle {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    font-weight:bold;
    border: 2px solid #01b3ad;
    background-color:white;
    float:left;
    margin:-2px 0 0 -30px;
    position:absolute;
}

#bottomBar{
  background-color: #2b78c3;
  display:inline-block;
  width:100%;
  position: fixed;
    bottom: 0;
    left:0;
}
  
.icon {
 float:left; 
 margin-top:15px;
 margin-left:15px;
}


/* ACCORDION */

.accordion {
    /*background-color: #eee;*/
    background-color:#B0E0E6; /*dull gray blue*/
    color:#e94e30; /*orange*/
    font-weight:bold;
    /*color: #444;*/
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-left: 1px solid #01b3ad;
    border-top: 1px solid #01b3ad;
    border-right: 1px solid #01b3ad;
    text-align: left;
    /*outline: none;*/
    font-size: 15px;
    transition: 0.4s;
    border-radius:25px;
   
}

.accordion p {
  color:black;
  font-weight:400;
  font-size:0.9vw;
}

.active, .accordion:hover {
    /*background-color: #ccc;*/
}

.accordion:after {
    content: '\002B';
   /* color: #777;  /*dark blue*/
    font-weight: bold;
    float: right;
    margin-left: 5px;
    
}

.active:after {
    content: "\2212";
    
}

.panel {
    padding: 0 18px;
    background-color: #c9fcff; /*pale blue*/
    max-height: 0;
    overflow: hidden;
    margin:0 0 5px 0;
    transition: max-height 0.2s ease-out;
    /*border: 1px solid #01b3ad;*/
    border-radius:25px;
}

.panel p {
 font-size:0.9vw; 
}

.panel ul li {
 font-size:0.9vw; 
}


/* SIDEMENU CHARACTERS ANIMATION */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav p {
 color:red;
 padding:0 10px 0 10px;
 font-size:0.9vw;
}

.sidenav p img {
 width:30%;
 float:left;
 padding-right:8px;
 background-color:transparent;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
