
/********** Biosketch CSS ***********/
.bio-sketch {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding:1% 5% 1% 5%;
}

.bio-sketch .container-fluid {
    padding-bottom: 20px;
}

.bio-sketch .biosketch-image {
    position: relative;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bio-sketch .biosketch-image img {
    max-width: 100%;
    max-height: 100%;
}

.bio-sketch .biosketch-content {
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.bio-sketch .biosketch-text p {
    color: black;
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
}

.bio-sketch .biosketch-text h1 {
    /* BIOSKETCH Text */
    color: black;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-family: "Kaushan Script", cursive;
    font-weight: 300;
    font-style: normal;
}

.bio-sketch .biosketch-text h3 {
    /* BIOSKETCH Text */
    color: black;
    margin-left: 20px;
    font-size: 25px;
    font-family: "Kaushan Script", cursive;
    font-weight: 300;
    font-style: normal;
}

.bio-sketch .hero-btn .btn {
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgba(35, 185, 239, 1);
    background: #ffffff;
    /* Background color of the button 'white' */
    box-shadow: inset 0 0 0 50px #ffffff;
    border-color: rgba(35, 185, 239, 1);
    border-radius: 50px;
}

.bio-sketch .hero-btn .btn:hover {
    color: #ffffff;
    background: rgba(35, 185, 239, 0.90);
    ;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.bio-sketch .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {

    .bio-sketch .hero-btn .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {

    .bio-sketch .hero-btn .btn {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {

    .bio-sketch .hero-btn .btn {
        padding: 8px 10px;
        letter-spacing: 0;
    }
}