﻿/* DEFAULTS
----------------------------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .logo {
        margin-left: auto;
        margin-right: auto;
    }

    body {
        overflow-x: hidden;
        background: #fff url('') fixed top center no-repeat !important;
    }

    .paymentStripe {
        width: 200px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .logo {
        margin-left: auto;
        margin-right: auto;
    }

    body {
        overflow-x: hidden;
        background: #fff url('') fixed top center no-repeat !important;
    }

    .paymentStripe {
        width: 200px;
    }
}

/* Small Devices, Tablets */
@media (max-width: 768px) {
    .logo {
        margin-left: auto;
        margin-right: auto;
    }

    body {
        overflow-x: hidden;
        background: #fff url('') fixed top center no-repeat !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .paymentStripe {
        width: 250px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
   .paymentStripe {
        width: 319px;
    }
}

/* Small Devices, Tablets */
@media (min-width: 768px) {
    .container_footer {
        width: 750px;
    }

    .contact_form_input {
        width: 50%;
    }

    .paymentStripe {
        width: 319px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
    .container_footer {
        width: 970px;
    }

    .contact_form_input {
        width: 50%;
    }

    .paymentStripe {
        width: 319px;
    }
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
    .container_footer {
        width: 1280px;
    }

    .contact_form_input {
        width: 50%;
    }

    .paymentStripe {
        width: 319px;
    }
}
