/* Img position difference is cuz some have links some dont. (AND FOR SUM REASON LINKS ADD BIT SPACE) when you add all links it'll be fine */


.back-button {
   
    display: none;
}

.back-button:active {
    opacity: 0.4;
}


.back-button-div {
    display: flex;
    padding-top: 0rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
    justify-content: center;
    
}
.back-button-div2 {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 6rem;
    padding-left: 0rem;
    justify-content: center;
  
}


.note {
    font-size: 0.7rem;
    padding: 1rem;
    color: darkgrey;
    background-color: rgb(20, 20, 39);
    margin-bottom: 1rem;
  
}

.container {
    color: aliceblue;
    position: relative;
    margin-top: 0rem;
    /* background-color: rgba(70, 31, 31, 0.212); */
    background-color: rgba(9, 0, 24, 0.692);
    min-height: 40rem;
   
}

.ocs-top {
    background-color: rgba(20, 20, 39, 0.411);
    border-bottom: 1px solid rgba(240, 248, 255, 0.37);
    margin-bottom: 0.5rem;
}

.ocs-text {
    /* background-color: rgb(19, 17, 39); */
    color: darkgrey;
    padding: 0.4rem;
    width: 9rem;
    font-size: 0.8rem;
    padding-left: 1rem;

}

.ocs-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    flex-wrap: wrap;
}

.ocs-imgs-name {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    margin-bottom: 2rem;

    cursor: pointer;
    transition: opacity 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.ocs-imgs-name:hover {
    opacity: 1; 
}

.ocs-imgs-name:active { 
    opacity: 0.4; 
}

.ocs-imgs img {
    height: 7rem;
    border-radius: 50%;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;

 

    transition: opacity 0.2s;

}

.tba-sign {
    position: absolute;
    top: 1.2rem;
    left: 1rem;
    background-color: rgba(0, 0, 0, 0.658);
    padding: 1rem;
    border-radius: 10px;
}

.char-name {
    font-size: 0.7rem;
    margin-top: 0.2rem;
    background-color: rgb(34, 20, 39);
    padding: 0.3rem;
    border-radius: 10px;
    text-align: center;
    min-width: 4rem;
  
    
}


@media (min-width: 1800px) /* Desktop */
{

    .back-button {
        color: black;
        display: inline-block;
        background-color: aliceblue;
        border: none;
        font-size: 1rem;
        padding: 1rem 2rem;
        border-radius: 100px;
        cursor: pointer;
        transition: opacity 0.2s;
    }
    
    .back-button:hover {
        opacity: 0.7;
    }
    .back-button:active {
        opacity: 0.4;
    }
    
    
    .back-button-div {
        display: block;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 2rem;
    }

    
.ocs-imgs-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    margin-left: 1%;
    margin-bottom: 2rem;

    cursor: pointer;
    transition: opacity 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.ocs-imgs img {
    height: 10rem;
    border-radius: 50%;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;

    transition: opacity 0.2s;

}

.tba-sign {
    position: absolute;
    top: 2.3rem;
    left: 2rem;
    background-color: rgba(0, 0, 0, 0.658);
    padding: 2rem;
    border-radius: 10px;
}

.ocs-imgs-name:hover {
    opacity: 0.7; 
}

.ocs-imgs-name:active { 
    opacity: 0.4; 
}


.char-name {
    font-size: 1rem;
    margin-top: 0.2rem;
    background-color: rgb(34, 20, 39);
    padding: 0.5rem;
    border-radius: 20px;
    text-align: center;
    min-width: 4rem;
   
    
}

.note {
    font-size: 0.8rem;
    padding: 1rem;
    color: darkgrey;
    background-color: rgb(20, 20, 39);
    padding-left: 14rem;
    display: inline-block;
}
.ocs-text {
    /* background-color: rgb(19, 17, 39); */
    color: darkgrey;
    padding: 0.6rem;
    width: 12rem;
    padding-left: 20rem;
    font-size: 1rem;
    

}
.back-button2 {
    display: none;
}
.back-button-div2 {
    display: none;
}

}


@media (min-width: 768px) and (max-width: 1030px) and (min-height: 1000px) /* Most tablets (Ipads, Surf Pro 7  */
{


    .ocs-imgs img {
        height: 10rem;
        border-radius: 50%;
        z-index: 10;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;
    
        transition: opacity 0.2s;
    
    }
    .char-name {
        font-size: 0.8rem;
        margin-top: 0.2rem;
        background-color: rgb(34, 20, 39);
        padding: 0.5rem;
        border-radius: 20px;
        text-align: center;
        min-width: 4rem;
       
        
    }
    
}























/* .background-image {
    position: absolute;
    object-fit: fill;
    bottom: 0;
    top: -90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 990px;
    scale: 1;
    opacity: 0.7;
}

.back-button {
    background-color: aliceblue;
    border: none;
    font-size: 18px;
    padding: 15px 35px;
    border-radius: 100px;

    position: absolute;
    right: 50px;
    top: 30px;

    cursor: pointer;
    transition: opacity 0.2s;
}
.back-button:hover {
    opacity: 0.6;
}

.back-button:active {
    opacity: 0.3 ;
}

.container {
    color: aliceblue;
    position: relative;
    top: 120px;
    z-index: 10;
  
   
   
}
.container-bg {
    z-index: 0;
    position: absolute;
    background-color: rgba(20, 20, 43, 0.767);
    top: 100px;
    right: 0;
    left: 0;
    bottom: 50px;
    opacity: 1;
    z-index: 0;
    border-top: 1px solid rgba(240, 248, 255, 0.37);
    border-bottom: 1px solid rgba(240, 248, 255, 0.37);
}

.ocs-imgs-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
}
.ocs-imgs {
    display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 30px;
}


.ocs-imgs img {
    height: 190px;
    border-radius: 50%;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;

    transition: opacity 0.2s;
}

.ocs-imgs img:hover { 
    opacity: 0.6;
}

.ocs-top {
    display: flex;
}
.ocs-text {
    background-color: rgb(19, 17, 39);
    color: aliceblue;
    padding: 15px;
    width: 100px;
}
.ocs-border {
    background-color: rgba(19, 17, 39, 0.479);
    flex: 1; 
}

 */
    




    