@import url('https://fonts.googleapis.com/css?family=Montserrat');

.bio-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top:80px;
    padding:30px 0px 30px 0px;
    justify-content: center;
    align-items: center;
}

.card-container {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    background-color: rgb(255, 255, 255);
    /* background-image:linear-gradient(to right, rgba(35, 185, 239, 0.1) 0%, rgb(58, 123, 213, 0.1) 100%); */
    border-radius: 5px;
    box-shadow: -10px 10px 10px -10px rgba(4, 4, 4, 0.75), 10px 10px 10px -10px rgba(4, 4, 4, 0.75);
    color: #000000;
}
.background-img {
    position: relative;
    width: 100%;
    background-color: linear-gradient(to right, rgba(35, 185, 239) 0%, rgb(58, 123, 213) 100%);
    background-image: url('./1500X1500Banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
.round {
    border: 6px solid #ffffff;
    border-radius: 50%;
    padding: 0px;
    width: 250px;
    height: 250px;
    transform: translate(0, -50%);
}
.container-details {
    position: relative;
    padding-top: 10px;
}
.container-details h3 {
    font-size: 35px;
    color: rgb(26, 1, 136);
    font-family: "Kaushan Script", cursive;
    font-weight: 500;
}
.container-details h6,p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: italic;
}
button.primary {
    background-color:transparent;
    border: 1px solid #006b17;
    border-radius: 3px;
    color: #010e94;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 10px 25px;
    margin:5px;
}
.display-profiles {
    background-color:rgb(254, 235, 219);
    text-align: left;
    padding: 15px;
    margin-top: 30px;
}
.details-class{
    display: none; /* Initially hide the content */
    padding: 20px;
    border: 1px solid #b30000;
    margin-top: 30px;
}
.details-title{
    position:relative;
    margin:auto;
    top:-47px;
    font-size:35px;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: italic;
}
.details-title span{
        background-color:rgb(254, 235, 219);
        padding:0 25px 0 25px;
        margin:0;
      }

.profile-details{
    width:75%;
    margin:auto;
}
.profile-details img{
    height: 60px;
    float:right;
}
.profile-details h4{
    color: rgb(0, 0, 0);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: italic;
}

.profile-details p{
    color: rgb(0, 0, 0);
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: italic;
}

.salasar-div{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.salasar-div .thumbnail{
    margin:auto;
    width:25%;
    height:auto;
    padding:10px;
}
.salasar-div .thumbnail img{
    width:100%;
    height:100%;
}