html {
    height: 100%;
    overflow-y: scroll;
}
body {
    height: 100%;
}
img {
    max-width: 100%;
}
.bio-card-w350-h200 {
    width: 350px;
    max-width: 350px;
    height: 200px;
}
.bio-card-w350-h400 {
    width: 350px;
    max-width: 350px;
    height: 400px;
}
.bio-font-strong {
    font-weight: bold;
}
.bio-green {
    color: #1e5d30;
}
.bio-light-green {
    color: #6aa244;
}
.bio-ml-175 {
    margin-left: 175px;
}

.bio-question-mark {
    margin-top: -25px;
}
.bio-trade-mark-gas {
    font-size: 0.5em;
    vertical-align: 75%;
}
.bio-wrapper {
    min-height:97%;
}
.bio-profile-circle {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #72be55;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}
.bio-profile-first-letter {
    text-decoration: none;
    color: #f7d355;
}
.bluelake {
    color: #0077d6;
}
.bio-mt-25 {
    margin-top: 25px !important;
}

@font-face {
    font-family: dannci;
    src: url(../fonts/gabo___free_elegant_font_by_dannci.otf);
}
.dannci {
    font-family: dannci;
}