/** heroku data explorer landing */
body {
    font-family: 'Source Sans Pro',
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;

    /* Smoothing */
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-weight: 700;
    font-size: 30px;
}

svg.hicon {
    /* Fix blurry icons in FF */
    -moz-transform: scale(1);
    width: 40px;
    height: 40px;
    fill: #3a078d;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #3a078d;
    border-color: transparent;
}

.btn-primary:hover {
    background-color: #40089c;
    border-color: transparent;
}

.btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
}

.container {
    max-width: 960px;
}

.top {
    background: #eff3f6;
    padding: 35px 0;
}

.header {
    margin: 0 0 40px 0;
    text-align: center;
}

.header img {
    max-width: 100%;
}

.intro {
    margin: 30px auto;
    text-align: center;
    max-width: 620px;
}

.intro h1 {
}

.intro p {
    margin: 20px auto;
}

.features {
    padding: 35px 0;
    background: #eff3f6;
}

.features h2 {
    text-align: center;
}

.features .row {
    margin-top: 60px;
    margin-bottom: 80px;
}

.feature-icon {
    position: absolute;
    top: 1px;
}

.feature-body {
    padding-left: 60px;
    padding-right: 20px;
}

.features h3 {
    font-weight: bold;
    font-size: 22px;
}

.customers {
    background: #dee2e5;
    padding: 30px;
    text-align: center;
}

.customers img {
    max-width: 100%;
}

.section-header {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}

.feedback {
    background: #3a078d;
    color: white;
    text-align: center;
    padding: 40px 0;
}

.feedback-content {
    width: 90%;
    max-width: 480px;
    margin: 50px auto;
    padding: 0 40px;
}

.feedback-content img {
    /*margin-bottom: 30px;*/
}

.feedback-body {
    margin: 30px 0 32px 0;
}

.feedback-author strong {
    font-size: 18px;
}

.pricing {
    padding-top: 65px;
    padding-bottom: 40px;
    text-align: center;
    background: #eff3f6;
}

.pricing h4 {
    font-size: 24px;
}

.pricing .lead {
    font-size: 18px;
}

.pricing .col-sm-3 {
    padding: 0 5px;
}

.pricing .row {
    flex-wrap: wrap;
}

.pricing-plan {
    margin: 40px 0;
    border: 1px solid #c2c3c3;
    border-radius: 4px;
    background: white;
    padding: 30px 25px 18px 25px;
}

.pricing-plan img {
}

.pricing-plan h5 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 12px 0;
}

.pricing-plan p {
    font-size: 18px;
    color: #4d4c4c;
    margin: 5px 0 0 0;
}

.pricing-plan .price {
    margin-top: 20px;
    color: #4d4c4c;
    font-size: 18px;
    font-weight: bold;
}


.pricing-plan .price a {
    color: #4d4c4c;
}
.pricing-plan .price a:hover {
    text-decoration: none;
    color: #4d4c4c;
}

.pricing-plan .price span {
    border: 1px solid #3a078d;
    border-radius: 4px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 5px 0;
}

.pricing-plan .plan-img {
    min-height: 55px;
    align-items: center; /* for vertical align */
    justify-content: center;
    display: flex;
    margin: 0 0 15px 0;
}
.pricing-plan .plan-img img {
}

.pricing-plan .plan-features {
}

.info-icon {
    width: 14px;
    height: 14px;
    background: #808080;
    border-radius: 50%;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    padding: 0;
    line-height: 14px;
    cursor: help;
    padding-right: 1px;
    /*margin-top: -1px;*/
    vertical-align: middle;
}
