#headlineContainer {
    top: 250px;
}
#headline {
    font-size: 4.5em;
}
#subheadline {
    font-size: 2.75em;
}





#frame {
    text-align: left;
    margin: 5%;
}

#frame img {
    width: 45%;
    vertical-align: top;
    margin: 10% 3%;
}

#articlesCont {
    display: inline-block;
    width: 45%;
    margin-left: 3%;
    background-color: #fff;
    text-align: center;
}

.articlesHead, .articleCont {
    display: inline-block;
    width: 80%;
}
.leftCont img {
    width: 100% !important;
}