@charset "UTF-8";
.jumbotron {
    background-image: url(../images/headers/city-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 18% 50%;
}
.logo {
    background-image: url(../images/voyager-logo.svg);
    background-repeat: no-repeat;
    width: 240px;
    height: 40px;
}
