/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');*/

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


a {
  color: #da6343;
}

img.imgFill {
  width:100%;
}

.tx400, strong {
  font-weight: 700;
}

/*
 * Base structure
 */

body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  font-family: 'Nunito Sans', sans-serif;
  font-weight:300;
  color: #333;
}



.cover-container {
  /*max-width: 42em;*/
  background: url(../../img/becoming_bythefire.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}


/*
 * Header
 */
.header .container {

}
.navbar {
  background-color: rgba(65, 40, 30, .25);
  padding:1rem 0;
 }

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  border-bottom: .25rem solid transparent;
  margin:1rem 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .25);
}

.navbar-nav .nav-link {
  margin-left: 2rem;

}

.navbar-nav .nav-link.active {
  color: #fff;
  border-bottom-color: #fff;
}

.mast-bg {
	background:url(../../img/bkg-becoming.png) no-repeat center fixed;
}

.masthead h1 {
  font-size: 56px;
  font-family: 'Kaushan Script', serif;
  color: #f7d9ca;
  text-shadow: 1px 1px 2px #000;
}

.masthead h2 {
  font-weight:normal;
  text-shadow: 1px 1px 2px #000;
}
.masthead h3 {
  color:#fff;
}

h3.paraHead {
  font-family: 'Kaushan Script', serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.masthead .container {

}

.bgDark {
  background-color: #41271e;
  color: #f7d9ca;
}

.bgMid {
  background-color: #aa786b; /*a56655 , 966e4c;*/
  color:#fff;
}

.bgLight {
  background-color: #f7d9ca;
  color: #41271e;
}

.chakra-thumbnails {

}

p.lead {
  font-size: 16px;
  font-weight: 700;
}

#thewomen p {
  font-size: 14px;
}

p.book-author {
  font-size: 14px;
}

.book-img {
  width:100%;
}

a.btn, a.btn:visited {
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  outline: 0;
}
a.btn:hover {
  
}

a.btn-default {
  
  color: #fff;
  border: 1px solid #b46049;
  background-color: #b46049;
    
}
a.btn-default:hover, 
a.btn-default:focus {
  color: #fff;
  border: 1px solid #da755a;
  background-color: #da755a;
}

a.btn-invert {
  border: 1px solid #fff;
  color: #fff;
}
a.btn-invert:hover {
  color: #41271e;
  background-color: #fff;
}

ul.videoflow {
  list-style: none;
  margin:0;
  padding:0;
}

#btn_homeplay {
	font-size:21px;
	margin-top:20px;
}

.chakra-thumbnails img {
    width:100%;
}

blockquote {
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: .5rem;
  margin-bottom: 2rem;
}

blockquote:before,
blockquote:after {
  position: absolute;
  color: #a56655;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}

blockquote:before {
  content: '“';
  left: -5rem;
  top: -2rem;
}

blockquote:after {
  content: '”';
  right: -5rem;
  bottom: 1rem;
}

cite {
  font-style: normal;
}
cite .tx400 {
  font-size:1.2rem;
}

#testimonials hr {
  width:200px;
  border: 1px solid #333;
  margin: 3rem auto;
}

#stickyTag {
  position: fixed;
  z-index: 999;
  bottom: 5%;
  right: 2%;
  font-size: .9rem;
  box-shadow: 1px 1px 5px rgba(255,255,255,.5);

  height: 90px;
  width: 90px;
  
  border-radius: 50%;
  border:6px solid #fff;
}

#stickyTag h4 {
  font-size: 18px;
  font-family: "Kaushan Script";
}
#stickyTag a:link, #stickyTag a:visited, #stickyTag a:hover {
  color:#fff;
}
#stickynote {
  color:#fff;
  padding:2rem;
  background:rgba(65,40,30,1);
}

.modal.show .modal-dialog {
  width: 480px;
}

@media (max-width:576px) {
     .mast-bg {
		background:url(../../img/bkg-becoming-m.png) no-repeat center;
	}  
    .navbar-collapse {
        z-index: 999;
        position: absolute;
        left: -0;
        top: 40px;
        background:rgba(0,0,0,0.2);
        width:100%;
    }
    .navbar-nav .nav-link {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #stickyTag {
        right:5%;
    }
    #women-thumbnails {
        display:none;
    }

    .modal.show .modal-dialog {
	  width: 100%;	  
	  margin:0;
	}
	.carousel-inner {
		overflow:visible !important;
	}
	#stickynote {
		height:auto !important;
	}
    blockquote, cite .tx400 {
        font-size:1rem;
    }
    blockquote {
        margin-bottom:0;
    }
    blockquote:before {
      content: '“';
      left: 40%;
      top: -4rem;
    }
    
    blockquote:after {
      display:none;
    }
    .p-5 {
        padding: 2rem!important;
    }
    .px-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
}

