body {
    background-color: #fef8f5;
    overflow-x: hidden;
}

.video-bg {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 88.5px;
    min-height: 100vh;
}
#video_background, #video_background2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; 
    z-index: -1;
    width: 100%;
}
.col-lg-6 {
    text-align: center;
}
.col-lg-6 .img-container {
    margin-bottom: 16px;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
}
.create-btn a {
    font-family: 'MuseoSans-500', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #c73139;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 30px;
    max-width: 320px;
    width: 100%;
}

.img-container.img4 .img-fluid.mobile #flavor_mobile
    {
        width: 124% !important;
        max-width: 124% !important;
        min-width: 124% !important;
        margin-left: -12% !important;
    }

.create-btn a:hover,
.create-btn a:focus {
    background-color: #ffffff;
    color: #c73139;
    cursor: pointer;
}
.legal {
    font-size: 12px;
    color: #c73139;
    font-family: UsherwoodStd-Medium, sans-serif;
    text-align: center;
    padding-top: 12px;
    max-width: 44%;
    padding-left: 0;
    margin: 0 auto;
    padding-right: 0;
    /* background: yellow; */
}
.second-section {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 8px dotted #E25425;
    border-bottom: 8px dotted #E25425;
    padding-top: 20px;
    padding-bottom: 20px;
}
.second-section * {
    color: #DB1E3B;
    text-align: center;
}
.second-section .light-pink {
    background: #FDE7E2;
    padding-top: 24px;
    padding-bottom: 24px;
}
.second-section .dark-pink {
    background: #F4D2CE;
    padding-top: 24px;
    padding-bottom: 24px;
}
.second-section .light-pink .number {
    font-size: 215px;
    font-family: Usherwood-Black, serif;
    line-height: 1;
    margin: 0;
}
.second-section .light-pink .title {
    font-size: 80px;
    font-family: Usherwood-Black, serif;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #DB1E3B;
    padding-bottom: 16px
}
.second-section .details {
    font-family: Usherwood-Medium, serif;
    font-size: 32px;
    line-height: 36px;
}
.second-section .dark-pink .number {
    font-family: Usherwood-Book, serif;
    font-size: 215px;
    line-height: 1;
    margin: 0;
}
.second-section .dark-pink .title {
    font-size: 80px;
    font-family: Usherwood-Book, serif;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #DB1E3B;
    padding-bottom: 16px
}
.section-three {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 33%, #FFEFE7 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 93px;
}
.section-three .title {
    font-family: Usherwood-Bold, serif;
    font-size: 76px;
    color: #DB1F3C;
    text-transform: uppercase;
    text-align: center;
    padding-top: 64px;
}
.section-three .subtitle {
    font-family: Usherwood-Medium, serif;
    font-size: 26.7px;
    color: #59595C;
    text-align: center;
    margin-bottom: 40px;
}
.section-four {
    background: #F4D2CE;
    padding-top: 52px;
    padding-bottom: 52px;
}
.section-four .title {
    text-transform: uppercase;
    font-family: Usherwood-Bold, serif;
    font-size: 50px;
    color: #DB1F3C;
    text-align: center;
    margin: 0;
}
.section-four .subtitle {
    font-family: Usherwood-Medium;
    color: #59595C;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.section-four a {
    text-decoration: none;
    font-family: 'MuseoSans-700', sans-serif;
    color: #FFFFFF;
    background: #DB1E3B;
    box-shadow: 0px 2px 5px #231F2080;
    border-radius: 34px;
    display: flex;
    max-width: 320px;
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 31.82px;
}
.section-four a:hover, .section-four a:focus {
    color: #DB1E3B;
    background: #FFFFFF;
}
@media screen and (max-width: 992px) {
    body {
        background-color: #fdf4f0;
    }

    .animated-row {
        margin-top: 90%;
    }
    .img1 {
        max-width: 50% !important;
    }
    .img2 {
        max-width: 80% !important;
    }
    .img4 {
        max-width: 55% !important;
    }

    .img-container.img1
    {
        margin-top: -13%;
    }

    .img-container.img1 .img-fluid
    {
        max-width: 65%;
    }

    .img-container.img2 .img-fluid
    {
        max-width: 85%;
    }

    .img-container.img3 .img-fluid
    {
        max-width: 68%;
    }

    .img-container.img4 .img-fluid
    {
        width: 124%;
        max-width: 124%;
        min-width: 124%;
        margin-left: -12%;
    }

    .create-btn a
    {
        width: 65% !important;
        margin-bottom: 30px !important;
    }

    .legal {
        max-width: 70%;
        padding-left: 0;
        margin: 0 auto;
        padding-right: 0;
        padding-top: 10px;
        /* background: blue; */
    }
}

@media only screen and (orientation: portrait) {
    body {
        background-color: #fdf4f0;
    }

    .animated-row {
        margin-top: 90%;
    }
    .img1 {
        max-width: 50% !important;
    }
    .img2 {
        max-width: 80% !important;
    }
    .img4 {
        max-width: 55% !important;
    }

    .img-container.img1
    {
        margin-top: -13%;
    }

    .img-container.img1 .img-fluid
    {
        max-width: 65%;
    }

    .img-container.img2 .img-fluid
    {
        max-width: 85%;
    }

    .img-container.img3 .img-fluid
    {
        max-width: 68%;
    }

    .img-container.img4 .img-fluid
    {
        width: 124%;
        max-width: 124%;
        min-width: 124%;
        margin-left: -12%;
    }

    .create-btn a
    {
        width: 65% !important;
        margin-bottom: 30px !important;
    }

    .legal {
        max-width: 70%;
        padding-left: 0;
        margin: 0 auto;
        padding-right: 0;
        padding-top: 10px;
        /* background: blue; */
    }
}
@media only screen and (max-width: 576px) {
    .second-section .light-pink .title,
    .second-section .dark-pink .title {
        font-size: 55px;
    }
    .second-section .details {
        font-size: 21px;
        line-height: 23px;
    }
    .section-three .title {
        font-size: 56px;
        line-height: 1;
    }
    .desktop {
        display: none;
    }
    .section-four .title {
        font-size: 42px;
        line-height: 1;
    }
    .section-four .subtitle {
        font-size: 28px;
    }
}
@media only screen and (min-width: 576px) {
    .mobile {
        display: none;
    }
}