.purple-container {
    height: 600px;
}
.purple-container-sm {
    height: 70px;
    background-color: #9C1DD6;
}
.title, .sub_title {
    text-align: center;
}
.title h1 {
    color: #FFF;
    line-height: 1.3em;
    margin-top: 50px;
}
.sub_title h3 {
    color: #FFF;
    font-weight: 300;
    line-height: 1.3em;
    font-size: 1.2em;
}
.signup {
    text-align: center;
    margin-top: 40px;
}
.sign_up {
    background: #991CD2;
    border-radius: 4px;
    font-size: 30px;
    color: #FFFFFF;
    border: 0px;
    font-size: 1.2em;
    padding: 15px 40px;
    cursor: pointer;
}
.navbar-brand {
    font-weight: 500;
    font-size: 2em;
}
.quick-features {
    margin-top: 70px;
    margin-bottom: 70px;
}
.quick-features p {
    color: #8B8B8B;
}
.feature {
    padding-top: 80px;
    padding-bottom: 80px;
}
.feature h2 {
    color: #8B8B8B;
    line-height: 1.3em;
    font-weight: 300;
}
.feature p {
    color: #8A8A8A;
}
.feature .icon {
    text-align: center;
}
.feature .title {
    padding-top: 40px;
    text-align: left;
    font-weight: 300;
}
.white-bg {
    background-color: #FFF;
}
.grey-bg {
    background-color: #F7F7F7;
}
.dark-grey-bg {
    background-color: #333;
}
.purple-bg {
    background-image: linear-gradient(-180deg, #9C1DD6 0%, #5B0086 100%);
}
.signup-callout {
    text-align: center;
    color: #8B8B8B;
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-callout {
    color: #FFF;
}
.footer-callout .col {
    padding: 30px;
}
.footer-callout a, .footer-callout a:hover, .footer-callout a:link, .footer-callout a:visited, .footer-callout a:active {
    color: #FFF;
    text-decoration: none;
}
.signup-callout .title {
    padding-bottom: 30px;
    font-weight: 400;
}
.padding {
    padding: 30px;
}
.no-padding-top: {
    padding-top: 0px;
}
.padding-bottom-lg {
    padding-bottom: 60px;
}
.padding-top-lg {
    padding-top: 30px;
}
form.signup {
    text-align: left;
}
form.signup input {
    padding: 20px;
}
.sign_up, .sign_up:hover, .sign_up:link, .sign_up:visited, .sign_up:active {
    color: #FFF !important;
    text-decoration: none;
}
.content h1 {
    color: #555;
}
.content-body {
    min-height: 500px;
}
.garry {
    margin-top: -3px;
    width: 47px;
    height: 36px;
}
.hidden {
    display: none;
}
.btn-purple {
    background-color: #7d0fb0;
    color: #FFF !important;
    font-size: 0.9em;
    border: 0px;
    line-height: 1.6em;
    margin-left: 10px;
}
.pricing-col {
    border-top: 10px solid #7d0fb0;
}
.pricing-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fa-lg {
    font-size: 3.5em !important;
    color: #888;
}
