body {
  background: #000000;
}

.navbar-bg {
  z-index: 2;
  background: #212121;
  opacity: 75%;
}

.nav-link {
  color: #777777;
}

.nav-link:hover {
  color: #fa6c3a;
}

header {
  height: 95%;
  background-image: url('image/your-welcome-image.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
  text-align: center;
  color: white;
}

header .intro-text {
  padding-top: 280px;
  padding-bottom: 200px;
  text-align: left;
}

header .intro-text .intro-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #f4dbc9;
}

header .intro-text .intro-lead-in {
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

.big-framed-btn,
.big-framed-btn:active,
.big-framed-btn.active {
  background: transparent url(image/frame-button.png) no-repeat center;
  width: 300px;
  height: 128px;
  border: none;
  outline: none;
  padding-top: 53px;
}

.big-framed-btn:hover,
.big-framed-btn:active:hover,
.big-framed-btn.active:hover,
.big-framed-btn:focus,
.big-framed-btn:active:focus,
.big-framed-btn.active:focus {
  color: #fa6c3a;
  background-color: transparent;
  border-color: transparent;
}

.btn-order-now {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.synopsis {
  margin: auto auto;
  width: 70%;
  height: 300px;
}

.synopsis-text {
  height: 250px;
  overflow-y: scroll;
  color: #aaaaaa;
}

.content {
  margin: auto auto;
  height: 350px;
}

section h2.section-heading {
  color: #aaaaaa;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.shop-image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.dropdown button {
  color: #aaaaaa;
}

.dropdown-item:hover {
  background-color: #15171a;
}

.dropdown-item {
  color: #aaaaaa;
}

.dropdown-item:hover {
  color: #ffffff;
}

.book-preview-container {
  height: 100%;
  width: 100%;
}

.hide {
  display: none;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.author-image {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.social-media-icon {
  border-radius: 50%;
}

.social-media-link {
  font-style: italic;
  text-decoration: none;
}

.footer {
  display: table;
  text-align: center;
}

.footer-content {
  display:table-cell;
  vertical-align:middle;
  color: #aaaaaa;
}

@media only screen and (max-width: 767px) {
  header .intro-text {
    padding-top: 280px;
    padding-bottom: 200px;
    text-align: center;
  }
  
  header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
    color: #f4dbc9;
  }
  
  header .intro-text .intro-lead-in {
    font-style: italic;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 25px;
  }
}