body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; }

.logo-image {
  max-width: 600px;
  width: 100%; }

#trailer {
  width: 560px;
  height: 315px; }
  @media (max-width: 600px) {
    #trailer {
      width: 460px;
      height: 258px; } }
  @media (max-width: 400px) {
    #trailer {
      width: 360px;
      height: 202px; } }

.legend-poem {
  font-variant: small-caps;
  font-weight: bold;
  line-height: 180%; }

.book-cover {
  max-width: 400px;
  width: 100%; }

.kindle {
  font-family: sans-serif;
  text-transform: lowercase;
  color: #FBA73A; }

.review-quote {
  color: #000; }

.authorpicture {
  text-align: center; }

.authorportrait {
  max-width: 100%;
  width: 297px; }

body,
html {
  width: 100%;
  height: 100%; }

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.content-section-heading h2 {
  font-size: 3rem; }

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white; }
  .scroll-to-top:hover {
    background: #343a40; }
  .scroll-to-top i {
    font-weight: 800; }

.masthead {
  min-height: 30rem;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 600px; }
  .masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0; }
  @media (min-width: 992px) {
    .masthead {
      height: 100vh; }
      .masthead h1 {
        font-size: 5.5rem; } }

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #000;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(73, 80, 87, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px; }

.sidebar-nav > .sidebar-brand a {
  color: #fff; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(73, 80, 87, 0.5);
  line-height: 50px;
  z-index: 999; }
  .menu-toggle:focus, .menu-toggle:hover {
    color: #fff; }
  .menu-toggle:hover {
    background: #495057; }

.character-icon {
  background-color: #fff;
  color: #000;
  height: 12rem;
  width: 12rem;
  line-height: 10rem;
  display: block;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .character-icon .character-spacer {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .character-icon .char-image {
    max-width: 9rem;
    max-height: 9rem; }

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  footer.footer .social-link {
    height: 30px;
    width: 30px;
  }

a {
  color: #ecb807; }
  a:hover, a:focus, a:active {
    color: #868e96;
    text-decoration: none; }

.btn-lg {
  font-size: 0.9rem;
  line-height: 2.0rem; }

.btn-primary {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: black !important;
    border-color: black !important; }

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #ba9106 !important;
    border-color: #ba9106 !important; }

.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important; }

.btn-dark {
  color: #fff !important; }

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700; }

.bg-primary {
  background-color: #000 !important; }

.text-primary {
  color: #000 !important; }

.text-secondary {
  color: #ecb807 !important; }

.text-black {
  color: #000 !important; }
