.homePic {
    width: 50%;
}

.site-heading-extra {
    background-color:rgba(255, 255, 255,0.6);
    margin-top:unset;
    margin-bottom:unset;
}

/*Showcase Stuff */
.showCase {
    visibility: hidden;
    position: absolute;
    width:66vw;
    height:100%;
    z-index: 699;
   
}

.showCaseFrame {
    width: 60vw;
    margin-top:3%; 
    background-color: white;;
    border-radius:1%;
    color: black;
}

.personImg {
    width: 60%;
}

.personPadding {
    padding: 2vh;
}

