body {
    
    color: grey;
    
}


/* navbar */
  
 

  .nav-item {
  color: black !important;
  letter-spacing: .08em;
  position: center;
  background-color: transparent;
  
  }
  
  .nav-item:hover {
    border-bottom: 2px inset rgb(255,215,0);
    
  
  }


  .fa-crown:hover {
      color: rgb(255,215,0)
  }
  
  .instagram-gradient {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem; /* adjust size as needed */
}


/*Header*/
/* .jumbotron {
    background: url('images/deborahbannerredoart.jpg');
    height:100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
 
}

.jumbotron {
    position:relative;
    
  } */
  
  .jumbotron {
    background: url('images/deborahbannerredoart.jpg') no-repeat center center;
    background-size: cover; /* maintain aspect ratio and cover entire area */
    margin-top: 10px;
    position: relative;
}

  #titleText {
      margin-top: 100px;
  }

  #bookgreens {
      float: left;
      top: 50px;
	  max-width:100%;
	  margin-top:20px;
  }
.Impossible{
	display:flex;
	justify-content:center;
	align-items:center;
}
 .bookText {
     margin-top: 5%;
     margin-bottom: 3%;
 }
 
 .bookText h4{
	color:#000;
	margin-bottom: 0;
 }
 
 .bookText h5{
	color:#000;
	margin-bottom: 20px;
 }
  .bookText p{
	color:#000;
	font-size: 18px;
  }
 
 .floatLeft {
  float: left;
 }
   
 .floatRight {
   float: right !important;
   color: black;
   padding-top: 20px
 }

  .carousel-caption {
      color: gold;
      font-family: 'Merriweather', serif;
      
  }

  /*carousel captions*/

  .Robert, .Kaya, .MT {
      margin-bottom: 10%;
  }

  .Bill, .JL {
    margin-bottom: 8%;
}

  .Jack {
    margin-bottom: 2%;
}

/*quotes div*/

.quotes {
    display: none;
    visibility: hidden;
}

.quotes-container {
    padding-top: 5%;
    color: gold;
      font-family: 'Merriweather', serif;
}

.carousel {
    display: block;
    visibility: visible;
}



  /*Free Book Page*/

  .freebook {
    margin-top: 50px;
  }
  .freebook h1 {
    font-family: Monaco;
    color: #000;
  }
  .freebook p {
    font-family: Monaco;
    color: #000;
    font-size: 18px;
  }
  .freebook-button {
    text-align: center;
    margin-top: 50px;
  }
  .freebook-button a {
    background-color: #495dfa;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
  }
  .freebook-button a:hover {
    background-color: rgb(255,215,0);
    transition: 0.5s;
    color: #000;
  }
  .stars {
    padding: 10px 0;
  }
  .margin-bottom-50 {
    margin-bottom: 50px
  }
  .responsive{
    width: 100%;
    height: auto;
  }

  /*Contact Form Page*/

  #contact-form {
    border-radius: 5px;
   /*  background-color: #00264d; */
   /*  padding: 40px; */
    color: #DCDCDC;
   /*  width: 50%; */
    margin-top: 5%;
}
.gridRight{
	margin-top: 15%;
}
.question_grid{
	margin-top:5%;
	color:#000;
}
 .Contact_form label{
	color:#000;
 }
 .Contact_form .md-form{
	margin-bottom:15px !important;
 }
 #message {
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#checkmark {
    width: 50px;
    
}
.gridRight p{
	color:#000;
}
 #message span{
	width:10%;
	display:block;
	margin-right: 15px;
 }
 #message h2{
	color:#7aced7;
	width:90%;
}
#iframe {
    margin: auto;
    width: 100%;
}

.fourofour {
    
    text-align: center;

}
.star-amazon{
  margin-bottom: 20px;
  display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	/*justify-content:center;
	-webkit-justify-content:center; */
}
.star-amazon img{
  padding: 0 5px 0 5px;
}
.amzonbtn{
	margin-top:10px;
}
/* .site_link img {
    width: 165px;
} */
.overdrive{
	width: 135px !important;
}
.apple_book{
	width: 120px !important;
}
nav .w-50 {
    width: 35% !important;
}
.paperback {
    width: auto;
    height: 50px;
}





  /*media queries*/
/*desktop*/
@media screen and (max-width: 980px) and (min-width: 768px) {
    #titleText {
        width: 600px;
        height: 150px;
    }

    input[type=submit] {
        width: 50%;
    }

    .floatRight {
      margin-top: 5%;

    }


   
  }


  @media screen and (max-width: 768px) and (min-width: 600px) {
    #titleText {
        width: 500px;
        height: 125px;
    }

    input[type=submit] {
        width: 100%;
    }

    .floatRight {
      margin-top: 5%;
    }


    .quotes {
        display: block;
        visibility:visible;

        background: url('images/background.jpg');
    height:100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
 
    }
    
    .carousel {
        display: none;
        visibility: hidden;
    }

    

  }

  @media screen and (max-width: 599px) and (min-width: 416px) {
    #titleText {
        width: 400px;
        height: 100px;
    }

    input[type=submit] {
        width: 100%;
    }

    .floatRight {
      margin-top: 5%;
    }


    .quotes {
        display: block;
        visibility:visible;

        background: url('images/background.jpg');
    height:100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
 
    }

    
    .carousel {
        display: none;
        visibility: hidden;
    }
   

    
  }


   
  /* wide phone*/
  @media screen and (max-width: 415px) and (min-width: 0px) {
    
       
    #titleText {
        width: 350px;
        height: 87px;
    }

    


    input[type=submit] {
        width: 100%;
    }

    .floatRight {
      margin-top: 5%;
    }

    .quotes {
        display: block;
        visibility:visible;

        background: url('images/background.jpg');
    height:100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
 
    }
    
    .carousel {
        display: none;
        visibility: hidden;
    }
  
  
  }

 @media screen and (max-width: 767px){
	.gridRight {
		margin-top: 5%;
	}
	#message h2{
		font-size: 20px;
		margin-left: 10px;
	}
	.site_link {
		display: block;
		text-align: center;
	}
	/* .site_link img {
		width: 165px;
	}  */

 }
 
.error{
  color: darkred !important;
  font-weight: normal;
 }

.numeric_grid {
  padding: 50px 0;
}
.numeric_grid .row > div {
  
}
.img_inner {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin: 15px 0px;
  position: relative;
  overflow: hidden;
}
.img_inner img {
  width: 100%;

  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;

}
.img_inner:hover img{
  transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.numeric_grid h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}


 @media screen and (max-width: 575px){
    .star-amazon {
      flex-wrap: wrap;
    }
  }