.relationships2 {
    display: none;
}
.relationships-text2 {
    display: none;
}
.back-button-div {
    display: none;
}


.full-thing {
    background-color: rgba(19, 17, 39, 0.904);
    color: aliceblue;
    height: fit-content;
    padding-top: 2rem;
    padding-bottom: 16rem;
}

.pfp-song {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name { /* of the song */
font-size: 0.7rem;

}
.oc-pfp {
    height: 9rem;
    border-radius: 50%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(0, 14, 26);
    position: absolute;
    top: 1.8rem;
    

}

.oc-pfp-div {
    background-image: url(/mood-board/bailey-galindo-pXKewwt4xLk-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50% bottom 20%;
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    position: relative;

    border-top: 1px solid rgba(240, 248, 255, 0.37);
    border-bottom: 1px dashed rgba(240, 248, 255, 0.37);

}
s
.audio-player-div {
    margin-top:0rem;
    width: 100%;
}

/* STYLE FOR NO VISIBLE AUDIO CUZ FREE NEOCITIES DOESNT ALLOW MP3
    ALSO THE AUDIO PLAYER STYLE IS TURNED OFF IN HTML*/
   .audio-info-controls {   
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0rem;
        padding-top: 5rem;
        padding-bottom: 1rem;
        background: rgb(20, 20, 39);
        border-bottom: 1px solid rgba(240, 248, 255, 0.37); 
        -webkit-tap-highlight-color: transparent;
    }

    .audio-text {
        color: darkgray;
    }
    .name { /* song name */
        transition: opacity 0.2s;
        -webkit-tap-highlight-color: transparent;
    }
    .name:active { 
        opacity: 0.7;
    }
/* END OF STYLE FOR NO VISIBLE AUDIO*/

.link {
    display: flex;
    flex-direction: column;
    align-items: center;

    transition: opacity 0.2s;

    -webkit-tap-highlight-color: transparent;
    padding-left: 1rem;
    padding-right: 0rem;
}

.link:active {
    opacity: 0.4;
}

.link-img {
    height: 2rem;
    padding: 0rem;
    /* background-color: rgb(34, 20, 39);
    border-radius: 10px;
    border: 1px solid rgba(240, 248, 255, 0.37); */
}

.link-text {
    margin-top: 0.4rem;
    font-size: 0.6rem;
    color: darkgrey;
    text-align: center;

}
.basics {
    background: rgb(20, 20, 39);
    padding-bottom: 2rem;
    margin-top: 0rem;
    border-bottom: 1px solid rgba(240, 248, 255, 0.37); 
}
.basics2 {
    background: rgb(20, 20, 39);
    padding-bottom: 2rem;
    margin-top: 1rem;
     border-top: 1px solid rgba(240, 248, 255, 0.37); 
    border-bottom: 1px solid rgba(240, 248, 255, 0.37); 
}
.trait{
    display: flex;
    flex-direction: column;
    /* background-color: rgb(82, 75, 67); */
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
}

.trait-icon-name {
    display: flex;
    align-items: center;
}

.trait-icon {
height: 1.4rem;
margin-right: 0.3rem;
}

.trait-name {
    font-size: 0.7rem;
    color: darkgrey;

}

.trait-content-dashed-border {
    display: flex;
    flex: 1;
}

.trait-content {
 border-bottom: 2px solid rgb(130, 199, 255);

 margin-left: 1.8rem;
 flex: 2;
}

.dashed-border {
    flex: 0.4;
    border-bottom: 2px dashed rgb(130, 199, 255);
}



.description {
    /* background: rgb(20, 20, 39); */
    border-top: 1px solid rgba(240, 248, 255, 0.37);
    /* border-bottom: 1px solid rgba(240, 248, 255, 0.37); */

    font-size: 0.8rem;

}

.description-text {
    color: darkgrey;
    font-size: 0.7rem;
    
    padding-left: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

}

.description-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;



    border: 1px solid rgba(240, 248, 255, 0.37);
    border-radius: 10px;
    background-color: rgb(0, 8, 41);
} 

.description-title {
    color: darkgrey;
}


/* personality traits */

.p-traits {
    margin-top: 1rem;
    border-top: 1px solid rgba(240, 248, 255, 0.37);
    border-bottom: none;
 
    padding: 0.7rem;
    padding-bottom: 1rem;
    align-items: center;
 
}

.p-traits-text {
    color: darkgrey;
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
}

.all-p-traits {
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.7rem;
    column-gap: 1rem;
   
    
}
.p-trait {
    background-color: rgba(130, 199, 255, 0.3);
    color: aliceblue;
    padding: 1rem;
    width: 5rem;
    border-radius: 5px;
    font-size: 0.7rem;
    display: flex;
    justify-content: center;


    
}

 


/* mood board */
  .mood-board-text {
      padding-left: 1rem;
      padding-top: 0.5rem;
      color: darkgrey;
      font-size: 0.7rem;
  }
  .mood-board-text2 {
      display: none;
  }
  .moodboard-img {
      height: 10rem;
      width: 9rem;
      object-fit: cover;
      padding: 0.2rem;
      border-radius: 10px;
      border: 1px solid rgba(240, 248, 255, 0.37);
      
  }
  .mood-board2 {
      display: flex;
     justify-content: center;
     align-items: center;
      flex-wrap: wrap;
      padding: 1rem;
      flex-direction: column;
   }
  
  .img-line2 img {
      height: 9rem;
      width: 7rem;
  }
  
  
  .mood-board-credit {
      position: relative;
      font-size: 0.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      margin-top: 0.5rem;
      margin-bottom: 3rem;
      
  
      -webkit-tap-highlight-color: transparent;
    }
  
    .mood-board-credit-text {
      border: none;
      color: rgb(165, 158, 190);
      background-color: black;
      padding: 0.5rem;
      border-radius: 10px;
      
      transition: oapcity 0.3;
    }
  
    .mood-board-credit-text:active {
      opacity: 0.7;
    }
  
    .mood-board-credit-content {
      display: none;
      position: absolute;
      background-color: rgba(0, 0, 0, 1);
      padding: 0.5rem;
      width: 20rem;
      top: 0rem;
      opacity: 1;
      transition: opacity 0.3s;
      pointer-events: none;
      width: 15rem
   
      
    }

    /* notes */
    .notes {
        margin-top: 0rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(240, 248, 255, 0.37);
        /* border-bottom: 1px solid rgba(240, 248, 255, 0.37); */
    
        font-size: 0.8rem;
        margin-bottom: 1rem;
    
    }
    
    .notes-text {
        color: darkgrey;
        font-size: 0.7rem;
        
        padding-left: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    
    }
    
    .notes-content {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    
    
        border: 1px solid rgba(240, 248, 255, 0.37);
        border-radius: 10px;
        background-color: rgb(0, 8, 41);
    } 
    

    /* relationships */
    .relationships {
        border-top: 0px solid rgba(240, 248, 255, 0.37);
        color: aliceblue;
         height: fit-content;
         padding-bottom: 3rem;
         margin-top: 2rem;

    }
    
    .relationship {
        display: flex; 
        flex: 1;
        padding-bottom: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
        align-items: center;
        -webkit-tap-highlight-color: transparent;
      
    }
    .relationships-text {
        padding-left: 1rem;
        padding-top: 0.5rem;
        color: darkgrey;
        font-size: 0.7rem;
        margin-bottom: 1rem;
    
    }
    .relationship-pfp {
        height: 5rem;
        border-radius: 50%;
    }
    
    
 
    
    .relation-pfp-status {
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         padding-bottom: 0rem;
         width: 7rem;
    
         -webkit-tap-highlight-color: transparent;
    }
    .relationship-name-status {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .relationship-status {
        height: 1.2rem;
        margin-right: 0.4rem;
    }
    .relationship-desc {
        background-color: rgb(0, 8, 41);
        border: 1px solid rgba(240, 248, 255, 0.37);
        display: flex;
        flex: 1;
        border-radius: 10px;
        padding: 1rem;
        margin-left: 1rem;
        height: fit-content;
    }





    

    @media (min-width: 1800px) /* Desktop */
{ 
    
    .back-button-div {
        display: block;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 2rem;
        background-color: rgb(20, 20, 39);;
    }
    .back-button {
        display: inline-block;
        background-color: aliceblue;
        border: none;
        font-size: 1rem;
        padding: 1rem 2rem;
        border-radius: 100px;
        cursor: pointer;
        transition: opacity 0.2s;
    }


    .full-thing {
        background-color: rgba(19, 17, 39, 0.904);
        color: aliceblue;
        height: fit-content;
        padding-top: 0rem;
        padding-bottom: 16rem;
    }
    
    .pfp-song {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
    }
    
    .oc-pfp {
        height: 12rem;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border: 1px solid rgb(0, 14, 26);
        margin-right: 2.5rem;
        
       
        
    
    }
    
    .oc-pfp-div {
        background-image: url(/mood-board/bailey-galindo-pXKewwt4xLk-unsplash.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right 50% bottom 30%;
        width: 100%;
        height: 10rem;
        display: flex;
        justify-content: center;
        position: relative;
    
        border-top: 1px solid rgba(240, 248, 255, 0.37);
        border-bottom: 1px dashed rgba(240, 248, 255, 0.37);
    
    }

    .audio-player-div {
        position: static;
        padding-left: 0rem;
        background: rgb(20, 20, 39);
         display: flex;
        justify-content: end;

    }

    .audio-player {
        border-left: none;
        border-right: none;
        margin-top: 0rem;
        border-top: none;

       
       
    }
/* STYLE FOR NO VISIBLE AUDIO CUZ FREE NEOCITIES DOESNT ALLOW MP3
    ALSO THE AUDIO PLAYER STYLE IS TURNED OFF IN HTML*/
   .audio-info-controls {   
        display: flex;
        justify-content: end;
        align-items: center;
        padding-right: 1.5rem;
        padding-top: 1rem;
        border-bottom: none; 
        
    }

    .audio-text {
        color: darkgray;
    }
    .name { /* song name */
        transition: opacity 0.2s;
        -webkit-tap-highlight-color: transparent;
    }
    .name:hover { 
        opacity: 0.7;
    }
/* END OF STYLE FOR NO VISIBLE AUDIO*/

    .timeline {
        width: 6rem;
    }
    
    .link {
        display: flex;
        flex-direction: column;
        align-items: center;
    
        transition: opacity 0.2s;
    
        -webkit-tap-highlight-color: transparent;
        padding-left: 1rem;
        padding-right: 0rem;
    }

    .link:hover{ 
        opacity: 0.7;
    }
            
    .link:active {
        opacity: 0.4;
    }
    
    .link-img {
        height: 2.5rem;
        padding: 0rem;
        /* background-color: rgb(34, 20, 39);
        border-radius: 10px;
        border: 1px solid rgba(240, 248, 255, 0.37); */
    }
    
    .link-text {
        margin-top: 0.4rem;
        font-size: 0.6rem;
        color: darkgrey;
        text-align: center;
    
    }

    .song-basics {
        display: block;

        flex: 1;
    }

    .basics-stats {
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }
    .basics {
        background: rgb(20, 20, 39);
        padding-bottom: 2rem;
        margin-top: 0rem;
        max-width: 22rem;
        padding-left: 20rem;
        border-bottom: 1px solid rgba(240, 248, 255, 0.37)
        
    }
    .basics2 {
        background: rgb(20, 20, 39);
        padding-bottom: 2rem;
        margin-top: 0rem;
      
        padding-left: 0rem;
        padding-right: 20rem;

        min-width: 25rem;
        max-width: 30rem;
        
    }
    .trait{
        display: flex;
        flex-direction: column;
        /* background-color: rgb(82, 75, 67); */
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
    }
    
    .trait-icon-name {
        display: flex;
        align-items: center;
    }
    
    .trait-icon {
    height: 1.4rem;
    margin-right: 0.3rem;
    }
    
    .trait-name {
        font-size: 0.7rem;
        color: darkgrey;
    
    }
    
    .trait-content-dashed-border {
        display: flex;
        flex: 1;
    }
    
    .trait-content {
     border-bottom: 2px solid rgb(130, 199, 255);
     font-size: 0.8rem;
     margin-left: 1.8rem;
     flex: 2;
    }
    
    .dashed-border {
        flex: 0.4;
        border-bottom: 2px dashed rgb(130, 199, 255);
    }
    
    
    .desc-p-traits {
        display: flex;
        flex-direction: column;
      
        padding-left: 1rem;
        padding-right: 1rem;

        max-width: 30rem;
        min-width: 20rem;

        flex: 1;
    }

    .description {
        /* background: rgb(20, 20, 39); */
        border-top: 1px solid rgba(240, 248, 255, 0.37);
        /* border-bottom: 1px solid rgba(240, 248, 255, 0.37); */
    
        font-size: 0.8rem;
        margin-top: 4rem;
     
    
    }
    
    .description-text {
        color: darkgrey;
        font-size: 0.7rem;
        
        padding-left: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    
    }
    
    .description-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    
        margin-left: 0rem;
        margin-right: 0rem;
    
        min-width: 10rem;
    
        border: 1px solid rgba(240, 248, 255, 0.37);
        border-radius: 10px;
        background-color: rgb(0, 8, 41);
    } 
    
    
    /* personality traits */
    
    .p-traits {
        margin-top: 1rem;
        border-top: 0px solid rgba(240, 248, 255, 0.37);
        border-bottom: 1px solid rgba(240, 248, 255, 0.37);
     
        padding: 0rem;
        padding-bottom: 1rem;
        padding-top: 0.8rem;
        align-items: center;
        max-width: 30rem;
        margin-bottom: 1rem;
     
    }
    
    .p-traits-text {
        color: darkgrey;
        font-size: 0.7rem;
        padding-bottom: 0.5rem;
    }
    
    .all-p-traits {
        justify-content: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 0.7rem;
        column-gap: 1rem;
       
        
    }
    .p-trait {
        background-color: rgba(130, 199, 255, 0.3);
        color: aliceblue;
        padding: 1rem;
        width: 5rem;
        border-radius: 5px;
        font-size: 0.7rem;
        display: flex;
        justify-content: center;
    
    
        
    }
    .basics2-stats {
        display: flex;
        flex-direction: column;
        padding-left: 0rem;

        flex: 1;
    }
    
    /* stats */
    .stats {
        border-top: 0px solid rgba(240, 248, 255, 0.37);
        border-bottom: 0px solid rgba(240, 248, 255, 0.37);
        /* background-color:  rgb(20, 20, 39); */
        display: flex;
        justify-content: start;
        flex-direction: column;
        flex: 1;
        margin-right: 10rem;
    }
    
    .all-stats {
        display: grid;
        grid-template-columns: 5rem 7rem 3rem;
        grid-template-rows: auto;
       justify-content: center;
       align-items: center;
        row-gap: 0.8rem;
    
    }
    .stats-text {
        padding-left: 0rem;
        padding-top: 0rem;
        padding-bottom: 1rem;
        color: darkgrey;
        font-size: 0.7rem;
        text-align: center;
        
    }
    
    .stat-icon {
        height: 1.4rem;
        margin-left: 1rem;
    }
    
    .stat-name {
        font-size: 0.7rem;
        color: aliceblue;
        margin-right: 1rem;
     
    }
    .stat-bar {
        height: 1rem;
        background-color: rgba(130, 199, 255, 0.1);
        padding: 0.4rem;
        border-radius: 10px;
    }
    .gap1,
    .gap2 {
        margin-bottom: 2rem;
    } 

    .mood-board-stats {
        display: flex;
    }
    
    
    /* mood board */
      .mood-board-text {
          padding-left: 1rem;
          padding-top: 0.5rem;
          color: darkgrey;
          font-size: 0.7rem;
          display: none;
      }
      .mood-board-text2 {
          display: block;
          padding-left: 0rem;
          padding-top: 0rem;
          padding-bottom: 1rem;
          color: darkgrey;
          font-size: 0.7rem;
      }
      
      .moodboard-img {
          height: 10rem;
          width: 9rem;
          object-fit: cover;
          padding: 0.2rem;
          border-radius: 10px;
          border: 1px solid rgba(240, 248, 255, 0.37);
          
      }
      .mood-board2 {
          display: flex;
         justify-content: right;
         align-items: center;
          flex-wrap: wrap;
          padding: 0rem;
          margin-top: 1rem;
          flex-direction: row;
          gap: 0.3rem;
       }
      
      .img-line2 img {
          height: 10rem;
          width: 6rem;
      }
      
      
      .mood-board-credit {
          position: relative;
          font-size: 0.8rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          cursor: pointer;
          margin-top: 0.5rem;
          margin-bottom: 3rem;
          
      
          -webkit-tap-highlight-color: transparent;
        }
      
        .mood-board-credit-text {
          border: none;
          color: rgb(165, 158, 190);
          background-color: black;
          padding: 0.5rem;
          border-radius: 10px;
          
          transition: oapcity 0.3;
        }
      
        .mood-board-credit-text:active {
          opacity: 0.7;
        }
      
        .mood-board-credit-content {
          display: none;
          position: absolute;
          background-color: rgba(0, 0, 0, 1);
          padding: 0.5rem;
          width: 20rem;
          top: 0rem;
          opacity: 1;
          transition: opacity 0.3s;
          pointer-events: none;
          width: 15rem
       
          
        }
        .basics2-notes {
             display: flex;
             flex-direction: column;
            
        }
    
        /* notes */
        .notes {
            margin-top: 0rem;
            /* background: rgb(20, 20, 39); */
            border-top: none;
            /* border-bottom: 1px solid rgba(240, 248, 255, 0.37); */
        
            font-size: 0.8rem;
            margin-bottom: 0rem;
        
        }
        
        .notes-text {
            color: darkgrey;
            font-size: 0.7rem;
            
            padding-left: 1.5rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        
        }
        
        .notes-content {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
        
            margin-left: 0rem;
            margin-right: 12rem;
        
        
            border: 1px solid rgba(240, 248, 255, 0.37);
            border-radius: 10px;
            background-color: rgb(0, 8, 41);
        } 
        
    
        /* relationships */

     .relationships {
        display: flex;
         flex-direction: column;
        margin-left: 35rem;
       margin-right: 35rem;
    }
    .relationships2 {
        display: none;
      
    }
  
   
        
        .relationship {
            display: flex; 
            flex: 1;
            padding-bottom: 2rem;
            margin-left: 2rem;
            margin-right: 2rem;
            align-items: center;
        }

        .relationships-text {
        display: block;
        padding-left: 0rem;
        margin-left: 0rem;
        padding-top: 0.5rem;
        color: darkgrey;
        font-size: 0.7rem;
        margin-bottom: 1rem;
        margin-top: 3rem;
        border-top: 1px solid rgba(240, 248, 255, 0.37);
        max-width: 50rem;
        
        }
        .relationship-pfp {
            height: 3rem;
            border-radius: 50%;
        }
        
        
        .relationship-name {
            font-size: 0.8rem;
        }
        
        .relation-pfp-status {
             display: flex;
             flex-direction: column;
             justify-content: center;
             align-items: center;
             padding-bottom: 0rem;
             width: 7rem;
        
             -webkit-tap-highlight-color: transparent;
        }
        .relationship-name-status {
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
        }
        .relationship-status {
            height: 1.2rem;
            margin-right: 0.4rem;
        }
        .relationship-desc {
            background-color: rgb(0, 8, 41);
            border: 1px solid rgba(240, 248, 255, 0.37);
            display: flex;
            flex: 1;
            border-radius: 10px;
            padding: 1rem;
            font-size: 0.8rem;
            margin-left: 2rem;
            height: fit-content;
        }

}



@media (min-width: 768px) and (max-width: 1030px) and (min-height: 1000px) /* Most tablets (Ipads, Surf Pro 7  */
{
    .basics-stats {
      padding-left: 12rem;
      padding-right: 12rem;
       
    }

    .relationships {
        padding-left: 12rem;
        padding-right: 12rem;
         
    }
}

@media (min-width: 800px) and (max-width: 1799px) and (max-height: 800px) /* Other tablets (Nest hub  */
{
    .basics-stats {
      padding-left: 12rem;
      padding-right: 12rem;
       
    }

    .relationships {
        padding-left: 12rem;
        padding-right: 12rem;
         
    }

}