.header-block {
    background-image: url('../images/shopify-app-development.jpg');
}

.header-text {
    margin-top: 225px;
    margin-bottom: 225px;
    color: white;
    font-size: 30px;
    text-align: center;
}

    .header-text .msg {
        font-weight: 300;
        font-style: normal;
        font-size: 35px;
        line-height: 45px;
        word-spacing: -0.5px;
        letter-spacing: -0.5px;
        text-transform: none;
        margin-bottom: 40px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.shopify-app {
    margin-top: 100px;
    margin-bottom: 150px;
}

    .shopify-app img {
        margin-top: 40px;
        max-width: 90%;
    }

    .shopify-app h2 {
        margin-bottom: 30px;
    }

    .shopify-app h2 {
        margin-bottom: 30px;
    }

    .shopify-app p {
        margin-bottom: 30px;
    }

footer {
    margin-bottom: 30px;
}

hr.title-spacer {
    border-top: 2px solid #663399;
    margin: 20px 0 30px;
    width: 70px;
}

.header-apps-btn {
    color: white;
    border: 1px solid;
    border-radius: 0;
    min-width: 200px;
    margin: 20px;
}

.navbar-brand {
    background-color: #663399;
}

.navbar-default {
    background-color: #000000;
    border-color: transparent;
}

.header-services-btn {
    color: white;
    background-color: rebeccapurple;
    min-width: 200px;
    border-radius: 0;
}

.btn-outlined {
    border: 1px solid;
    border-radius: 0;
}

.btn, .btn:visited {
    color: rebeccapurple;
}

    .btn:hover {
        border-color: rebeccapurple;
        background: rebeccapurple;
        color: white;
    }

    .btn:visited:hover {
        border-color: rebeccapurple;
        background: rebeccapurple;
        color: white;
    }

.header-block .btn {
    color: white;
}

.contact-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.career-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.team-block {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .team-block img {
        max-width: 150px;
    }

.team-desc {
    margin-top: 30px;
}

.pricing-plans {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
}

    .pricing-plans .table-header th {
        padding-bottom: 20px !important;
    }

    .pricing-plans .pricing-plan {
        font-weight: bold;
        vertical-align: middle !important;
    }

    .pricing-plans .table > tbody > tr > td {
        vertical-align: middle !important;
    }

    .pricing-plans .panel-heading h4 {
        margin: 20px !important;
        display: block !important;
    }

    .pricing-plans .col-md-2, .pricing-plans .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .pricing-plans .pricing-plan-block {
        background-color: white;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
    }

        .pricing-plans .pricing-plan-block .name {
            font-size: 14px;
            font-weight: bold;
            padding-top: 30px;
            margin-bottom: 30px;
        }

    .pricing-plans .current-plan {
        font-weight: bold;
        margin-top: 50px;
        padding-bottom: 12px;
    }

    .pricing-plans .advanced .pricing-plan-block .name {
        padding-top: 44px;
    }

    .pricing-plans .pricing-plan-block .price {
        font-size: 50px;
        font-weight: 600;
        padding: 0 0 0 20px;
        height: 50px;
    }

        .pricing-plans .pricing-plan-block .price .currency {
            font-size: 20px;
            font-style: normal;
            vertical-align: top;
            line-height: 35px;
            margin: 0 0px 0 0;
        }

        .pricing-plans .pricing-plan-block .price .period {
            font-size: 14px;
            color: #555;
        }

    .pricing-plans .pricing-plan-block .cta {
        margin-top: 40px;
    }

        .pricing-plans .pricing-plan-block .cta a {
            padding: 10px 15px;
            font-weight: 600;
        }

            .pricing-plans .pricing-plan-block .cta a:hover {
                background: #298eea;
                color: #fff;
            }

    .pricing-plans .pricing-plan-block .body {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 14px;
    }

        .pricing-plans .pricing-plan-block .body .quota .value {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .pricing-plans .pricing-plan-block .body .overuse {
            margin-top: 30px;
        }

            .pricing-plans .pricing-plan-block .body .overuse .value {
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 10px;
            }

    .pricing-plans .pricing-plan-block .desc {
        color: #555;
    }

    .pricing-plans .advanced {
        margin-top: -15px;
        border: 1px solid #298eea;
        overflow: hidden;
    }

        .pricing-plans .advanced .pricing-plan-block {
            padding-bottom: 15px;
        }

    .pricing-plans .ribbon {
        width: 180px;
        background: #298eea;
        position: absolute;
        top: 23px;
        right: -60px;
        text-align: center;
        text-transform: uppercase;
        padding: 4px 0;
        color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 11px;
        font-weight: 700;
    }

    .pricing-plans h2 {
        margin-top: 30px;
    }

    .pricing-plans .pricing-plan-features {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .pricing-plans .pricing-plan-features .pricing-plan-feature {
            margin-top: 10px;
            font-weight: 600;
            color: #212121;
            font-size: 12px;
        }

.pricing-table {
    margin-top: 30px;
    background-color: white;
}

.price {
    font-size: 25px;
}

.btn-table-blue {
    color: #3498db;
    border-color: #3498db;
    margin: 10px;
}

    .btn-table-blue:hover, .btn-table-blue:focus, .btn-table-blue.focus, .btn-table-blue.visited {
        color: #3498db;
        text-decoration: none;
        background-color: white;
    }

a.btn.btn-sm.btn-table-blue {
    color: #3498db;
    border-color: #3498db;
}
