.header {
    padding-top: 120px;
    padding-bottom:40px;
    background: url("../images/purple-flowers.jpg") center;
    background-size: cover;
}

.header .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.header .portrait {
    width: 100%;
}

.header .one-on-one-logo {
    padding: 25px 0;
}

.header .quotes {
    margin-bottom: 20px;
}

.text-block {
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center;
}

.text-block h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3em;
    padding: 20px 0;
}

.purple-block {
    background-color: #870e5a;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.purple-block .container {
    border: 1px solid #dfbcbb;
    color: #dfbcbb;
    padding-bottom: 30px;
}

.purple-block .quotes {
    display: inline-block;
    width: 80%;
    background-color: #870e5a;
    transform: translateY(-50%);
}

.pricing-block {
    padding: 30px 0;
}

.pricing-block h2 {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 3em;
    padding-bottom: 20px;
}

.pricing-block h3 {
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    padding: 20px 0;
}

.pricing-block ul {
    font-family: Merriweather, serif;
    line-height: 2em;
    font-size: 1.1em;
}

.pricing-block .thumbnail {
    text-align: center;
    background-color: #e6e7e8;
}

.pricing-block .thumbnail.active {
    box-shadow: 0 0 10px 4px #3E1223;
}

.pricing-block .thumbnail h3 {
    padding-top: 0;
    padding-bottom: 10px;
    font-family: Courgette, cursive;
    font-size: 2.5em;
}

.pricing-block .thumbnail .price {
    font-size: 2em;
}

.pricing-block .thumbnail .description {
    font-size: 0.9em;
    padding: 10px 0;
}

.pricing-block .thumbnail .action {
    background-color: #3e1223;
    font-family: Merriweather, serif;
    font-size: 0.9em;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
}

.payment-confirmation {
    display: none;
}


p {
    font-family: Merriweather, serif;
    line-height: 2em;
    font-size: 1.1em;
}

#paypal-button {
    text-align: center;
    min-height: 47px;
}

@media (max-width: 767px) {
    .header {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }

    .header .container {
        padding-top: 0;
    }

    .header .portrait-col {
        padding: 0;
    }

    .purple-block .container {
        margin: 0 5px;
    }
}