

.albums-cards-container {
    display: flex;
    overflow: auto;
    padding-bottom: 3rem;
    text-decoration: none;
    /* border-radius: 20px; */
}


/* Removes the horizontal scrollbar */

/* .albums-cards-container::-webkit-scrollbar {
    display: none;
} */

.album {
    min-width: 30%;
    padding:0.3rem;
    border-radius:20px;
    box-sizing: content-box;
}

.album:first-child {
    padding-left: 0.3rem;
}

.album:last-child {
    padding-right: 0.3rem;
}

.album img {
    width: 100%;
    box-shadow: 0.1rem 0.1rem 1.6rem -0.2rem rgba(0, 0, 0, 0.3);
    border-radius:20px;
}

.album img:hover {
    cursor: pointer;
}


/* Container for the song title, artist name and play now button */

.album-info {
    padding: 0 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


/*Avoid text from wrapping to the next line and add an ellipsis at the end */

.album-info h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    cursor: pointer;
    word-wrap: break-word;
    /* font-size: 1.75rem; */
    font-size: 0.7em;
    color: black;
    padding-top: 2rem;
    vertical-align: center;
    text-decoration: none;
}

.album a {
    /* font-size: 1.5rem; */
    color: black;
    font-weight: bold;
    text-decoration: none;
    /* letter-spacing: 2px; */
    transition: all 0.4s ease;
    
}

.album a:hover {
    color: #B621FE;
    text-shadow: 2px 2px black;
}


/* ALBUMS */
/* Screens width of at least 768px */

@media screen and (min-width: 768px) {
    /* ALBUMS */
    .albums-cards-container {
    padding-bottom: 8rem;}
    .albums-container {
        width: 100%;
        color: white;
    font-weight: bold;
        margin: 0 auto;
        
    }
    .albums-cards-container {
        flex-wrap: wrap;
        overflow: visible;
        padding: 2rem 0;
    }
    .album {
        min-width: 0;
        width: 25%;
        box-sizing: border-box;
        padding: 0.8rem;
        position: relative;
        transition: all 0.4s ease;
        color: white;
    font-weight: bold;
    }
    .album:first-child,
    .album:last-child {
        padding: 0.8rem;
    }
    .album>img {
        height: 100%;
    }
    
   
    .album-info {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        justify-content: center;
        opacity: 0;
        margin: 0.8rem;
        transition: all 0.4s ease;
        cursor: pointer;
        color: white;
    font-weight: bold;
    }
   
    .album a {
        position: relative;
        /* bottom: -2rem; */
        color: white;
    font-weight: bold;
    text-shadow: 1px 1px black;
    }
    .album image:hover{
        transition: all 0.4s ease;
        background: linear-gradient( 135deg, #B621FE, #1FD1F9);
        border-radius: 20px;
        opacity: 0.8;
        z-index: 9999;
    }
    .album-info:hover {
        opacity: 0.8;
        background: linear-gradient( 135deg, #B621FE, #1FD1F9);
        border-radius: 20px;
        color: white;
    font-weight: bold;
    }
    .album-info:hover>h2 {
        color: white;
    font-weight: bold;
        white-space: normal;
        overflow: initial;
        text-overflow: ellipsis;
        opacity: 1;
    }
    .album-info h2 {
    font-size: 1.6rem;
    /* font-size: 1.17em; */
    color: white;
    /* padding-top: 2rem; */
    vertical-align: center;
    
}
    
}


/* Screens that have a width of at least 992px */

@media screen and (min-width: 992px) {

    /* ALBUMS */
    .albums-container {
        color: white;
    font-weight: bold;
        width: 100%;
    }
    .albums-cards-container {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .album-info{
        color: white;
    font-weight: bold;
    opacity: 0;
    }

    .album a{
        color: white;
    font-weight: bold;
        /* padding: 0 1rem; */
 }
 .album-info a:hover{
        /* color: rgb(0, 0, 0); */
    font-weight: bold;
    opacity: 1;
        /* padding: 0 1rem; */
 }
 .album img:hover{
     opacity: 0.8;;
     background: linear-gradient( 135deg, #B621FE, #1FD1F9);
 }

}


/* These styles will be applied to screens that have a width of at least 1200px */

@media screen and (min-width: 1200px) {

    /* ALBUMS */
    .albums-container { 
        width: 100%; 
    }
    .album-info h2 {
    font-size: 1.75rem;
    }


}



/* HP Pages circlular img */
img.cont3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  border-radius:50%;
  padding:0;
  margin:0;
  float:center;
   }
div.gallery3{
      width: 80%;
  height: auto;
  margin: 20px 0;
  padding:0;
  border-radius:50%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
   }
/* Gallery img */

div.gallery3 img {
  width: 100%;
  height: auto;
  border-radius:50%;

}
div.gallery3 img:hover {
 box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);

}
@media only screen and (min-width: 780px)
    {
        div.gallery3{
            width:20%;
              /* border-radius:50%; */
        }
    }

/* Normal image */

img.norm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  padding:0;
  margin:20px 0;
  float:center;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
   }
@media only screen and (min-width: 780px)
    {
        img.norm{
            width:60%;
              
        }
    }
