﻿@media only screen and (min-width : 220px) {

    .content-heading {
        padding: 70px 0 10px 0;
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 0 auto;
    }

        .content-heading h1 {
            font-size: 6em;
        }

    .content {
        text-align: center;
        color: #fff;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

        .content h2 {
            font-size: 4em;
        }

        .content h3 {
            font-size: 3em;
        }

    .tab {
        font-size: 2.4em;
    }

    #exTab3 .nav nav-pills > li > a {
        font-size: 8em;
    }

    #exTab3 .tab-content {
        color: #b1324e;
        background-color: #fff;
        padding: 5px 15px;
        margin-bottom: 40px;
        border-radius: 0 4px 4px 4px;
    }

        #exTab3 .tab-content p {
            padding:0.1em 0.4em 1em 0.4em;
        }

        #exTab3 .tab-content h3 {
            font-size: 4em;
        }

        #exTab3 .tab-content p {
            font-size: 3.1em;
        }

        #exTab3 .tab-content li {
            font-size: 3em;
            padding-left:0.2em;
            margin-left:0.4em;
        }

    .tabs input {
        font-size: 3.5em;
        padding: 1em 0.2em 1em 0.2em;
    }

    .tabs textarea {
        font-size: 3.5em;
        padding: 0.2em 0.2em 1em 0.2em;
    }

    .tabs button {
        font-size: 4em;
    }

    .contact-us-form input {
        width: 100%;
    }

    .contact-us-form textarea {
        width: 100%;
    }

    .contact-us-form button {
        font-size: 4em;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .content-heading {
        padding: 40px 0 10px 0;
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 0 auto;
    }

    .content {
        text-align: center;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    #exTab3 .tab-content {
        color: #b1324e;
        background-color: #fff;
        padding: 5px 15px;
        margin-bottom: 40px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

    .content-heading {
        padding: 15px 0 10px 0;
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 0 auto;
    }

    .content {
        text-align: center;
        color: #fff;
        width: 85%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    #exTab3 .tab-content {
        color: #b1324e;
        background-color: #fff;
        padding: 5px 15px;
        margin-bottom: 40px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .background-image {
        background-image: url('../images/background-v2.jpg');
        background-position-y: -210px;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 2000px;
    }

    .content-heading {
        padding: 45px 0 10px 0;
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 0 auto;
    }

    .content {
        text-align: center;
        color: #fff;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    #exTab3 .tab-content {
        color: #b1324e;
        background-color: #fff;
        padding: 5px 15px;
        margin-bottom: 40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .background-image {
        background-image: url('../images/background-v2.jpg');
        background-position-y: -210px;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 1000px;
    }

    .content-heading {
        padding: 70px 0 10px 0;
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 0 auto;
    }

        .content-heading h1 {
            font-size: 5em;
        }

    .content {
        text-align: center;
        color: #fff;
        width: 70%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

        .content h2 {
            font-size: 2.5em;
        }

        .content h3 {
            font-size: 2em;
        }

    .tab {
        font-size: 1.3em;
    }

    #exTab3 .tab-content {
        color: #b1324e;
        background-color: #fff;
        padding: 5px 15px;
        margin-bottom: 40px;
    }

        #exTab3 .tab-content p {
            padding-bottom: 0.1em;
        }

        #exTab3 .tab-content h3 {
            font-size: 2em;
        }

        #exTab3 .tab-content p {
            font-size: 14px;
        }

        #exTab3 .tab-content li {
            font-size: 14px;
        }

    .tabs input {
        font-size: 1.5em;
        padding: 0.5em 0.2em 0.5em 0.2em;
    }

    .tabs textarea {
        font-size: 1.5em;
        padding: 0.1em 0.2em 0.5em 0.2em;
    }

    .tabs button {
        font-size: 1.2em;
    }

    .contact-us-form input {
        width: 50%;
        margin: 5px;
    }

    .contact-us-form textarea {
        width: 50%;
        margin: 5px;
    }

    .contact-us-form button {
        font-size: 1.2em;
    }
}
