html, body {
    margin: 0px;
    background-image: linear-gradient(to bottom right, #817d91 50%, #02b7e4);
    overflow-x: hidden;
}

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

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

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

.boxesblog{
    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.2);
    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.2);
    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.2);
    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.2);
    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.2);
    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(255,255,255,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.5);
    background-image: linear-gradient(to bottom right, #fff, #95d9f9);
    height: relative;
}

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

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

#sitemap{
    position: relative;
    margin-top: 150px;
    width: 100%;
    height: relative;
    min-height: 150px;
    background-color: #262a34;
    color: #fff;
    text-align: center;
}


#books{
    position: relative;
    padding-top: 30px;
    width: 100%;
    height: relative;
    min-height: 250px;
    background-color: #262a34;
    color: #fff;
    text-align: center;
}


#audiobooks{
    position: relative;
    padding-top: 30px;
    width: 100%;
    height: relative;
    min-height: 250px;
    background-color: #98a1b98f;
    color: #fff;
    text-align: center;
}

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

/* 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;
    
  }


  .message_bar{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 65px;
    z-index: 99;

    animation:message_bar 5s 1;
    -webkit-animation:message_bar 5s 1;
    animation-fill-mode: forwards;

    animation-delay:5.5s;
    -webkit-animation-delay:5.5s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;

  }

  @keyframes message_bar{
        from {opacity :1;}
        to {opacity :0;}
  }

  @-webkit-keyframes message_bar{
        from {opacity :1;}
        to {opacity :0;}
  }

  #cookie-law {
    position: absolute;
    top: 140px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    max-width: 90%;
    background:#eee;
    border: solid 2px;
    text-align: center;
  }

  #cookie-law p {
    padding:10px;
    font-size:15px !important;
    font-weight:bold;
    margin: auto;
    color:#333;
  }
