/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/


.seasonal {
  width:100%;
  display: flex; 
  align-items: center; 
  justify-content: center;
  text-align: center;
}  

@media (min-width: 1281px) {
    html {
    background: #e6e9e9;
    background-image: url('../images/soap-bubbles.png'), url('../images/soap-bubbles.png'), linear-gradient(180deg, #4eb8b5b0 30%, #bccb0eb0 100%);
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 500px, 400px, 2000px;
    background-position: left, right, center;
    background-color: ghostwhite;
    -webkit-font-smoothing: antialiased;
    }
    body {
        background-image: url('../images/footer_dogs.png');
        background-repeat: no-repeat;
        background-size: 1000px;
        background-position: bottom;
        background-color: #ffffffde;
        box-shadow: 7px 0 2px rgba(0, 0, 0, 0.1);
        color: #341d07;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 26px;
        line-height: 1.5;
        margin: 0 auto;
        width: 70%;
        padding: 0.1em 3em 10em 3em;
    }

    h1, h2, h3 {
        color: #ff3e00;
        font-weight: 600;
        line-height: 1.3;
    }
    h4, h5, h6 {
        color: #341d07;
        font-weight: 600;
        line-height: 1.3;
        margin:0;
    }

    h2 {
        margin-top: 1.3em;
    }

    a {
        color: #242424;
    }

    b, strong {
        font-weight: 600;
        color: #341d07;
    }
    .menu h3 {
        position: relative;
        top: -15px;
    }

    .carousel {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .map_block {
        margin: 0 auto;
    }

    iframe {
        position
        display: block;
        width: 100%;
        height: 100%;
        min-height: 800px;
        overflow: hidden;
    }

    .dog-helper {
        background-image: url('../images/dog-bath.png');
        background-color: #341d07;
        border-radius: 1000px;
        padding: 0px 0px 0px 10px;
        background-repeat: no-repeat;
        position: fixed;
        background-size: 175px;
        top: 0px;
        right: 0px;
        height: 175px;
        width: 175px;
    }

    .tel-sign {
        background-image: linear-gradient(180deg, #ff3d00 20%, #341c07 210%);
        background-repeat: repeat;
        border: 4px #341c07 solid;
        width: 180px;
        height: 45px;
        background-size: 75px;
        border-radius: 5px;
        right: 13px;
        position: relative;
        top: 150px;
    }

    .tel-sign a {
        color: #FFF;
        font-size: 26px;
        padding: 0px 0px 0px 5px;
        position: relative;
        bottom: 0px;
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    html {
    background: #e6e9e9;
    background-image: url('../images/soap-bubbles.png'), url('../images/soap-bubbles.png'), linear-gradient(180deg, #4eb8b5b0 30%, #bccb0eb0 100%);
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 400px,300px, 1200px;
    background-position: left, right, center;
    background-color: ghostwhite;
    -webkit-font-smoothing: antialiased;
    }
    body {
        background-image: url('../images/footer_dogs.png');
        background-repeat: no-repeat;
        background-size: 1000px;
        background-position: bottom;
        background-color: #ffffffde;
        box-shadow: 7px 0 2px rgba(0, 0, 0, 0.1);
        color: #341d07;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 26px;
        line-height: 1.5;
        margin: 0 auto;
        width: 70%;
        padding: 0.1em 3em 10em 3em;
    }

    h1, h2, h3 {
        color: #ff3e00;
        font-weight: 600;
        line-height: 1.3;
    }
    h4, h5, h6 {
        color: #341d07;
        font-weight: 600;
        line-height: 1.3;
        margin:0;
    }

    h2 {
        margin-top: 1.3em;
    }

    a {
        color: #242424;
    }

    b, strong {
        font-weight: 600;
        color: #341d07;
    }
    .menu h3 {
        position: relative;
        top: -15px;
    }

    .carousel {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 600px;
        overflow: hidden;
    }

    .dog-helper {
        background-image: url('../images/dog-bath.png');
        background-color: #341d07;
        border-radius: 1000px;
        padding: 0px 0px 0px 10px;
        background-repeat: no-repeat;
        position: fixed;
        background-size: 150px;
        top: 0px;
        right: 0px;
        height: 150px;
        width: 150px;
    }

    .tel-sign {
        background-image: linear-gradient(180deg, #ff3d00 20%, #341c07 210%);
        background-repeat: repeat;
        border: 4px #341c07 solid;
        width: 152px;
        height: 35px;
        background-size: 75px;
        border-radius: 5px;
        right: 10px;
        position: relative;
        top: 120px;
    }

    .tel-sign a {
        color: #FFF;
        font-size: 22px;
        padding: 0px 0px 0px 5px;
        position: relative;
        bottom: 5px;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    html {
    background: #e6e9e9;
    background-image: url('../images/soap-bubbles.png'), url('../images/soap-bubbles.png'), linear-gradient(180deg, #4eb8b5b0 30%, #bccb0eb0 100%);
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 400px,300px,1000px;
    background-position: left, right, center;
    background-color: ghostwhite;
    -webkit-font-smoothing: antialiased;
    }
    body {
        background-image: url('../images/footer_dogs.png');
        background-repeat: no-repeat;
        background-size: 1000px;
        background-position: bottom;
        background-color: #ffffffde;
        box-shadow: 7px 0 2px rgba(0, 0, 0, 0.1);
        color: #341d07;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 26px;
        line-height: 1.5;
        margin: 0 auto;
        width: 70%;
        padding: 0.1em 3em 10em 3em;
    }


    h1, h2, h3 {
        color: #ff3e00;
        font-weight: 600;
        line-height: 1.3;
    }
    h4, h5, h6 {
        color: #341d07;
        font-weight: 600;
        line-height: 1.3;
        margin:0;
    }

    h2 {
        margin-top: 1.3em;
    }

    a {
        color: #242424;
    }

    b, strong {
        font-weight: 600;
        color: #341d07;
    }
    .menu h3 {
        position: relative;
        top: -15px;
    }

    .carousel {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 400px;
        overflow: hidden;
    }

    .dog-helper {
        background-image: url('../images/dog-bath.png');
        background-color: #341d07;
        border-radius: 1000px;
        padding: 0px 0px 0px 10px;
        background-repeat: no-repeat;
        position: fixed;
        background-size: 125px;
        top: 0px;
        right: 0px;
        height: 125px;
        width: 120px;
    }

    .tel-sign {
        background-image: linear-gradient(180deg, #ff3d00 20%, #341c07 210%);
        background-repeat: repeat;
        border: 4px #341c07 solid;
        width: 130px;
        height: 35px;
        background-size: 75px;
        border-radius: 5px;
        right: 18px;
        position: relative;
        top: 110px;
    }

    .tel-sign a {
        color: #FFF;
        font-size: 19px;
        padding: 0px 0px 0px 5px;
        position: relative;
        bottom: 5px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    html {
    background: #e6e9e9;
    background-image: url('../images/soap-bubbles.png'), url('../images/soap-bubbles.png'), linear-gradient(180deg, #4eb8b5b0 30%, #bccb0eb0 100%);
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 300px, 200px, 1200px;
    background-position: left, right, center;
    background-color: ghostwhite;
    -webkit-font-smoothing: antialiased;
    }
    body {
        background-image: url('../images/footer_dogs.png');
        background-repeat: no-repeat;
        background-size: 1000px;
        background-position: bottom;
        background-color: #ffffffde;
        box-shadow: 7px 0 2px rgba(0, 0, 0, 0.1);
        color: #341d07;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 26px;
        line-height: 1.5;
        margin: 0 auto;
        width: 70%;
        padding: 0.1em 3em 10em 3em;
    }


    h1, h2, h3 {
        color: #ff3e00;
        font-weight: 600;
        line-height: 1.3;
    }
    h4, h5, h6 {
        color: #341d07;
        font-weight: 600;
        line-height: 1.3;
        margin:0;
    }

    h2 {
        margin-top: 1.3em;
    }

    a {
        color: #242424;
    }

    b, strong {
        font-weight: 600;
        color: #341d07;
    }
    .menu h3 {
        position: relative;
        top: -15px;
    }

    .carousel {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 400px;
        overflow: hidden;
    }

    .dog-helper {
        background-image: url('../images/dog-bath.png');
        background-color: #341d07;
        border-radius: 1000px;
        padding: 0px 0px 0px 10px;
        background-repeat: no-repeat;
        position: fixed;
        background-size: 125px;
        top: 0px;
        right: 0px;
        height: 125px;
        width: 120px;
    }

    .tel-sign {
        background-image: linear-gradient(180deg, #ff3d00 20%, #341c07 210%);
        background-repeat: repeat;
        border: 4px #341c07 solid;
        width: 130px;
        height: 35px;
        background-size: 75px;
        border-radius: 5px;
        right: 18px;
        position: relative;
        top: 110px;
    }

    .tel-sign a {
        color: #FFF;
        font-size: 19px;
        padding: 0px 0px 0px 5px;
        position: relative;
        bottom: 5px;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    html {
        background: #e6e9e9;
        background-image: url('../images/soap-bubbles.png'), url('../images/soap-bubbles.png'), linear-gradient(180deg, #4eb8b5b0 30%, #bccb0eb0 100%);
        background-repeat: repeat-y, repeat-y, repeat;
        background-size: 300px, 200px, 900px;
        background-position: left, right, center;
        background-color: ghostwhite;
        -webkit-font-smoothing: anti aliased;
    }
    body {
        background-image: url('../images/footer_dogs.png');
        background-repeat: no-repeat;
        background-size: 400px;
        background-position: bottom;
        background-color: #ffffffde;
        box-shadow: 7px 0 2px rgba(0, 0, 0, 0.1);
        color: #341d07;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 auto;
        width: 70%;
        padding: 0.1em 2em 10em 2em;
    }

    h1, h2, h3 {
        color: #ff3e00;
        font-weight: 600;
        font-size: 36px;
        line-height: 1.3;
    }
    h4, h5, h6 {
        color: #341d07;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.3;
/*        width:200px;*/
        margin:0;
    }

    h2 {
        margin-top: 1.3em;
    }

    a {
        color: #242424;
    }

    b, strong {
        font-weight: 600;
        color: #341d07;
    }
    .menu h3 {
        position: relative;
        top: -15px;
    }

    .carousel {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 400px;
        overflow: hidden;
    }

    .dog-helper {
        background-image: url('../images/dog-bath.png');
        background-color: #341d07;
        border-radius: 1000px;
        padding: 0px 0px 0px 0px;
        background-repeat: no-repeat;
        position: fixed;
        background-size: 100px;
        top: 0px;
        right: 2px;
        height: 100px;
        width: 100px;
    }

    .tel-sign {
        background-image: linear-gradient(180deg, #ff3d00 20%, #341c07 210%);
        background-repeat: repeat;
        border: 4px #341c07 solid;
        width: 100px;
        height: 21px;
        background-size: 75px;
        border-radius: 5px;
        right: 5px;
        position: relative;
        top: 80px;
    }

    .tel-sign a {
        color: #FFF;
        font-size: 14px;
        padding: 0px 0px 0px 5px;
        position: relative;
        bottom: 10px;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    html {
    background: #e6e9e9;
    background-image: url('../images/soap-bubbles.png'), url('../images/soap-bubbles.png'), linear-gradient(180deg, #4eb8b5b0 30%, #bccb0eb0 100%);
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 300px,200px,600px;
    background-position: left, right, center;
    background-color: ghostwhite;
    -webkit-font-smoothing: antialiased;
    }
    body {
        background-image: url('../images/footer_dogs.png');
        background-repeat: no-repeat;
        background-size: 400px;
        background-position: bottom;
        background-color: #ffffffde;
        box-shadow: 7px 0 2px rgba(0, 0, 0, 0.1);
        color: #341d07;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 1.5;
        margin: 0 auto;
        width: 70%;
        padding: 0.1em 1em 10em 1em;
    }
    
    h1,h2,h3 {
        color: #ff3e00;
        font-weight: 600;
        font-size: 36px;
        line-height: 1.3;
        width:200px;
    }
    h4, h5, h6 {
        color: #341d07;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.3;
/*        width:200px;*/
        margin:0;
    }

    h2 {
        margin-top: 1.3em;
    }

    a {
        color: #242424;
    }

    b, strong {
        font-weight: 600;
        color: #341d07;
    }
    .menu h3 {
        position: relative;
        top: -15px;
    }

    .carousel {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 400px;
        overflow: hidden;
    }

    .dog-helper {
        background-image: url('../images/dog-bath.png');
        background-color: #341d07;
        border-radius: 1000px;
        padding: 0px 0px 0px 0px;
        background-repeat: no-repeat;
        position: fixed;
        background-size: 100px;
        top: 0px;
        right: 2px;
        height: 100px;
        width: 100px;
    }

    .tel-sign {
        background-image: linear-gradient(180deg, #ff3d00 20%, #341c07 210%);
        background-repeat: repeat;
        border: 4px #341c07 solid;
        width: 100px;
        height: 21px;
        background-size: 75px;
        border-radius: 5px;
        right: 5px;
        position: relative;
        top: 80px;
    }

    .tel-sign a {
        color: #FFF;
        font-size: 14px;
        padding: 0px 0px 0px 5px;
        position: relative;
        bottom: 10px;
    }
}


/* Damn Android Sizes*/

@media (min-width: 488px) and (max-width: 1024px) {
    html {
    background: #e6e9e9;
    background-image: url('../images/soap-bubbles.png'), url('../images/soap-bubbles.png'), linear-gradient(180deg, #4eb8b5b0 30%, #bccb0eb0 100%);
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 300px, 200px, 1200px;
    background-position: left, right, center;
    background-color: ghostwhite;
    -webkit-font-smoothing: antialiased;
    }
    body {
        background-image: url('../images/footer_dogs.png');
        background-repeat: no-repeat;
        background-size: 1000px;
        background-position: bottom;
        background-color: #ffffffde;
        box-shadow: 7px 0 2px rgba(0, 0, 0, 0.1);
        color: #341d07;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 26px;
        line-height: 1.5;
        margin: 0 auto;
        width: 70%;
        padding: 0.1em 3em 10em 3em;
    }

    h1, h2, h3 {
        color: #ff3e00;
        font-weight: 600;
        line-height: 1.3;
    }
    h4, h5, h6 {
        color: #341d07;
        font-weight: 600;
        line-height: 1.3;
        margin:0;
    }

    h2 {
        margin-top: 1.3em;
    }

    a {
        color: #242424;
    }

    b, strong {
        font-weight: 600;
        color: #341d07;
    }
    .menu h3 {
        position: relative;
        top: -15px;
    }

    .carousel {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 400px;
        overflow: hidden;
    }

    .dog-helper {
        background-image: url('../images/dog-bath.png');
        background-color: #341d07;
        border-radius: 1000px;
        padding: 0px 0px 0px 10px;
        background-repeat: no-repeat;
        position: fixed;
        background-size: 125px;
        top: 0px;
        right: 0px;
        height: 125px;
        width: 120px;
    }

    .tel-sign {
        background-image: linear-gradient(180deg, #ff3d00 20%, #341c07 210%);
        background-repeat: repeat;
        border: 4px #341c07 solid;
        width: 130px;
        height: 35px;
        background-size: 75px;
        border-radius: 5px;
        right: 18px;
        position: relative;
        top: 110px;
    }

    .tel-sign a {
        color: #FFF;
        font-size: 19px;
        padding: 0px 0px 0px 5px;
        position: relative;
        bottom: 5px;
    }
}
