
body {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 100;
    font-style: normal;
    color: #242628;
    /*background-color: #f5f5f5;*/
    font-family: 'Hind', sans-serif;
    overflow-x: hidden;
}

p{
  font-size: 15px;
  margin: 0 0 1.2em;
}

/*Links*/
a:hover{
  text-decoration: none;
}

a{
  color: #242628;
}

/*Header*/

@media screen and (min-width: 1025px){
  #header {
      position: fixed;
      top: 0;
      bottom: 0;
      width: 240px;
      height: auto;
      /*background-color: #e6f6f6;*/
  }
}

@media screen and (min-width: 1025px){
  #header>.wrapper {
      height: auto;
      padding: 65px 0;
  }
}

#siteHeader {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.navigation {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25em;
    margin-bottom: 25px;

}

.navigation > ul{
  list-style: none;
}

.navigation > ul > li{
  padding: 6px 0px;
}

.social-media a i{
    border: 0 solid;
    border-radius: 50%;
    min-width: 35px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color:#242628;
    font-size: 13px;
}

/*Main*/

#main {
    /*background-color: #f5e8e8;*/
    margin-bottom: 45px;
}

#siteTitle{
  font-family: 'Dancing Script', cursive;
  font-size: 42px;
  color: #242628;
}

#siteTagline{
  font-size: 11px;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 16px;
}

.index-title{
    margin-bottom: -50px;
    padding: 30px 50px;
    font-size: 50px;
    font-family: 'Roboto';
   text-transform: uppercase;
}

.index-intro{
    margin-bottom: -50px;
    padding: 30px 50px;
    font-family: 'Hind';
    max-width: 1100px;
}

.book-title{
  font-size: 50px;
  font-family: 'Roboto';
}

.book-row{
  margin-top: 50px;
  padding-left: 50px;
}

.year {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Roboto';
}

.book-details{
  font-size: 13px;
  padding: 10px 0px;
}

.read-caption{
    text-transform: uppercase;
    color: #ffAAAA;
}

.link-to-book {
  text-decoration: none !important;
}

/*Biography*/

.biography-title{
    text-transform: uppercase;
    font-family: 'Roboto';
    padding: 15px;
    margin-top: 55px;
    font-size: 50px;
}

.biography-image{
  padding-left: 15px;
}

.biography-image > img{
    width: 500px;
  }

  .biography-image > p{
    font-size: 11px;
    padding-top: 2px;
  }

.biography-text, .book-text{
  padding:15px;
  max-width: 800px;
  line-height: 1.5em;
}

/*Button*/

.btn-custom {
    font: 14px/20px 'Hind',Arial,sans;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 24px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid;
    border-color: inherit;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    border-radius: 0;
    color:#242628;
    margin-bottom: 32px;
}

.btn-custom:hover
{
  color:white;
  background-color: #242628;

}

/*Read section*/

.book-read-title{
    text-transform: uppercase;
    font-family: 'Roboto';
    padding: 15px;
    margin-top: 55px;
    font-size: 50px;
}

.book-read-chapter{
    text-transform: uppercase;
    font-family: 'Roboto';
    padding: 15px;
    margin-top: 20px;
    font-size: 25px;
}

.chapter-index{
  margin-left: 20px;
}

.custom-dropdown{
    font-size: 20px;
    font-family: 'Hind';
    background: transparent;
    border: 1px solid;
    color: #242628;
    border-radius: 0px;
    padding: 10px 25px;
}

.custom-dropdown:focus{
    background: transparent;
    border: 1px solid;
    color: #242628;
}

.custom-dropdown:hover {
    color: white;
    background: #242628;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: white;
    background: #242628;
}

.custom-dropdown:active {
    color: white;
    background: #242628;
}

.synopsis-title{
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 17px;
}
.rating-title{
  padding-bottom: 15px;
  margin-top: -5px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 17px;
}

.film-details{
  font-size: 13px;
  padding: 10px 0px;
  margin-bottom: 0px;
}

/*Media*/

@media screen and (min-width: 1025px){
  #siteHeader {
      margin: 0 40px 25px;
  }
  #header .navigation {
      display: block;
  }
  #main {
    margin-left: 240px;
    /*background-color: #f5f5e8;*/
    float: left;
  }
}

@media screen and (min-width: 1200px){
  /*#main {
    background-color: #e8f5e8;
  }*/
  .col-sm-5 {
    width: 25%;
  }
  .col-sm-7 {
    width: 55%;
  }
  .book-title {
    padding-top: 15px;
  }
  .biography-image > img{
    width: 550px;
  }
  .index-intro{
    width: 1000px;
    padding: 50px 50px;
  }
}

@media screen and (min-width: 1025px)and (max-width: 1200px){
  /*#main {
    background-color: #e8e8f6;
  }*/
  .col-sm-5 {
    width: 33%;
  }
  .col-sm-7 {
    width: 45%;
  }
  .book-title {
    font-size: 40px;
  }
  .year {
    font-size: 42px;
  }
  .biography-image > img{
    width: 500px;
  }
  .index-intro{
    width: 750px;
    padding: 50px 50px;
  }
}

@media screen and (min-width: 768px)and (max-width: 1025px){
  /*#main {
    background-color: #e8e8e8;
  }*/
  #header {
    padding-left: 25px;
  }
  .biography-image > img{
    width: 500px;
    padding-left: 10px;
  }
  .biography-image > p{
    padding-left: 10px;
    max-width: 500px;
  }
  .col-sm-5 {
    width: 100%;
  }
  .col-sm-7 {
    width: 100%;
  }
  .year {
    text-align: start;
    padding-left: 60px;
  }
  .book-title{
    margin-top: 15px;
  }
  .index-intro{
    width: 768px;
  }
}

@media screen and (max-width: 767px){
  /*#main {
    background-color: #f5e8f5;
  }*/
  .year {
    text-align: start;
    padding-left: 60px;
  }
  .book-title{
    padding-top: 15px;
  }
  #header {
    padding-left: 15px;
  }
  .biography-image > img{
    width: 300px;
    padding-left: 10px;
  }
  .biography-image > p{
    padding-left: 10px;
    max-width: 300px;
  }
}


