#banner {
    height: 90px;
}
#bannerText {
    top: 0px;
    font-size: 1.5em;
}
#portrait {
    position: fixed; top: 10px; left: 20px;
    border-radius: 50%;
    width: 70px;
}
#icon {
    width: 35px;
    bottom: -4px;
}

#chipset {
    top:90px;  
    width: 100%;
}

#head_fade {
    height: 150px; top: -60px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: relative;
}

#headlineContainer{
    text-align: center;
}

#headline {
    font-size: 4em;
}
#subheadline {
    /* position: absolute; top: 350px; left: 0; */
    font-size: 2.5em;
}


.articlesHead{
    font-size: 3.5em;
}

#frame {
    width: 75%;
    margin: 10%;
    border: 5px solid #fff;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
}
#frame img{
    width: 100%;
    border-radius: 10px;
}

.articleHead {
    margin: 4px;
    text-align: left;
    font-weight: bold;
    font-size: 0.9em;
}
.articleText {
    padding: 4px;
    text-align: left;
    font-size: 0.7em;
}