.jumbotron {
    /* background-image: url(../images/Denon-Banner.jpg); */
    background: linear-gradient(86deg, #daf2f2, #a2dfe0);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.text-white {
    color: #ffffff;
}

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}
.mt-100 {
    margin-top: 80px;
}
body,
html {
    height: 100%;
}

.btn-success {
    color: #fff;
    background-color: #e6b322;
    border-color: #c7862b;
}

.btn-success:hover {
    color: #fff;
    background-color: #bc8d06;
    border-color: #c7862b;
}

.btn-success:focus {
    color: #fff;
    background-color: #bc8d06 !important;
    border-color: #c7862b;
}

.bg {
    background-image: url(../images/Danone_Nusobee-Method-of-Preparation.jpg);
    height: max-content;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* padding-top: 4rem; */
    /* padding-bottom: 4rem; */
}

.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px 10px;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header a.logo {
    font-size: 25px;
    font-weight: bold;
}

.header a:hover {
    background-color: #ddd;
    color: black;
}

.header a.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    float: right;
}

.button-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.btn {
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.header-text h1 {
    font-size: 40px;
    color: #24337a;
    font-weight: 700;
    font-variant-caps: all-small-caps;
}

.sub-header {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-weight: 700;
    font-variant-caps: all-small-caps;
    background: #ffffffa1;
    border-radius: 10px;
    border: 1px solid #5cb85c87;
    padding: 10px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.copyright {
    font-size: 12px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.copyright .site-info {
    background: #ffffffab;
}

.copyright .site-info a {
    color: inherit;
    text-decoration: none;
}

.txt-cent {
    text-align: center;
}

@media screen and (max-width: 650px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
    .text-center {
        color: #333333;
        font-size: 27px;
    }
    /* .bg {
        background-size: auto;
    } */
    .sub-header {
        margin-top: auto;
        /* font-weight: 100; */
        font-size: 18px;
        line-height: 2.8rem;
    }
    .header-text h1 {
        font-size: 27px;
    }
    .button-row {
        display: block;
    }
    .col-sm-2 {
        margin-bottom: 1.3rem;
    }
    .bg {
        background-image: url(../images/Danone_Nusobee-Method-of-Preparation.jpg);
        height: max-content;
        background-position: inherit;
        background-size: cover;
    }
   
    .mt-100 {
        margin-top: 50px !important;
    }
}

@media (min-width: 768px) {
    .col-sm-2 {
        width: auto;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 2560px) {
    .header-text h1 {
        font-size: 60px;
    }
    .logo {
        width: 135px;
    }
    .container {
        width: 80%;
        margin-top: 5rem;
    }
    .sub-header {
        font-size: 50px;
    }
    .btn {
        padding: 25px 25px;
        font-size: 28px;
    }
}
