/*  -----------------------------------------
        DEFAULT VALUES:

    1.) COLOR PALETTE
        #202C39     - YANKEES BLUE
        #283845     - JAPANESE INDIGO
        #B8B08D     - KHAKI (HTML/CSS)
        #F2D492     - BUFF
        #F29559     - BIG FOOT FEET
        #EFD8C9     - ALMOND
        #FFB052     - PASTEL ORANGE
        #FFD224     - RIPE MANGO
        #E1BA87     - BURLY WOOD
        

    ----------------------------------------- */

html,
body {
  height: 100%;
  background-color: #000;
}

body {
  font-family: 'Roboto', sans-serif;
}

/* ----- NAVIGATION BAR SECTION ------ */

/* ----- This section sets increases the height of the navbar and adjusts the placement of toggle button ---- */
.navbar {
  min-height: 90px;
}

.navbar-inverse {
  background-color: rgba(16, 16, 16, 0.85);
  border-bottom: 2px solid #212121;
}

.navbar-toggle {
  /* (90px - button height 34px) / 2 = 23px */
  margin-top: 28px;
  padding: 9px 10px !important;
}

.navbar-brand {
  padding: 0 15px;
  height: 90px;
  line-height: 90px;
}

.navbar-brand img {
  margin-top: 15px;
}

.navbar .nav li a {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 0px;
  vertical-align: center;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #efd8c9;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: 500;
}
.navbar .nav li a.first-item {
  margin-left: 0px;
}

.navbar .nav li a:active,
.navbar .nav li a:visited {
  color: #efd8c9;
}

.navbar .nav li a:hover {
  color: #ffd224;
}

.nav-socmed-ico {
  margin-left: 15px;
}

/* ---------------------------------------------------- */

/* ------- CENTERS THE NAVBAR MENU ITEMS  ----- */
/*
.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav > li {
    float: none;
    display: inline-block; 
}
*/
/* -------------------------------------------- */

/* ---------------------------------- */

/* ------ HOME SECTION --- */
#home {
  min-height: 100%;
  background: url('../img/bg_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-content-box {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; /*prevents the width from being destroyed by  OwlCarousel */
  padding: 0 0 26px 0;
}

.review-container {
  margin: 0 auto 0 auto;
  height: 100%;

  /* ---- solution for the vertical alignment of Carousel contents for Safari  */
  display: table-cell;
  vertical-align: middle;
}

.reviews-bg {
  vertical-align: middle;
}

.reader-review,
.home-book-cover {
  margin: 0 auto 0 auto;
  text-align: center;
  /* width: 98%; */
}

.home-book-text {
  text-align: justify;
  padding: 5px;
}

.home-book-text p {
  font-size: 0.95em;
}

.home-book-text img {
  margin-top: 8px;
  border: 2px solid white;
}

.home-book-text .logo-left {
  float: left;
  text-align: left;
}

.home-book-text .logo-right {
  float: right;
  text-align: right;
}

.home-book-text .sbn-code {
  clear: both;
}

.cover {
  padding-top: 40px;
}

.reviews {
  margin-top: 2%;
  margin-bottom: 10px;
  clear: both;
}

.home-book-cover img {
  margin: 0 5px 0 5px;
  width: 28%;
  border: 2px solid white;
}

.reader-review p {
  font-size: 20px;
  font-weight: bold;
  color: white;
  display: block;
}

.reader-review h2 {
  font-size: 16px;
  font-weight: bold;
  color: #ffb052;
  padding-top: 12px;
  text-transform: uppercase;
}

.button-sections {
  margin-top: 10px;
  padding: 4px;
}

.button-sections a {
  margin: 4px 6px 4px 6px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  color: #212121;
}

.btn-custom {
  border-width: 2px;
  border-radius: 0;
  border-color: #efd8c9;
  padding: 12px 26px 12px 26px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #efd8c9;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.btn-custom:hover {
  background-color: #ffb052;
  color: #212121;
}

.hello {
  border: 2px solid white;
}

.hello h2 {
  color: white;
}

.container-cover-text {
  margin: 0 auto 0 auto;
  display: block;
  text-align: center;
  width: 90%;
  margin-top: 9%;
}
/* -------------------------------------------- */

/* ----------- EXCERPTS STYLES ----------- */
#excerpts {
  min-height: 100%;
  background: url('../img/bg_excerpts.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#excerpts .title h1 {
  font-size: 40px;
  font-weight: bold;
}

.excerpts-container {
  margin: 50px 0 50px 0 !important;
}

.section-excerpts {
  margin-top: 4px;
  padding: 0 10px 0 10px;
  color: white;
}

.section-excerpts span {
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}

.section-excerpts p {
  text-align: justify;
  font-size: 13px;
  margin: 6px 0 6px 0;
}
/* -------------------------------------------- */

/* ----------- AUTHORS SECTION  ---------------*/
#authors {
  min-height: 100%;
  background: url('../img/bg_authors.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#authors .text-container p {
  text-align: justify;
  font-size: 1em;
  margin: 10px auto 10px auto;
}

.author-desc {
  margin-top: 20px;
  margin-bottom: 28px;
  padding: 0 16px 0 16px;
}

.author-desc a {
  color: #ffb052;
  font-weight: bold;
}

.author-desc a:hover {
  color: #ffd224;
}

.author-desc h3 {
  text-align: center;
  text-transform: uppercase;
}

.author-desc img {
  width: 150px !important;
  margin: 20px auto 20px auto;
}
/* -------------------------------------------- */

/* ------------- SCRAPBOOK SECTION ------------- */
#scrapbook {
  min-height: 100%;
  background: url('../img/bg_scrapbook.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.scrapbook-container {
  background-color: rgba(26, 26, 26, 0.4);
}

.scrapbook-img {
  margin: 8px 0 8px 0;
}

.scrapbook-img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* --- ADDS THE HOVER EFFECT ON THE SCRAPBOOK IMAGES -------- */
#scrapbook .img-wrapper {
  overflow: hidden;
}

#scrapbook .img-wrapper img {
  transition: transform 0.6s ease;
}

#scrapbook .img-wrapper img:hover {
  transform: scale(1.2);
  cursor: zoom-in;
}
/* --------------------------------------------------------- */

/* ----------------- MEDIA SECTION -------------- */
#media {
  min-height: 100%;
  background: url('../img/bg_excerpts.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.media-container {
  background-color: rgba(26, 26, 26, 0.4);
}

.media-container span {
  /* font-style: italic; */
  font-weight: bold;
}

#media h3 {
  padding: 16px 0 16px 0;
  margin: 16px 0 16px 0;
}

.title-center {
  margin: 6px 0 6px 0;
}

.title-center p {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 4px;
}

.title-center img {
  border: 2px solid rgba(239, 216, 201, 0.6);
}

.media-int-link {
  margin: 0 auto 0 auto;
  text-align: center;
}

.media-int-link a {
  letter-spacing: 0.1em;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
}

.media-int-link a:hover {
  color: #f2d492;
}

#media ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#media ul li {
  color: white;
  margin: 5px 0 5px 0;
  font-size: 1em;
}

#media ul li i {
  margin-right: 10px;
}

#media ul li a {
  color: #ddd;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

#media ul li a:hover {
  color: #ffb052;
}

/* --- ADDS THE HOVER EFFECT ON THE VIDEO THUMBNAILS -------- */
#media .img-wrapper {
  overflow: hidden;
}

#media .img-wrapper img {
  transition: border 0.5s ease;
}

#media .img-wrapper img:hover {
  border: 2px solid #ffb052;
}

/* --------------------------------------------------------- */

/* ------- ORDER NOW SECTION ------ */

#ordernow {
  min-height: 100%;
  background: url('../img/bg_authors.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.order-stores {
  text-align: center;
  margin-top: 11% !important;

  background: rgba(0, 0, 0, 0.65);
}

.order-stores img {
  display: inline-block;
  border: 4px solid #fff;
  margin: 10px 8px 10px 8px;
}

#ordernow .img-wrapper {
  overflow: hidden;
  margin: 4px;
}

#ordernow .img-wrapper img {
  transition: border 0.5s ease;
}

#ordernow .img-wrapper img:hover {
  border: 4px solid #ffd224;
}

/* -------------------------------------------- */

/* ----------- CONTACT STYLES --------- */
#contact {
  min-height: 100%;
  background: url('../img/bg_scrapbook.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  padding: 0 0 50px 0;
}

#contact label {
  text-align: center;
  color: #efd8c9;
  margin: 6px 0 0 0;
  font-size: 0.95em;
}

#contact h5 {
  color: #ffb052;
}

.contact-row {
  margin: 30px auto 0 auto;
  width: 60%;
}

.form-container {
  border: 2px solid #191919;
  background: rgba(0, 0, 0, 0.65);
}

/* .contact-right {
  margin: 20px 0 0 0;
}

.contact-right p {
  margin-top: 30px;
  text-align: justify;
  color: #fff;
  font-size: 0.95em;
} */

#contact input {
  margin: 0 0 12px 0;
}

#contact label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form .form-control {
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  color: #fff;
}

.contact-btn button {
  display: block;
  margin: 10px auto 10px auto;
  border: 2px solid #fff;
  border-radius: 0;
  width: 120px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;

  background-color: #ddd;
  text-decoration: none !important;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.contact-btn button:hover,
.contact-btn button:focus {
  background-color: #ffb052;
  color: #2d2d2d;
}

#status {
  font-size: 1.1em;
  color: #ffb052;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  text-align: center;
}

/* ---- CONTACT FORM MODAL STYLES --- */
#contact-modal {
  top: 30%;
  margin: 0 auto;
}

.modal-dialog {
  width: 40%;
  margin: 0 auto 0 auto;
}

.modal-header .close {
  font-size: 30px;
}

.modal-header h4 {
  color: #000 !important;
}

.modal-body #submitStatus {
  text-align: center;
  color: #000;
}

.modal-footer {
  text-align: center;
}

/* This section disables the disappearance of the scroll bar and padding change whenever the modal pops up. */
.modal-open {
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 0 !important;
}

/* ----------------------------------------------- */

/* ----------------- FOOTER STYLES  -------------- */
.footer-copyrights {
  margin: 0;
  padding: 8px 0 8px 0;
  background-color: rgba(0, 0, 0, 0.95);
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px solid #212121;
}

.footer-copyrights ul {
  list-style-type: none;
}

.footer-copyrights ul li {
  display: inline-block;
  margin: 0 6px 0 6px;
}

.copyright-texts {
  float: left;
  padding-top: 8px;
}
.copyright-texts p {
  text-align: left;
}

.footer-icons {
  float: right;
  text-align: right;
  padding-top: 8px;
}

/* ------------------------------------ */

/* ----------- GENERAL STYLES -------- */
h1,
h2,
h3,
h4,
h5 {
  color: #ffb052;
  text-align: center;
  text-transform: uppercase;
  margin: 8px 0 7px 0;
}

p {
  color: #fff;
}

a,
a:active {
  color: #ddd;
  text-decoration: none !important;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

a:hover {
  color: #ffb052;
}

button {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

button:hover {
  color: #ffb052;
}

.title {
  text-align: center;
  margin: 100px 0 6px 0;
}

.text-container {
  margin: 30px 0 30px 0;
  padding: 0 10px 0 10px;
}

.content-box {
  height: 100%;
}

.page-title-underline {
  width: 50px;
  height: 3px;
  background-color: #efd8c9;
  margin: 10px auto 30px auto;
}

/* OWL CAROUSEL CUSTOM STYLE */
.owl-dots {
  margin-top: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f2d492 !important;
}
