  /*Hero Text Overlap Fixes*/
@media only screen and (max-width:750px){
    .hero-text{
        left: 48%;
        top: 31%;
    }
}
/*Why Troy Fixes*/
@media only screen and (min-width: 1701px){
    #lead-in, #journey-start{
        min-height: 605px;
    }
}