body {
    /*    padding-top: 50px; */
}

.image-header {
    height: 200px;
    background: url('http://placehold.it/1920x200') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.subtitle-text {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}
