/* Common styles */
p.lead {
    font-size: 20px;
}
p.light {
    font-size: 16px;
    margin: -6px 0 43px 0;
}
h2 {
    font-size: 30px;
    margin-top: -19px;
    margin-bottom: 17px;
}
h3 {
    font-size: 20px;
    margin-top: -12px;
    margin-bottom: 21px;
}
h4 {
    font-size: 16px;
    margin-top: -6px;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

/* Header & navigation styles */
.navbar {
    width: 1%;
}
.navbar-collapse {
    margin-top: -47px;
}
.navbar-nav > li > a > .hover, .navbar-nav > li > a > .text {
    padding: 0 8px;
}

/* Arrow line / slider */
.arrow-line .left, .arrow-line .right, .arrow-slider .left, .arrow-slider .right {
    width: 50% !important;
}
.arrow-line .line {
    font-size: 20px;
}
.arrow-slider .line .title {
    font-size: 20px;
}
.arrow-slider .line .body {
    font-size: 13px;
}

/* Spotlight section */
.spotlight .feature .title {
    padding-top: 11px;
}

/* Features */
.feature {
    text-align: right;
}
.feature .image {
    float: right;
    margin-left: 20px;
}
.feature .title {
    font-size: 20px;
    margin-top: 12px;
}
.feature .body {
    font-size: 13px;
    margin-top: -17px;
    margin-bottom: 16px;
}

/* Statistics section */
.stats .title {
    font-size: 22px;
    margin-top: -14px;
    margin-bottom: -9px;
}

/* Team section */
.team .name {
    font-size: 16px;
    margin-top: -6px;
}
.team .title {
    font-size: 12px;
    margin-top: -15px;
}
.team .body {
    font-size: 13px;
    margin-top: -5px;
    padding-top: 22px;
}

/* Services */
.service .title {
    font-size: 20px;
    margin-top: -9px;
    margin-bottom: 21px;
}
.service .body {
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 40px;
}

/* Skills */
.skill .body {
    font-size: 13px;
    margin-top: -1px;
    margin-bottom: -5px;
}

/* Pricing tables */
.pricing-table .body .title, .pricing-table .body .price {
    font-size: 34px;
    line-height: 34px;
    padding-top: 54px;
    margin-bottom: -4px;
}
.pricing-table .body .recommend {
    font-size: 14px;
}
.pricing-table .body .price {
    padding-top: 14px;
}
.pricing-table .body .price sup {
    top: -5px;
}
.pricing-table .body .subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-top: 6px;
    margin-bottom: 38px;
}
.pricing-table .body .features {
    padding: 29px 0;
    font-size: 14px;
    line-height: 40px;
}
.pricing-table .body .features strong {
    font-size: 26px;
}
.pricing-table .choose, .pricing-table .choose:hover, .pricing-table .choose:active, .pricing-table .choose:focus, .pricing-table .choose:visited {
    font-size: 24px;
}

/* News articles */
.news article {
    font-size: 13px;
    line-height: 21px;
}
.news article .image .title {
    font-size: 18px;
    line-height: 24px;
}