html {
    background: url("../imgs/background.gif") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
    html {
        background: url("../imgs/background.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
    }
}

.navbar-custom {
    min-height: 102px;
    background-color: rgba(255, 255, 255, 0.50);
}

.navbar-right img {
    width: 400px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .navbar-right img {
        margin-top: 40px;
        max-width: 100%;
    }
}

.wines {
    position: absolute;
    bottom: 20px;
    z-index: 101;
}

@media screen and (max-width: 768px) {
    .wines {
        display: none;
    }
}

.title {
    margin-top: 15%;
    font-size: 62px;
}

.container-body {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .container-body {
        padding-top: 150px;
    }
}

.color-1 {
    color: #e4dd00;
}

.color-2 {
    color: #a60041;
}

.color-3 {
    color: #d9536b;
}

.color-4 {
    color: #181619;
}