@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900");
.diva-hero {
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex !important;
    flex-direction: column !important;
    /* autoprefixer: off */
    -webkit-flex-direction: column !important;
    /* autoprefixer: on */
    background-size: cover !important;
}

@media print,
screen and (min-width: 40em) {
    .diva-hero {
        flex-direction: row !important;
        /* autoprefixer: off */
        -webkit-flex-direction: row !important;
        /* autoprefixer: on */
        margin-top: -80px;
    }
}

.diva-hero--title {
    font-weight: 300 !important;
    line-height: 1.19 !important;
    z-index: 3 !important;
    position: relative !important;
}

.diva-hero--body {
    font-weight: 300 !important;
    line-height: 1.58 !important;
    display: none !important;
    font-size: 24px !important;
}

@media print,
screen and (min-width: 64em) {
    .diva-hero--body {
        max-width: 82%;
        display: inherit !important;
    }
}

.diva-hero--logo {
    padding-top: 20px !important;
}

@media print,
screen and (min-width: 64em) {
    .diva-hero--logo img {
        max-width: 300px !important;
    }
}

.diva-hero--content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media print,
screen and (min-width: 40em) {
    .diva-hero--content {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.diva-hero--image {
    position: relative !important;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    min-height: 350px !important;
}

@media print,
screen and (min-width: 40em) {
    .diva-hero--image {
        min-height: 310px !important;
    }
}

@media print,
screen and (min-width: 64em) {
    .diva-hero--image {
        min-height: inherit;
    }
}


@media print,
screen and (min-width: 40em) {

    .diva-hero--title {
        margin-top: -60px;
    }

    .diva-hero--link {
        margin-bottom: 100px;
    }
}

@media print,
screen and (min-width: 64em) {

    .diva-hero--title {
        font-size: 40px !important;
    }

    .diva-hero--link {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 75em) {

    .diva-hero--title {
        font-size: 50px !important;
    }

}


.diva-hero--link {
    font-size: 1.3rem !important;
    font-weight: bold !important;
    color: black !important;
    background-color: #ffce34 !important;
    padding: 15px 30px !important;
    display: inline-block !important;
}

@media print {
    .diva-hero--link {
        display: none !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .diva-hero--link {
        padding: 15px 20px !important;
    }
}

@media screen and (min-width: 40em) {
    .diva-hero--link-wrapper {
        text-align: left !important;
    }
}

@media screen and (max-width: 40em) {

    .diva-hero {
        margin-top:90px;
    }

}

.diva-hero--body {
    margin-bottom: 19px !important;
}

.diva-hero--link-wrapper {
    margin-bottom: 24px !important;
    ;
}

.diva-hero--link:hover {
    background-color: #fefefe !important;
    color: black !important;
    transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
}

.diva-hero--content {
    padding: 45px 45px 0 45px;
}

@media print,
screen and (min-width: 40em) {
    .diva-hero--content {
        padding: 100px 0 20px 70px;
    }
}

@media print,
screen and (min-width: 64em) {
    .diva-hero--content {
        padding: 100px 0 20px 100px;
    }
}

@media screen and (min-width: 75em) {
    .diva-hero--content {
        padding: 200px 0 50px 150px;
    }
}

h2.diva-hero--body {
    text-transform: none;
}


/* START NEW STYLES (WILL PLACE IN CORRECT ORDER ONCE APPROVED) */

img.diva-hero--image-dog {
    max-width: 600px;
    left: -2%;
    position: absolute;
    bottom: 0px;
    width: 100%;
}


img.diva-hero--image-product {
    max-width: 420px;
    position: absolute;
    bottom: 50px;
    left: -68%;
    width: 70%;

}

@media all and (max-width: 1023px) {
    img.diva-hero--image-product {
        left: -141%;
        bottom: 77px;
        width: 100%;
        max-width: 315px;
    }

    img.diva-hero--image-dog {
        left: 0;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .diva-hero {
        margin-top: -60px;
    }
}


@media all and (max-width: 639px) {

        .diva-hero {
        margin-top:60px;
    }

    img.diva-hero--image-product {
        left: 45% !important;
        bottom: -22px !important;
        max-width: 420px !important;
        -ms-transform: translate(-60%, 0) !important;
        transform: translate(-60%, 0) !important;
        -webkit-transform: translate(-60%, 0) !important;
        margin-left: -20px;
    }

    img.diva-hero--image-dog {
left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
    }
}
