.wrapper{
    display:flex;
    flex-wrap: wrap;
    margin: 5%;
}

.bioPicBox{
    flex:50%;
    
}

.bio{
    flex: 50%;
    flex-basis: 30%;
    font-size:16px;
    line-height: 2;
    align-items: start;
}

.bioP{
    width: 90%;
    display:block;
    font-size: 16px;
    
}

.contact{ 
    background-color: #d0e3ed;
    width: 70%;
    padding: 7%;
    margin-top: 5%;
}

.bioPhoto{
    max-height: 70vh;
    padding: 5%;
    background-color: #f5eee3;
    
}


.contactPicP{
    line-height: .5;
    color: gray;
    font-size: 12px;
    position:absolute;
    display: table-caption;
}



.contactHead{
    font-size: 32px;
    font-style: bold;
    line-height: 2;
    width:100%;
}

.contactP{
    line-height: 2.5;
    color: #58646D;
    font-size: 16px;
}

@media(max-width: 1000px){
    .bioPicBox{
        flex: 100%;
    }
    .contact{
        width: 70%;
        vertical-align: middle;
        padding-left: 20%;
    }
    
    .bioP{
        text-align: left;
        margin-left: 5%;
    }
    
    .bio{
        margin: 3% 0 0 0;
    }
    
}

 .emailPhone {
    text-decoration: none;
    cursor:pointer;
    color:#354755;
  }

#email:hover{
    color:#005e88;
}

#phone:hover{
    color:#005e88;
}
    
.fa {
    text-align: center;
    position: relative;
    color: #354755;
    text-decoration:none;
    padding: 2%;
    transform: scale(1.5);
    }
.fa-instagram:hover{
    color:#005e88;
}

.fa-twitter:hover{
    color:#005e88;
}