@import url("https://use.typekit.net/epa4qju.css");

body, html {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url('../images/paw_heart.svg');
    background-size: 60px;
    background-color: #1d3579;
    overflow-x: hidden;
}

.main {
    position: relative;
    width: 100vw;
    max-width: 900px;
    margin: 0 auto;
    padding: 1em 0 0;
    background-image: url('../images/heart-dog.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 15% 20%;
    background-color: #99c7d0;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}

@media screen and (min-width: 415px)  {
    .main {
        background-position: 15% 12%;
    }
}

.main > h1 {
    font: 2.5em 'fatfrank', sans-serif;
    text-align: center;
    margin: 0 0 0.3em;
    color: #A6622C;
    text-shadow:
        -3px -3px 0 white,  
        3px -3px 0 white,
        -3px 3px 0 white,
        3px 3px 0 white;
}

@media screen and (min-width: 415px)  {
    .main > h1 {
        font-size: 3.5em;
    }
}

.middle-content-container {
    display: flex;
}

.text-and-bullets {
    flex: 2 1 auto;
}

.bullets, p.description  {
    font: 0.9em 'fatfrank', sans-serif;
    margin: 0.5em 0 0 2em;
    color: #333;
}

@media screen and (min-width: 415px)  {
    .bullets, p.description {
        font-size: 1.5em;
    }
}

.button.action.buy {
    position: absolute;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: block;
    background: url('../images/paw_dark_teal.svg') #2de3b9 center;
    transform: rotate(15deg);
    text-align: center;
    padding: 1em;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    font: 1.5em 'fatfrank', sans-serif;
    top: 32%;
    left: 33%;
}


@media screen and (min-width: 415px)  {
    .button.action.buy {
        font-size: 1.5em;
        top: 10%;
        left: 46%;
    }
}

.button.action.buy > a {
    color: white;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.bullets > .bullet-item {
    margin: 0 0 0.5em 0;
    list-style: disc;
}

.main-image-container {
    flex: 1 1.1 auto;
}

.main-image {
    width: 230px;
    max-width: 600px;
}

@media screen and (min-width: 415px)  {
    .main-image {
        width: 340px;
    }
}

.bag-group-container {
    position: relative;
    width: 100%;
    height: 270px;
}

h3.bag-click-callout {
    position: absolute;
    top: -18%;
    left: 2rem;
    font: 1em 'fatfrank', sans-serif;
    color: #5183B4;
    width: 25%;
    text-align: center;
}

@media screen and (min-width: 415px)  {
    h3.bag-click-callout {
        bottom: -25%;
        left: auto;
        right: -6.5em;
        font-size: 1.4em;
        top: auto;
    }
}

.secondary-image {
    position: absolute;
    width: 130%;
    margin: -3em -15%;
}

@media screen and (min-width: 415px)  {
    .secondary-image {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
}

.bag-click-area {
    position: absolute;
    /* border: 1px dotted; */
    top: 0;
    height: 100%;
    cursor: pointer;
}

@media screen and (min-width: 415px)  {
    .bag-group-container {
        top: -14em;
        height: 400px;
        width: 80%
    }

    .bag-click-area  {
        top: 50px;
    }
}

.bag-click-area.one {
    width: 25.67%;
    left: 0;
}

.bag-click-area.two {
    left: 26.67%;
    width: 33%;
    height: 55%;
}

.bag-click-area.three {
    left: 60.33%;
    width: 36%;
    height: 47%;
}

.bag-click-area.four {
    left: 19%;
    top: 52%;
    width: 30%;
    height: 64%;
}

.bag-click-area.five {
    left: 46.67%;
    width: 35%;
    top: 30%;
    height: 60%;
}

.bag-click-area.six {
    left: 76.34%;
    top: 43%;
    width: 35%;
    height: 68%;
}


.bottom-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #A6622C;
    width: 100%;
    margin: 0;
    border-radius: 50% 50% 0 0 / 20% 20% 0 0;
    bottom: 0;
}

@media screen and (min-width: 415px)  {
    .bottom-banner {
        margin: -7em auto 0;
        flex-direction: row;
    }
}

.bottom-banner > div {
    flex: 1 1.2 auto;
}

.logo {
    flex: 1.2 1 auto;
    width: 50%;
    margin: 2em 0 0 1em;
}

@media screen and (min-width: 415px)  {
    .logo {
        width: 350px;
        margin: 1em 4em 1.5em;
    }
}

.bottom-banner h1, .bottom-banner h2 {
    font-family: 'fatfrank', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bottom-banner h1 {
    color: #5183B4;
    font-size: 2.3em;
    margin: 0.5em 0.5em 0;
    text-shadow:
    -2px -2px 0 white,  
    2px -2px 0 white,
    -2px 2px 0 white,
    2px 2px 0 white;
}

.bottom-banner h2 {
    color: #333;
    margin: 0;
    text-shadow: none;
}

.burst {
    background: center / contain no-repeat url('../images/burst-wide.svg');
    width: 80%;
    height: 10em;
    margin: 0 0 1em;
    user-select: none;
    cursor: pointer;
    padding: 0 1em;
    text-align: center;
}

@media screen and (min-width: 415px)  {
    .burst {
        width: 350px;
        margin: 1em 3em 1.5em 0;
        }
}

.burst h2, .burst a {
    color: #575d63;
    text-decoration: none;
}

i.email-icon:before {
    content: '';
    background: no-repeat url('../images/email.svg');
    display: inline-block;
    width: 1em;
    height: 0.75em;
}

i.phone-icon:before {
    content: '';
    background: no-repeat url('../images/phone.svg');
    display: inline-block;
    width: 0.75em;
    height: 1.1em;
}

.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-box {
    width: 80%;
    max-width: 480px;
    background: white;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.info-box h1 {
    font: 2em 'fatfrank', sans-serif;
    display: block;
    width: 100%;
    height: 1.5em;
    color: white;
    margin: 0;
    padding: 0.5em 0.5em 0 1rem;
}

.info-box.beef h1 {
    background-color: #df1700;
}

.info-box.chicken h1 {
    background-color: #eb6e1c;
}

.info-box.venison h1 {
    background-color: #442467;
}

.info-box.bison h1 {
    background-color: #9d6951;
}

.info-box.salmon h1 {
    background-color: #16929a;
}

.info-box.bacon h1 {
    background-color: #901704;
}

.info-box h2,
.info-box h3,
.info-box p,
.info-box ul {
    font-family: Arial, sans-serif;
}

.info-box h2.ga-analysis {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 0 1rem;
}

.info-box.beef h2.ga-analysis {
    color: #df1700;
}

.info-box.bison h2.ga-analysis {
    color: #9d6951;
}

.info-box.chicken h2.ga-analysis {
    color: #eb6e1c;
}

.info-box.venison h2.ga-analysis {
    color: #442467;
}

.info-box.salmon h2.ga-analysis {
    color: #16929a;
}

.info-box.bacon h2.ga-analysis {
    color: #901704;
}

.info-box ul {
    padding: 0;
}

.info-box ul > li {
    font-size: 1em;
    padding: 0.5em 0 0.5em 1rem;
    border-bottom: 1px solid #AAA;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.info-box ul > li .number {
    float: right;
    margin: 0 1rem 0;
}

.info-box ul > li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

p.calories {
    font-size: 0.8em;
    margin: 0 1rem 1rem;
}

h3.ingredients-title {
    margin: 0 0 0 1rem;
    font-size: 1em;
    font-weight: bold;
}

.ingredients {
    font: 1em sans-serif;
    width: 90%;
    margin: 0.5em 1rem 1rem 1rem;
}

.popup-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.popup-close img {
    width: 70%;
}

.popup-hidden {
    position: absolute;
    height: 0;
    opacity: 0;
}

