body {
    background-image: url("../img/grapes.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #291554;
}

.navbar-brand {
    color: #291554;
}

.text-primary {
    color: #b28721 !important;
}

a {
    color: #b28721;
}
