@charset "UTF-8";/**BIO********************************************************/.nav-item_1 .nav-button {    color:rgba(75,135,207,1);}.hero-overlay {    height:100vh;    position:absolute;    bottom:-70%;    background-image:url(../img/bio_hero_overlay.png);    background-size:100%;    background-position:center bottom;    background-repeat:no-repeat;    background-attachment:scroll;    -webkit-transition:all 3s ease;       -moz-transition:all 3s ease;         -o-transition:all 3s ease;            transition:all 3s ease;    -webkit-transition-property:all;    -webkit-transition-duration:3s;    -webkit-transition-timing-function:ease;}.hero-overlay.scroll {    bottom:0;    }.bio-content {    width:100%;    margin:0 auto 70px;    padding:10px 40px 40px;    -webkit-transition:all 0.3s ease;       -moz-transition:all 0.3s ease;        -ms-transition:all 0.3s ease;         -o-transition:all 0.3s ease;            transition:all 0.3s ease;    -webkit-transition-property:all;    -webkit-transition-duration:0.3s;    -webkit-transition-timing-function:ease;}.page-title {}.bio-body {    width:90%;    margin:0 auto;    display:-ms-flexbox;    display:-webkit-flex;    display:        flex;    -webkit-flex-direction:row;            flex-direction:row;    -webkit-justify-content:space-between;            justify-content:space-between;}.bio-image {    width:35%;    background-image:url(../img/little_mia.png);    background-size:contain;    background-repeat:no-repeat;    background-position:top right;}.bio-image-2 {    width:25%;    margin-left:70%;}.bio-text {    width:60%;}.bio-text p {    position:relative;    font-size:1.1em;    line-height:1.5em;}.bio-text p a {    color:rgba(94,199,219,1.00);}.bio-text p a:hover {    color:rgba(241,128,65,1.00);}.bio-text p a.minor-link {    color:#313131;    text-decoration:underline;}.bio-content.animated {    -webkit-animation:fadeInUpBig 1s ease;       -moz-animation:fadeInUpBig 1s ease;        -ms-animation:fadeInUpBig 1s ease;         -o-animation:fadeInUpBig 1s ease;            animation:fadeInUpBig 1s ease;}@media (min-width: 320px) and (max-width: 480px) {    .hero-overlay {        background-position:center bottom;    }    .bio-body {        width:100%;        -webkit-flex-direction:column;                flex-direction:column;    }    .bio-image {        width:100%;        height:230px;        margin:0 auto 20px;        background-position:top center;    }    .bio-text {        width:100%;        margin:0 auto;    }    .hero-overlay {        bottom:-40%;    }}@media (min-width: 481px) and (max-width: 568px) {    .hero-overlay {        background-position:center bottom;    }    .bio-body {        width:100%;        -webkit-flex-direction:column;                flex-direction:column;    }    .bio-image {        width:100%;        height:230px;        margin:0 auto 20px;        background-position:top center;    }    .bio-text {        width:100%;        margin:0 auto;    }    .hero-overlay {        bottom:-30%;    }}@media (min-width: 569px) and (max-width: 736px) {    .hero-overlay {        bottom:-40%;    }}@media (min-width: 737px) and (max-width: 1024px) {    .hero-overlay {        bottom:-40%;    }}	