html,
body,
.d-wrapper {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.d-button {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "National";
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    padding: 10px 30px 10px 30px;
    display: inline-block;
}

.d-home-header {
    padding: 40px 5% 0 5%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.d-paid-content {
    width: 200px;
    margin: 20px auto 0px auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "National";
    font-weight: 480;
}

.d-paid-content .i {
    width: 14px;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: -3px;
}

.d-paid-content a img:last-of-type {
    width: 100%;
    margin-top: 5px;
}

.d-home-header h1 {
    color: white;
    font-family: "Albertus MT Std";
    font-weight: 400;

    font-size: 80px;
    line-height: 80px;
    max-width: 60%;
    margin-top: 100px;
    margin-bottom: 35px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.d-home-header p {
    font-size: 20px;
    background-color: white;
    color: black;
    font-family: "National";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    max-width: 50%;
    padding: 40px;
}

/* Middle */

.d-home-middle {
    display: flex;
    margin-bottom: 60px;
}

.d-home-map {
    background-color: #f1eae4;
    text-align: center;
    padding: 40px;
    width: 40%;
}

.d-home-map h2 {
    color: black;
    font-family: "Albertus MT Std";
    font-weight: 400;
    font-size: 50px;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

.d-home-map p {
    color: black;
    font-family: "National";
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 auto 15px auto;
    max-width: 60%;
    padding: 0 0 0 0;
    text-transform: uppercase;
}

.d-home-map img {
    max-width: 60%;
}

@media only screen and (max-width: 600px) {
    .d-home-header h1 {
        font-size: 50px;
        line-height: 55px;
        max-width: 100%;
    }

    .d-home-header p {
        max-width: 100%;
        font-size: 16px;
        padding: 25px;
    }

    .d-home-map p {
        font-size: 16px;
    }
}

.d-home-videos {
    background-color: #e2d5ca;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 60%;
}

.d-home-video {
    text-align: center;
    padding: 40px;
    flex: 1;
    max-width: 50%;
}

@media only screen and (max-width: 1000px) {
    .d-home-middle {
        flex-wrap: wrap;
    }
    .d-home-map {
        flex: 1;
        width: 100%;
    }

    .d-home-videos {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .d-home-video {
        padding: 10px;
    }
}

.d-home-video img {
    border: 10px solid white;
    width: 90%;
    margin-bottom: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.d-home-video h2 {
    color: black;
    font-family: "Albertus MT Std";
    font-weight: 400;

    font-size: 34px;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

@media only screen and (max-width: 600px) {
    .d-home-video h2 {
        font-size: 24px;
    }
}

.d-home-video h3 {
    color: black;
    font-family: "National";
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}

.d-home-video a {
    background-color: #71999a;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "National";
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    padding: 10px 30px 10px 30px;
    display: inline-block;
}

.d-home-delicious {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: black;
    text-align: center;
    padding: 140px 0 140px 0;
    margin-bottom: 60px;
}

.d-home-delicious h2,
.d-home-innovation h2,
.d-home-flavor div h2 {
    font-family: "Albertus MT Std";
    font-weight: 400;

    font-size: 50px;
    line-height: 55px;
    margin: 0 5px 5px 5px;
    padding: 0 0 0 0;
}

.d-home-delicious p,
.d-home-innovation p,
.d-home-flavor div p {
    color: black;
    font-family: "National";
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0 auto 15px auto;
    max-width: 425px;
    padding: 0 15px 0 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.d-home-delicious a {
    background-color: #193b4c;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "National";
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    padding: 10px 30px 10px 30px;
    display: inline-block;
}

.d-home-innovation {
    display: flex;
    margin-bottom: 60px;
}

.d-home-innovation h2,
.d-home-innovation p {
    color: white;
}

.d-home-innovation div:first-of-type {
    background-color: #173b4d;
    text-align: center;
    padding: 100px 0px 100px 0px;
    width: 40%;
}

.d-home-innovation div:first-of-type img {
    max-width: 100px;
    margin-bottom: 40px;
}

.d-home-innovation div:first-of-type a {
    background-color: #709899;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "National";
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    padding: 10px 30px 10px 30px;
    display: inline-block;
}

.d-home-innovation div:last-of-type {
    width: 60%;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 1000px) {
    .d-home-innovation {
        flex-wrap: wrap;
    }
    .d-home-innovation div:first-of-type,
    .d-home-innovation div:last-of-type {
        width: 100%;
    }

    .d-home-innovation div:last-of-type {
        height: 500px;
        background-position: center -80px;
    }
}

.d-home-flavor {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0 100px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    margin-bottom: 60px;
}

.d-home-flavor div p,
.d-home-flavor div h2 {
    color: white;
}

.d-home-flavor div .d-button {
    color: white;
    background-color: #173b4d;
}

.d-home-flavor div {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: 10%;
}

@media only screen and (max-width: 1000px) {
    .d-home-flavor {
        background-size: cover;
        background-position: center center;
        padding: 100px 0 100px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 500px;
        margin-bottom: 60px;
    }

    .d-home-flavor div {
        margin-left: auto;
        margin-right: auto;
    }
}

.d-footer {
    margin-top: 100px;
    margin-bottom: 100px;
    color: black;
    text-align: center;
    font-family: "National";
    font-weight: 800;
    font-size: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.d-footer a {
    color: black;
}

@media only screen and (max-width: 1000px) {
    .d-footer {
        font-size: 24px;
    }
}
