body {
    margin: 0;
    color: #CCC;
    background: rgba(0, 0, 0, 0.9);
    background-image: url(../design/background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
/* body::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(../design/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

  } */

.wrapper  {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    min-width: 350px;
}    

 
div.content  {
    margin-top: 3vh;
    line-height: 0.8;
    text-align: center;
    color: #FFF;
    margin: 0px;
}

.content h1, .content h2 {
    opacity: 0.7;
    font-weight:100;    
    font-family: 'Tangerine','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.content h1 {
    font-size: 7rem;
    margin-bottom: 10px;
}
.content h2 {
    font-size: 2rem;
    margin-bottom: 80px;
}
.content p {
    font-size: 1.5rem;
}

.logo {
    width: 160px;
    height: 160px;
    opacity: 0.7;
}


.audiogallery {
    opacity:0; 
    margin: 100px 150px 150px;
}

.audioplayer-tobe {
    width:100%;
}

.the-name {
    font-size: 40px !important;
    color: rgb(211, 211, 211) !important;
    font-family: 'Tangerine','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;

}

.curr-time, .total-time {
    font-size: 0.8em !important;
}


@media all and (min-width: 1024px) and (max-width: 1280px) {
    .audiogallery {
        margin: 50px 50px 150px;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
   
    .audiogallery {
        margin: 50px 50px 100px;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .audiogallery {
        margin: 50px 50px 50px;
    }
    .the-name {
        font-size: 35px !important;
    }
    .content h1 {
        font-size: 5rem;
    }
    .content h2 {
        font-size: 2rem;
    }
}

@media all and (max-width: 480px) {
    .content h1 {
        font-size: 5rem;
    }
    .audiogallery {
        margin: 50px 50px 50px;
    }
    .the-name {
        font-size: 25px !important;
    }
    .content h2 {
        font-size: 2rem;
    }
}


/* Landscape */
@media screen and (orientation:landscape) {
    .audiogallery {
        margin: 50px 50px 80px;
    }
}

/*
@media (max-width: 610px) {
    .content h1 {
        font-size: 5rem;
    }
    .the-name {
        font-size: 35px !important;
    }
    .audiogallery {
        opacity:0; 
        margin: 50px 50px 50px;
    }
}
  
@media (max-height: 650px) {
    div.content  {
        margin-top: 5vh;
    }
}

@media (max-height: 500px) {
    .content h1 {
        font-size: 5rem;
    }
    div.content  {
        margin-top: 1vh;
    }
    .audiogallery {
        padding-left: 30px;
        padding-right: 30px;
    }
    .the-name {
        font-size: 25px !important;
    }
}

@media (max-height: 360px) {
    .content h1 {
        font-size: 3rem;
    }
    .audiogallery {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-height: 650px) {
    div.content  {
        margin-top: 5vh;
    }
}

@media (max-width: 610px) {
    .content h1 {
        font-size: 5rem;
    }
    .the-name {
        font-size: 35px !important;
    }

    .audiogallery {
        opacity:0; 
        padding:10px 10px;
    } 
}
  
@media (max-height: 650px) {
    div.content  {
        margin-top: 5vh;
    }
}

@media (max-height: 500px) {
    .content h1 {
        font-size: 5rem;
    }
    div.content  {
        margin-top: 1vh;
    }
    .audiogallery {
        padding-left: 30px;
        padding-right: 30px;
    }
    .the-name {
        font-size: 25px !important;
    }
}

@media (max-height: 360px) {
    .content h1 {
        font-size: 3rem;
    }
    .audiogallery {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-height: 650px) {
    div.content  {
        margin-top: 5vh;
    }
} */
