#banner {
    height: 100px;
}
    #toplogo {
        width: 500px;
    }
    #portrait {
            top: 15px;
    }





#headimg {
    top:95px;  
    left: 20%;
    width: 80%;
}
#head_fade {
    position: absolute; top: 91px; left: 20%;
    width: 70%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 1;
}
#headlineContainer{
    text-align: left;
    position: absolute; top: 150px; left: 20px;
    width: 40%;
    margin-left: 20px;
    z-index: 2;
}
#headline {
    font-size: 4em;
}
#subheadline {
    font-size: 2.5em;
}






#section1, #pageFooter{
    position: relative;
    top: 41px;
}
#frame {
    display: inline-block;
    width: 90%;
    /* width: 60%; */
    background-color: #fff;
}
.frameHeadline {
    font-size: 2.5em;
    text-align: left;
    padding-left: 20px;
}
#frameContents {
    columns: 2 auto;
    column-gap: 50px;
}
