/* menu */
body, html {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  font: 400 14px/1.8 "Lato", sans-serif;
  color: #777;
}

.contentlarger {
  font-family:Verdana;
  font-size: 18px;
  color: black;
}
.content {
  font-family:Verdana;
  font-size: 17px;
  color: black;
}

.navbar {
  overflow: hidden;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 14px;
}

.navbarright {
  font-size: 16px;
  color: orange;
  position: fixed;
  top: 6px;
  right: 10px;
  z-index: 1;
}

.secondbar {
  text-align: left;
  background: rgba(1, 1, 1, 0.4);
  position: fixed;
  bottom: 22px;
  height: 200px;
  width: 170px;
  z-index: 2;
}

.secondbar a {
  display: block;
  color: blue;
  text-align: left;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 16px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 27px;
    width: 100%;
    font-size: 14px;
    background-color: black;
    color: white;
}
.footer2 {
    left: 0;
    bottom: -99;
    height: 300px;
    width: 100%;
    font-size: 17px;
    background-color: #C0C0C0;
    color: black;
}


.rTable {
  display: block;
  width: 1000px;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
  clear: both;
}
.rTableHead, .rTableFoot{
  font-weight: bold;
}
.rTableCell, .rTableHead {

  float: left;
  height: 31px;
  overflow: hidden;
  padding: 3px 1.8%;
  width: 28%;
}
.rTable:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a:link {color: blue;text-decoration:none;}
a:visited {color: blue;text-decoration:none;}
a:hover {color: black;text-decoration:bold;}
a:active {color: #00FF00;text-decoration:underline;}

a.one:link {color:#E4E4E4;text-decoration:none;}
a.one:visited {color:#E4E4E4;text-decoration:none;}
a.one:hover {color:yellow;text-decoration:underline;}

a.menu:link {color:white;}
a.menu:visited {color:white;}
a.menu:hover {color:yellow;text-decoration:none;}

a.menu2:link {color:#00FFFF;text-decoration:none;}
a.menu2:visited {color:#00FFFF;text-decoration:none;}
a.menu2:hover {color:blue;text-decoration:none;}

.center {
    text-align: center;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1000px; /* Used in this example to enable scrolling */
}

/* parallax MAIN-page imaging */


.bgimg-1 {
  background-image: url('images-page/album-covers-fronts-only.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%
}

.bgimg-1-text {
  background: rgba(1, 1, 1, 0.4);
  width: 100%;
  height: 120px;
  top: 0;

  text-align: center;
  position: absolute;
}


.bgimg-2 {
  background-image: url('images-page/pearls-before-swine.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px
}


.bgimg-3 {
  background-image: url('images-page/situation-normal.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px
}

.bgimg-4 {
  background-image: url('images-page/hivru12-2.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 99%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.caption2 {
  position: absolute;
  left: 0;
  top: 10%;
  width: 99%;
  text-align: center;
  font-size: 75px;
  color: black;
}

.caption2 span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  letter-spacing: 10px;
}

.sectiontext1 {
  font-family:arial;
  font-size: 16px;
  color: black;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
        background-attachment: scroll;
    }
}



div.socialmediaFB {
    position: fixed;
    bottom: 145px;
    right: -10px;
    width: 50px;
    height: 50px;
}
div.socialmediaTWIT {
    position: fixed;
    bottom: 105px;
    right: -10px;
    width: 50px;
    height: 50px;
}
div.socialmediaMINDS {
    position: fixed;
    bottom: 65px;
    right: -10px;
    width: 50px;
    height: 50px;
}
div.socialmediaPAT {
    position: fixed;
    bottom: 25px;
    right: -10px;
    width: 50px;
    height: 50px;
}


div.logo {
    position: fixed;
    top: 55px;
    right: 5px;
    width: 75px;
    height: 78px;
}
.text-bottom-div {
  width: 100%;
  height: 100%;
  top: 90%;
  bottom: 100%;
  text-align: center;
  position: absolute;
  color: yellow;
  font-size: 34px;
}






<!--  MP3 PLAYER -->



#myProgress {
  width: 420px;
   background-color: #d9d9f2;
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #ffc266;
  border-radius: 10px;
}

.logo {
  fill: red;
}

.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: #ffc266;
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title{
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn{
  border-radius: 15px;
  width: 420px;
  padding: 10px;
  background-color: #373737;
  margin:auto;
  margin-top: 100px;
}

.playlist-track-ctn{
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  /*border: 1px solid #ffc266; */
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;

}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #ffc266 !important;
}


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #ffc266;
  font-size: 20px;
}