/*!* fix for iOS scaling issue with fixed backgrounds *!
@supports (-webkit-overflow-scrolling: touch) {
    !* CSS specific to iOS devices *!
    header {
        background-attachment: scroll;
    }
}

@supports not (-webkit-overflow-scrolling: touch) {
    !* CSS for other than iOS devices *!
    header {
        background-attachment: fixed;
    }
}*/

/* tablets in landscape mode (width of an iPad in landscape is 1024px) to small laptops */
@media only screen and (max-width: 1200px) {
    .hero-text-box {
        /*width: 100%;*/
        padding: 0 4%;
    }

    .row {
        padding: 0 4%;
    }

    h2 {
        font-size: 130%;
    }

    /*.header-location-wrapper {
        margin-top: 50%;
    }*/

}

/* mid-size header tagline fix */
@media only screen and (max-width: 1110px) {
    h2 {
        font-size: 130%;
    }

    .playspace-showcase li {
        width: 50%;
    }

    .figure-play-photo img {
        transform: none;
        opacity: 1;
        transition: none;
    }

    .figure-play-photo img:hover {
        transform: none;
    }

    .contact-form {
        width: 80%;
        height: auto;
        line-height: 300%;
    }

    /*.header-location-wrapper {
        margin-top: 60%;
    }*/

}

/* tablets in portrait mode (width of an iPad in landscape is 1024px) */
@media only screen and (max-width: 1023px) {
    html {
        font-size: 18px;
    }

    .sticky {
        display: none;
    }

    #main-nav li {
        display: block;
        padding: 5% 0;
    }

    h1 {
        font-size: 200%;
    }

    h4 {
        margin-top: 3px;
    }

    .detail-list {
        margin-top: 10px;
    }

    .modal-content {
        width: 60%;
    }

    /*.header-location-wrapper {
        margin-top: 80%;
    }*/

}


/* large phones (width of an iPad in portrait is 768px) */
@media only screen and (max-width: 767px) {

    body {
        font-size: 16px;
    }

    .package-price {
        font-weight: 300;
    }

    .modal-content {
        width: 75%;
    }

    /*.header-location-wrapper {
        margin-top: 90%;
    }*/

}

/* mid-size screen fix */
@media only screen and (max-width: 740px) {
    .party-package-card {
        font-size: 90%;
    }

    .contact-form {
        width: 100%;
        height: auto;
        font-size: 16px;
    }

    .row {
        width: 100%;
    }

    .col {
        width: 100%;
        padding-top: 0;
    }

    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    .hero-text-box {
        margin-top: 25%;
        /*width: 100%;*/
        text-align: center;
    }

    .header-buttons {
        width: 50%;
    }

    .uil, ul, h5, p {
        text-align: center;
        font-size: 110%;
    }

    .vendor-logo {
        display: block;
        text-align: center;
    }

    /*h5, .party-package-card ul {

    }*/

    .party-package-card ul {
        padding-left: 37%;
    }

    .footer-social {
        float: none;
        text-align: center;
    }

    .hide-large {
        display: block;
    }

    /*.header-location-wrapper {
        margin-top: 95%;
    }*/

    .header-location {
        font-size: 80%;
    }

}


/* small phones such as the iPhone4-5 */
@media only screen and (max-width: 480px) {

    .row {
        padding: 1% 5%;
    }


    .btn-header:link,
    .btn-header:visited {
        margin-bottom: 0;
    }

    header {
        overflow-y:scroll;
    } /* this fixes the image sizing issue on iOS */

    .hero-text-box {
        font-size: 80%;
    }

    h2 {
        font-size: 120%;
    }

    .playspace-showcase li {
        width: 100%;
    }

    .party-package-card ul {
        padding-left: 25%;
    }

    .footer-social-parent {
        text-align: center;
    }

    .footer-social-inline {
        display: inline;
    }

    .footer-social {
        margin-top: 2%;
    }

    .modal-content {
        width: 90%;
    }

    .header-location {
        font-size: 80%;
    }

    .header-location-wrapper {
        float: none;
    }

    .hide-medium-large {
        display: block;
    }

    /*.header-location-wrapper {
        margin-top: 98%;
    }*/

    /*  .btn:link,
    .btn:visited {
        display: block;
        padding: 5% 0;
        border-radius: 50px;
        text-align: center;
        width: 50%;
        height: 60px;  */


}
