body {
    margin: 70px 0 0 0;
}
#newsite {
    height: 70px;
    margin-top: -70px;
    background: white;
    font: bold 40px/70px Arial, Helvetica, sans-serif;
    text-align: center;
    box-shadow: 0 0 40px black;
    position: fixed;
    width: 100%;
}
#newsite a {
    color: #564;
    text-decoration: none;
}
#newsite a:hover {
    color: #786;
}
#newsite img {
    vertical-align: middle;
    height: 60px;
    border: 0;
}
@media screen and (max-width: 760px) {
    #newsite {
        font-size: 30px;
    }
}
@media screen and (max-width: 640px) {
    body {
        margin-top: 120px;
    }
    #newsite {
        height: 120px;
        margin-top: -120px;
        line-height: 50px;
        font-size: 20px;
    }
    #newsite-img {
        display: block;
        width: 100%;
    }
}
