#logo {
    float: left;
    width: 65px;
    padding: 5px;
}

.intro {
    display:table;
    width:100%;
    height:auto;
    text-align:center;
    color:rgb(255, 252, 230);
    background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,0.46),rgba(0,0,0,0.88)),url('/img/background1.jpg');
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}

.intro {
    height: 45%;
}

@media(max-width:500px) {
    .navHeader {
        font-size: 12px;

    }
}  