#banner {
    height: 100px;
}
#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;
}
#portrait {
    position: fixed; top: 10px; left: 20px;
    border-radius: 50%;
    width: 80px;
}

#chipset {
    top:95px;  
    left: 20%;
    width: 80%;
}


#headlineContainer{
    text-align: left;
    position: absolute; top: 150px; left: 0;
    width: 40%;
    margin-left: 20px;
    z-index: 2;
}

#headline {
    font-size: 4em;
}
#subheadline {
    /* position: absolute; top: 350px; left: 0; */
    font-size: 2.5em;
    /* width: 40%; */

}

#section1{
    position: relative;
    top: 41px;
}
.articlesHead{
    font-size: 4.5em;
}

#frame {
    width: 75%;
    margin: 10%;
    border: 5px solid #fff;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
}
#frame img{
    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;
}

#footer {
    position: relative;
}