body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, p {
    color:#000;
}



h3.bio_header
{
    color: #000;
    /* background: #F3D92D; */
    width: 12%;
    max-width: 144px;
    min-width: 144px;
    margin: 10px auto;
    border-radius: 12px;
    padding: 20px;
}

/* Hide elements if empty */
.hidden {
    display: none;
}

.accordion {
  background-color: #FFDE5B;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-radius:10px;
  text-align:center;
  text-transform:lowercase;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #FFDE5B; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://f4.bcbits.com/img/a2340918612_65') no-repeat center center fixed;
    background-size: cover;
    filter: blur(100px);
    z-index: -1;
}


.container {
    text-align: center;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    /* border: solid; */
}



#cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12%;
    margin: 50px auto 0px auto;
    /* padding:20px; */
}

#video_embed iframe
{
 width:100%;
 margin:auto;
 border-radius:10px;
}

.logo {
    display: flex;
    justify-content: center;
    width: 90%;
    margin:auto;
}

#logo {
    width: 200px;
    height:200px;
    border-radius: 50%;
    object-fit: cover;
}

.services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12%;
    max-width: 600px;
    min-width: 600px;
    margin: 0px auto 0px auto;
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 0px 20px;
    overflow: hidden;
}

.group
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}


pre
{
    white-space:pre-wrap;
    font-family:helvetica;
}

.serviceContainer {
    display: grid;
    grid-template-columns: auto;
    align-items:center;
    width: 100%;
    padding: 20px;
    /* background-color: #fff; */
    /* border-top: solid #f9f9f9; */
}

#service_buttons
{
    margin-bottom:50px;
    /* border: solid; */
}

.serviceContainer:hover {
    background:transparent;
}

.serviceimg img {
    width: 100px;
    float: left;
}

.servicebtn button {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    border: solid #fff;
    width: 100%;
    margin:auto;
}

.servicebtn button:hover
{
    border:solid #fff;
    background: transparent;
    color:#fff;
}



.title span {
    padding: 0px 5px 0px 5px;
}

.choose {
    font-size: 12px;
}

#artist_content
{
    width: 20%;
    margin: 0px auto 200px auto;
    padding:20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-family: helvetica;
    border-radius: 10px;
}

#song_description, #song_lyrics 
{
    padding:0px;
    width:100%;
}

.icons {
    float: right;
    font-family:myFirstFont;
}

.icons img {
    width: 20px;
}

.icons a
{
    text-decoration:none;
    padding: 0px 5px 0px 5px;
}

#footer
{
    position:fixed;
    display:flex;
    justify-content:center;
    align-items:center;
    left:0;
    bottom:0;
    width:100%;
    min-height:100px;
    background-color:#FFDE5B;
    z-index:5;
}

  .close-btn {
            position: absolute;
            top: 5px;
            right: 5px;
            background-color: red;
            color: white;
            border: none;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            cursor: pointer;
        }

.menu
{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.menu-item
{
    padding: 0px 20px 0px 20px;
}

.menu-item a
{
    text-decoration:none;
    color:#000;
}

.ad
{
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    width: 40%;
    margin: 5px auto;
    font-weight: bold;
    font-family: helvetica;
    background-color:#000;
    padding:20px;
    
}

.ad a 
{
    text-decoration:none;
    color:#fff;
}

.ad button
{
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    font-weight:bold;
    margin-left:20px;
}

.adItems
{
 display:flex;
 justify-content:center;
 align-items:center;
}

.adIMG img
{
 height:43px;
}

.cky-btn-revisit-wrapper
{
    width:30px;
    height:30px;
}

@media screen and (min-width: 1280px) and (max-width: 1920px) {

#cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    max-width: 360px;
    min-width: 360px;
    padding:20px;
    margin: 50px auto 0px auto;
}

#video_embed iframe
{
 width:100%;
 margin:auto;
 border-radius:10px;
}

.coverart {
    width: 90%;
}

#coverart {
    width: 80%;
    height: auto;
    border-radius: 10px;
}

.services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    max-width: 600px;
    min-width: 600px;
    margin: 0px auto 0px auto;
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 0px 20px;
    overflow: hidden;
}

.group
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.serviceContainer {
    display: grid;
    grid-template-columns: auto;
    /* gap: 20px; */
    align-items:center;
    width: 100%;
    padding: 20px;
    /* background-color: #fff; */
    /* border-top: solid #f9f9f9; */
}

.serviceContainer:hover {
    background:transparent;
}

.serviceimg img {
    width: 100px;
    float: left;
}

.servicebtn button {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    border: none;
    width: 100%;
    margin:auto;
    font-size: 16px;
}

.servicebtn button:hover
{
    border:solid #fff;
    color:#fff;
    background:transparent;
}

.title span {
    padding: 0px 5px 0px 5px;
}

.choose {
    font-size: 12px;
}

#artist_content
{
    width: 20%;
    margin: 0px auto 200px auto;
    padding:20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-family: helvetica;
    border-radius: 10px;
}

#song_description, #song_lyrics 
{
    padding:20px;
}


.icons {
    float: right;
    font-family:myFirstFont;
}

.icons img {
    width: 20px;
}

.icons a
{
    text-decoration:none;
    padding: 0px 5px 0px 5px;
}

#footer
{
    position:fixed;
    display:flex;
    justify-content:center;
    align-items:center;
    left:0;
    bottom:0;
    width:100%;
    min-height:100px;
    background-color:#FFDE5B;
    z-index:5;
}

.menu
{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.menu-item
{
    padding: 0px 20px 0px 20px;
}

.menu-item a
{
    text-decoration:none;
    color:#000;
}

.ad
{
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    width: 40%;
    margin: 5px auto;
    font-weight: bold;
    font-family: helvetica;
    background-color:#000;
    padding:20px;
    
}

.ad a 
{
    text-decoration:none;
    color:#fff;
}

.ad button
{
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    font-weight:bold;
    margin-left:20px;
}

.adItems
{
 display:flex;
 justify-content:center;
 align-items:center;
}

}

@media only screen and (max-width: 600px) 
{
    
    .container
    {
        width:90%;
        margin:auto;
    }

   .services
   {
      width:90%;
      max-width: 350px;
      min-width:300px;
   }
   
   h3.bio_header
   {
       width:90%;
       min-width: 315px;
       max-width: 315px;
   }
   
   #cover
   {
       width:80%;
       max-width: 300px;
       min-width: 300px;
   }
   
   .ad
   {
       width:80%;
   }
   
   .adItems
   {
     flex-direction:column;
     text-align:center;
   }
   
   .adItems a
   {
       padding:5px 0px 5px 0px;
   }
   
   iframe
   {
       width:100%;
   }
}


