#banner {
    height: 80px;
}
#bannerText {
    top: 10px;
    font-size: 1em;
}

#portrait {
    position: fixed; top: 10px; left: 20px;
    border-radius: 50%;
    width: 60px;
}
#icon {
    width: 25px;
    bottom: -2px;
}

#chipset {
    top:80px;  
    width: 100%;
}

#headlineContainer{
    text-align: center;
    margin: 0 20px;
}

#head_fade {
    height: 90px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: relative; top: -10px;
}
#headline {
    font-size: 3em;
}
#subheadline {
    font-size: 1.5em;
}



.articlesHead{
    font-size: 2.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: 1px;
    text-align: left;
    font-weight: bold;
    font-size: 0.7em;
}
.articleText {
    padding: 1px;
    text-align: left;
    font-size: 0.5em;
}