
#mainNav {
  min-height: 56px;
  background-color: #060606;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #cd6a51;
  border: 1px solid #cd6a51;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {


  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: #cd6a51;
    font-weight: 700;
    font-size: 19px;


  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #060606;

  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #afafaf;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #cd6a51;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #cd6a51;
    outline: none;
    border-bottom: 0.25rem solid #cd6a51;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 60rem;
  padding: 20%;
/*  background: url("../img/bk.jpg");
 *    background: url("../img/bk.jpg");*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(85%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/bk.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 85%, #161616 100%), url("../img/bk.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
/*  background-size:100% cover;*/
}



/*@media (max-width: 768px) {
 *
 * }
 * */

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
/*    padding: 10%;*/
/*    background-size:100% auto;*/

  }

}

@media (max-width: 991px) {

  .masthead_intro .img_header_intro {
      padding-top: 37px;
  }

  .book-info-section{
      padding-top: 6rem!important;
  }  
  
  .main_content .thumb {
      width: 120px!important;
      height: 120px!important;
  }

  .masthead {
    min-height: 0%;
    background-size:100%;
  }

  .about-section {
    padding-top: 2rem!important;
  }

  #mainNav .nav-link {
    color: rgba(255, 255, 255, 0.5);

  }

  header#home{
    padding-top:20px!important;
  }
}

.book-info-section{
  padding-top: 8rem;
}

.book-info-section .content-item{
  padding-top: 14px;
  font-size:11pt;
}

.books_page{
  background-color: #0f0f0f!important;
}

.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #cd6a51;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.about-section {
  padding-top: 7rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.8)));
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #cd6a51;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #cd6a51;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 10rem 0;
/*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/bg-contact.jpg");
 *    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-contact.jpg");
 *    */  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #cd6a51;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #cd6a51;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
  background-color: #060606;
}

a {
  color: #cd6a51;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

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

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

span.bolder-text {
    font-weight: 900;
    color: #139ba5;
}

.text-cyan-1{
  color: #64a19d;
}

div.contact-item .card {
    background-color: #4b8994ad;
    border-radius: 40px 0px;
    padding: 10px;
}

.audio-img-item{
  border-radius: 30px 0px;
}

.text-orange{
  color:#cd6a51!important;
}


.projects-section .text-orange{
  margin-top: -100px;
  padding-bottom: 20px;
}



.main_content {
    margin: 10px 20px 20px 20px;
}

/* alternate row colors */
/*.main_content .row:nth-of-type( odd ) {
 *     background-color: #F0F0F0;
 *     }*/
.main_content .row {
    border-bottom: 1px solid #DCDCDC;
/*    border-left: 1px solid #DCDCDC;
 *        border-right: 1px solid #DCDCDC;*/
}

.main_content .columnCustom {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.main_content .thumb {
    float: left;
    margin-right: 10px;
    width: 170px;
    height: 170px;
  /*  border: 1px solid #d2d2d2;*/
    margin: 10px;
/*    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.75);
 *        -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.75);
 *            box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);*/
}

.main_content .content-item {
    padding-left: 50px;
}

.main_content .thumb img {
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#audiobooks{
  color: #484848;
}

#audiobooks span.audio_books_desc {
    color: #777777;
}

.masthead_intro .img_header_intro{
  width: 100%;
}

#audiobooks a:hover{
  color:red;
}

span.new_audio {
    color: red;
    font-weight: bolder;
    font-size: 15px;
}

#audiobooks .title a{
  color: #64a19d!important;
  font-weight: 600;
  font-size: 19px;
  font-family: serif;
}

.book-info-section .title a {
    color: #64a19d!important;
    font-weight: 600;
    font-size: 29px!important;
    font-family: serif;
}

section#books_audio {
    padding: 40px;
}


/*audio narrator players*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

#portfolio .container-fluid {
  max-width: 1920px;
}

#portfolio .container-fluid .portfolio-box {
  position: relative;
  display: block;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
/*  background: rgba(244, 98, 58, 0.9);*/
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}

/*#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {*/
#portfolio .container-fluid .portfolio-box .portfolio-box-caption {  
  opacity: 1;
  background: rgba(152, 188, 222, 0.29);
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {  
  background: rgba(152, 188, 222, 0);
}

.btn-xl{
  padding: 1.25rem 2.25rem;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.project-name {
    width: 100%;
    height: 100%;
    text-align: -webkit-left;
}

.row.books-iframe {
    padding-top: 15px;
}

.text-dark2{
	color:#969798;
}
.text-white2{
	color:#d3d3d3;
}
.title_playlist{
	margin-top: 5px;
}

footer {
  padding: 5rem 0;
}


