
/* Bio Introduction CSS */
#bio {
    height: 90vh;
    text-align: center;
}

.bio-introduction-image {
    width: 80%;
}

.bio-introduction-header {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Bio Sections */

.bio-intro-container {
    background-color: #171717;
    color: white;
    font-family: 'Manrope', sans-serif;
}

.bio-container {
    background-color: #171717;
    color: white;
    font-family: 'Manrope', sans-serif;
}

/* Background and Education CSS */

.info-button-col {
    text-align: center;
}

.info-blurb {
    margin-top: 1rem;
    margin-bottom: 4rem;
    padding-left: 12vw;
    padding-right: 12vw;
}

.info-education {
    margin-top: 0;
    margin-bottom: 4rem;
    padding-left: 12vw;
    padding-right: 12vw;
}

.info-button-row {

}

.info-button {
    margin-top: 1rem;
    width: 70%;
    height: 4rem;
    font-weight: 600;
    background-color: #E93754;
    color: white;
    border: 0;

}

.info-button:hover {
    background-color: white;
    color: #E93754;
    box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
}

/* Skills CSS */

.skills-col {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.skills-group-header {
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.skill-element {
    margin-bottom: 2vh;
}

.skills-progress {
    border-radius: 0;
}

.skills-bar {
    border-radius: 0;
}
