.masthead {
    margin-bottom: 0;    
}

.masthead__image {
    width: 25%;
    margin: 0 auto;
    clear: both;
}

.masthead__copy {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}


@media only screen and (min-width: 900px) {
    .masthead__image {
        width: 40%;
        margin-top: 60px;
        margin-left: 10%;
        float: right;
    }
    .masthead {
        width: 80%;
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .masthead__copy {
        width: 40%;
        float: left;
    }
    .masthead__border {
        width: 50px;
        border-bottom: 2px solid black;
    }
    
    .masthead__copy .type--header {
        margin-top: 160px;
        text-align: left;
    }
    
    .masthead__copy .type--subheader {
        margin-top: 10px;
        text-align: left;
    }
}
