@media (min-width: 500px) {

    .header{
        background-color: white;
      width: 100%;    
      padding-top: .5%;
      padding-bottom: .5%;
    }


#audio-player {
    height: 50px;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    color: white;
    border-style: outset;
}

#controls {
    height: 50px;
    background-color: #adb5c6;
    width: 100%;
}

.time {
    font-size: 10px;
    color: white;
    position: relative;
    top: 14px;
    margin: 5px;
}

.ui-progressbar {
    background: #2B2B2B;
}

.ui-progressbar-value {
    background: white;
}

#progressbar, #volume {
    height: 10px;
    display: inline-block;
    border-radius: 0px;
    border: none;
    position: relative;
    top: 16px;
}

#progressbar {
    width: 75%;
    border-style: inset;
}

#play, #mute, #volumeicon {
    font-size: 16px;
    width: 20px;
    position: relative;
    top: 15px;
}

#play {
    margin-left: 15px;
}

#play {
    top:17px;
  height: 15px;
  background: url('play4.png') center/contain no-repeat transparent;
  cursor: pointer;
}

#play.paused {
  background-image: url('pause3.png');
}

#play i,
#play::before,
#play::after {
  display: none !important; /* hide font icon/text */
}

#volume {
    width: 8%;
    border-style: inset;
}

    .body{
        background-image: url("bg2.jpg");
        overflow: hidden;
        background-color: #8cb692;
    }
     
    .maintext{
        margin-top: 3%;
        padding: 1%;
        width:70%;
        background-color: white;
        float: center;
        font-size:150%;
        font-family: 'Times New Roman', Times, serif;
        text-align: left;
        margin-left: 20%;
    }

        .maincontent{
        margin-top: 3%;
        padding: 1%;
        width:70%;
        background-color: white;
        float: center;
        font-size:150%;
        font-family: 'Times New Roman', Times, serif;
        text-align: left;
        margin-left: 20%;
    }
    
    .title{
        font-family: 'Times New Roman', Times, serif;
        font-size: 200%;
        text-align: left;
        margin-left: 0;
        padding-left: 1%;
    }

        .icon{
        height: 40px;
        float:center;
        background-color: white;
        border-radius: 10%;
        /* border-color: #BEBEBE;
        border-style: groove; */
    }

        .iconbox{
        width:10%;
        align-items: center 
    }


    .sidemenu{
        color:white;
        vertical-align: middle;
        font-family:'Times New Roman', Times, serif;
        font-size:100%;
        border-spacing: 1px;
        display: float;
        position:fixed;
        width: 10%;
        top:15.5%;
        left: 0;                   
        padding: 0; 
        margin-left: 0.5%;
        margin-right: 0;               
        margin-bottom: 10%;
    }

    .button1{
        border-color: #BEBEBE;
        border-width: 1%;
        border-style: outset;
        font-family: Arial, Helvetica, sans-serif;
        color:white
    }

        .table1{
        background-color: white;
        border: inset;
        border-width: 5px;
        width:100%;
        display:table;
        border-collapse: separate;
        border-spacing: 20px;
        table-layout: fixed;
        position:float;
        float:right;
        /* margin-left: 40%; */
        z-index: 10;
        margin-top: 0;
        font-size: 120%;
        text-align: left;
    }
    

    .tabtable2{
        width: 40%;
        position:fixed;
        top:1;
        right:1;
        box-shadow: 2px 2px 0px 0px #000000; 
        box-sizing: border-box;
        border-style: outset; 
        background-color: #BEBEBE;
        z-index: 10;
        margin-left: 12%;
        margin-top: 1%;
        display: flex;
        flex-direction: column;
      justify-content: center; /* center horizontally */
      align-items: center; 
    }

}

a:visited {
  color: blue;          /* keep same color after clicking */
  text-decoration: underline;
}


@media (max-width: 500px) {

    .header{
        background-color: white;
      width: 100%;    
      padding-top: .5%;
      padding-bottom: .5%;
    }


#audio-player {
    height: 50px;
    width: 98%;
    overflow: hidden;
    background-color: #808080;
    color: #808080 ;
    border-style: outset;
}

#controls {
    height: 50px;
    background-color: #adb5c6;
    width: 100%;
}

.time {
    font-size: 10px;
    color: white;
    position: relative;
    top: 13px;
}

.ui-progressbar {
    background: #2B2B2B;
}

.ui-progressbar-value {
    background: white;
}

#progressbar {
    height: 10px;
    display: inline-block;
    border-radius: 0px;
    border: none;
    position: relative;
    top: 16px;
    border-style: inset;
}

#volume{
    visibility: hidden;
}

#progressbar {
    width: 62%;
}

#play, #mute {
    font-size: 16px;
    width: 10%;
    position: relative;
    top: 17px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent; /* remove white background */
    border: none;
    outline: none;
    display: inline-block;   
}

#volumeicon{
    display:block;
    font-size: 1px;
}

#play {
    margin-left: 2%;
}

#play {
  height: 17px;
  background: url('play4.png') center/contain no-repeat transparent;
  cursor: pointer;
}

#play.paused {
  background-image: url('pause3.png');
}

#play i,
#play::before,
#play::after {
  display: none !important; /* hide font icon/text */
}


    .body{
        background-image: url("bg2.jpg");
        overflow: hidden;
        background-color: #8cb692;
    }
     
    .maintext{
        margin-top: 3%;
        padding: 1%;
        width:79%;
        background-color: white;
        float:right;
        font-size:100%;
        font-family: 'Times New Roman', Times, serif;
        text-align: left;
    }

        .maincontent{
        margin-top: 3%;
        padding: 1%;
        width:79%;
        background-color: white;
        float:right;
        font-size:100%;
        font-family: 'Times New Roman', Times, serif;
        text-align: left;
    }
    
    .title{
        font-family: 'Times New Roman', Times, serif;
        font-size: 100%;
        text-align: left;
        margin-left: 0;
        padding-left: 1%;
    }

        .icon{
        height: 30px;
        float:center;
        background-color: white;
        border-radius: 10%;
        /* border-color: #BEBEBE;
        border-style: groove; */
    }

    .iconbox{
        width:20%;
        align-items: center 
    }


    .sidemenu{
        color:white;
        vertical-align: middle;
        font-family:'Times New Roman', Times, serif;
        font-size:100%;
        border-spacing: 1px;
        display: float;
        position:fixed;
        width: 10%;
        top:8.5%;
        left: 0;                   
        padding: 0; 
        margin-left: 0.5%;
        margin-right: 0;               
        margin-top: 0%;
        margin-bottom: 10%;
    }

    .button1{
        border-color: #BEBEBE;
        border-width: 1%;
        border-style: outset;
        font-family: Arial, Helvetica, sans-serif;
        color:white
    }

        .table1{
        background-color: white;
        border: inset;
        border-width: 5px;
        width:100%;
        display:table;
        border-collapse: separate;
        border-spacing: 20px;
        table-layout: fixed;
        position:float;
        float:right;
        /* margin-left: 40%; */
        z-index: 10;
        margin-top: 0;
        font-size: 100%;
        text-align: left;
    }
    

    .tabtable2{
        width: 80%;
        position:fixed;
        top:1;
        right:1;
        box-shadow: 2px 2px 0px 0px #000000; 
        box-sizing: border-box;
        border-style: outset; 
        background-color: #BEBEBE;
        z-index: 10;
        margin-left: 12%;
        margin-top: 1%;
        display: flex;
        flex-direction: column;
      justify-content: center; /* center horizontally */
      align-items: center; 
    }

}

a:visited {
  color: blue;          /* keep same color after clicking */
  text-decoration: underline;
}


@font-face {
        font-family: 'cats';
        src: url("cats1.otf");
}




@font-face {
        font-family: 'cats';
        src: url("cats1.otf");
}

