a{
    color: #354067;
    letter-spacing:1px;
    margin-left: 20px;
}
a:hover{
    text-decoration: none;
    color: red;
}
#nav { text-align: center; }
ul{
    text-align: center;
}

.card {
    height: 340px;
    margin: 1em;
    perspective: 1500px;
    border: none;
    background-color:#f3f5fa;
}



.card .content {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}

.more {
    display: none;
}

.more:hover ~ .content {
    transform: rotateY(180deg);
}
.active a{
    color: red;
    border-bottom: 2px solid red !important;
    padding-bottom: 14px;
}

.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 20px;
}

.front .inner, .back .inner {
    height: 100%;
    display: flex;
    transform: translateZ(80px) scale(1);
}

.front {
  
    background-size: cover;
    background-position: center;
    
   
}

.front:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
    backface-visibility: hidden;
}

.front h2 {
    padding-top: 2.5%;
    grid-row: 2;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1800px) {
    .front h2 {
      font-size: 26px;
    }
    .front h3 {
        padding-top: 2.5%;
        font-size: 22px;
      }
} 

@media (max-width: 455px) {
    .front h2 {
      font-size: 22px;
    }
    .front h3 {
        padding-top: 2.5%;
        font-size: 20px;
      }
} 

.front h3 {
   
    grid-row: 2;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.back {
    transform: rotateY(180deg);
    background-color: #fff;
    border: 2px solid #f0f0f0;
}

.back .info {
    position: relative;
    display: flex;
    align-items: center;
    color: #355cc9;
    grid-row: 3;
}

.back .info:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: -0.9em;
    height: 18px;
    width: 1px;
    background-color: #ccc;
}

.back .info span {
    font-size: 2em;
    font-weight: 700;
}

.back .info i {
    font-size: 1.2em;
}

.back .info .icon {
    margin-left: 0.3em;
}

.back .info .icon span {
    display: block;
    margin-top: -0.25em;
    font-size: 0.8em;
    font-weight: 600;
    white-space: nowrap;
}

.back .description {
    width: 100% !important;
    grid-column: -1;
    font-size: 0.86em;
    border-radius: 5px;
    font-weight: 600;
    line-height: 1.4em;
    overflow: auto;
    color: #355cc9;
    padding-right: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #859ddf;
}

::-webkit-scrollbar-thumb:hover {
    background: #355cc9;
}
.bio {
    margin: 15px;
    color: #354067;
}
.songs{
    margin-top: 15px;
    color: #354067;
}
.bio #bio_title
{
    color: #354067;
}
.bio #bio_description
{
    font-size:16px ;
}

#songs{
    margin: 15px;
    color: #354067;
}

.card label {
    cursor: pointer;
}
.caption {
    position: absolute;
    border-bottom-left-radius: 0.5cm;
    border-bottom-right-radius: 0.5cm;
    height: 20%;
    top: 80%;
    left: 0;
    width: 100%;
    color: white;
    background-color:  rgba(0, 0, 0, 0.25);
}
.nav a{
    margin: 0px;
}