html, body {
    margin: 0px;
    overflow-x: hidden;
	color: #222;
}


h1{
    color: #1b95cd;
}
p, h5, h6{
    color: #3c748f;
}

h4{
    color: #136388; 
}
.boxes{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    max-width: 98%;
    margin: 1%;
    height: 200px;
}

.book_boxes{
    /*border: dotted 1px  #1b95cd;
    color:  #1b95cd;*/
    padding: 5px 0px 5px 0px;
    /*background-color: rgba(255,255,255,0.2);*/
    text-align: center;
    max-width: 98%;
    margin: 1%;
    height: relative;
}

.boxesa{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    max-width: 98%;
    margin: 1%;
    height: relative;
}

.boxes_pen{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 100%;
    margin: 5px auto 0px auto;
    height: relative;
}

.boxes_form{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.3);
    width: 100%;
    height: relative;
}

.boxes_highlight{
    border: solid 1px  #a1e00f;
    color:  #4aca31;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    width: 100%;
    margin: 5px auto 0px auto;
    height: relative;
}

.word_title{
    color:  #25469e;
}

.word_highlight{
    color:  #4aca31;
}

.boxesb{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 5px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    max-width: 98%;
    margin: 5px 1% 1% 1%;
    height: 90px;
}

.boxesc{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 5px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    max-width: 98%;
    margin: 5px 1% 1% 1%;
    height: 50px;
}

.boxesd{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 5px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    max-width: 98%;
    margin: 5px 1% 1% 1%;
    height: 55px;
}

.boxese{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7);
    max-width: 98%;
    margin: 5px 1% 1% 1%;
    height: 100px;
    text-align: left;
}


.boxesad{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    border-radius: 20px;
    background-color: rgba(33, 124, 139, 0.2);
    max-width: 100%;
    margin: auto;
    height: relative;
}

.titlebox{
    padding: 10px;
    margin-bottom: 20px;
    color:  #1b95cd;
    border-radius: 20px 20px 0px 0px;
    background-color: rgba(255,255,255,0.7);
    /*background-image: linear-gradient(to bottom right, #fff, #95d9f9);*/
    height: relative;
    border-bottom: solid 1px;
}

.blurb{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    max-width: 98%;
    margin: 0px 1% 0px 1%;
    height: relative;
    white-space: pre-wrap;
}

.book_links{
    border: solid 1px  #a1e00f;
    color:  #4aca31;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    max-width: 98%;
    margin: 0px 1% 0px 1%;
    height: relative;
}

.credentials_box{
    border: solid 1px  #1b95cd;
    color:  #1b95cd;
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    max-width: 98%;
    width: 500px;
    margin: 0px 1% 0px 1%;
    height: relative;
}

#header{
    position: relative;
    top: 8px;
    height: relative;
    text-align: center;
}

#sitemap{
    position: relative;
    width: 100%;
    height: relative;
    min-height: 250px;
    background-color: #431077;
    color: #fff;
    text-align: center;
	margin-top: 40px;
}

#footer{
    position: relative;
    width: 100%;
    height: 150px;
    background-color: rgba(0,0,0,0.1);
    color: #fff;
    text-align: center;
	margin-top: 40px;
}

/* Audio Player Stuff */

.audio_player{
    width: 300px;
    height: 70px;
    margin: 5px auto auto auto;
    text-align:center;
    border: solid 1px #136388;
    border-radius: 37px;
    background-color: rgba(255,255,255,0.4);
  }
  
  
  
  #timeline{
    width: 170px;
    height: 20px;
    margin-top: 15px;
    float: left;
    border-radius: 15px;
    border: #136388 1px solid;
    display: block;
    background-color: #1b95cd;
    background-image: linear-gradient(
      center bottom,
      #0090ff 57%,
      #dddddd 43%
    );
    position: relative;
    margin-left: 10px;
  }
   
  .playhead{
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: 1px;
    left: 0px;
    background: rgba(255, 255, 255, 0.8);
  }
   
  #volume_control{ 
    margin-left: -30px;
    width:100%;
  }
   
  #rngVolume_label{
    vertical-align: middle;
    text-align: left;
    margin-top: 5px;
  }
   
  #rngVolume{
    vertical-align: middle;
  }

  .badge{
      margin-top: 15px;
      padding: 5px;
      background-color: #1c971c;
      color: #fff;
      font-weight: 500;
      border-radius: 10px;
  }

  .stars{
    vertical-align: sub;
    color: #ff0000; 
    font-weight: 600; 
    font-size: 25px;
  }

.landing-page {
    width:100%;
    text-align: center;
	background-color: rgba(0,0,0,0.1);
	margin-top: 20px;
}

.landing-content{
    text-align:center;
    color:#333;
    padding:40px;
}

.series-title{
    color:#f7b733;
    letter-spacing:4px;
    font-size:18px;
    margin-bottom:20px;
}

.landing-content h1{
    font-size:clamp(24px,3vw,45px);
    line-height:1.05;
    font-weight:800;
    text-transform:uppercase;
}

.landing-content h1 span{
    color:#f7b733;
}

.lead{
    font-size:20px;
    margin:35px auto;
	color: #333;
}

.features{
    margin:40px 0;
    font-size:20px;
    line-height:2;
}

.enter-button{
    display:inline-block;
    margin-top:15px;
    padding:18px 60px;
    background:#f7b733;
    color:#111;
    font-size:22px;
    font-weight:bold;
    border-radius:6px;
    text-decoration:none;
    transition:.25s;
}

.enter-button:hover{
    background:#ffca56;
    transform:translateY(-3px);
}

.author{
    margin-top:45px;
    font-size:20px;
}
