.page-welcome .navbar {
    margin-bottom: 0;
}

.index-bleed {
    background: #FFF;
    padding-bottom: 2em;
}

.get-started-bleed {
    background: #f2f5f2;
    padding: 3em 0;
}

.footer-jumbo-bleed {
    background: #eee;
}


#pitch {
    text-align: center;
    padding: 100px 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}

#pitch small {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

#pitch-subtitle {
    font-size: 14px;
    margin-top: 0;
    text-align: center;
}

#pitch-url {
    text-align: center;
    font-family: monospace;
    margin: 10px auto;
}

#pitch-url code {
    background: #f5f5f5;
    display: inline-block;
    margin-top: 0px;
    padding: 6px 9px;
}

#pitch-text {
    margin: 0 auto 72px auto;
}

.nav-tabs {
    margin-bottom: 0;
}

#get-started h1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.tour-title {
    margin: 50px 0;
}


.tour-section {
    margin-bottom: 80px;
}

.tour-section h3 {
    margin-top: 10px;
    font-weight: bold;
}

#welcome-integrations {
    margin-bottom: 80px;
}

#welcome-integrations h1 {
    text-align: center;
    margin-bottom: 20px;
}

#welcome-integrations .integration {
    display: block;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
    text-decoration: none;
}

#welcome-integrations a.integration:hover {
    border-color: #0091EA;
    text-decoration: none;
}

#welcome-integrations img {
    width: 48px;
    height: 48px;
}

#welcome-integrations h3 {
    font-size: 18px;
    margin-bottom: 0;
}

#welcome-integrations h3 small {
    font-size: 12px;
}

.use-cases li {
    line-height: 200%;
}

.page-welcome .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
}

#email.tab-pane {
    padding: 20px;
    margin: 0;
}

.page-welcome .highlight:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

.page-welcome .tab-pane pre {
    margin-bottom: 0;
    background: transparent;
    padding: 15px;
}

.tab-pane.tab-pane-email {
  border: none;
}

#signup-modal .modal-header {
    border-bottom: 0;
}

#signup-modal .modal-body {
    padding: 0 50px 50px 50px;
}

#signup-modal h1 {
    text-align: center;
    margin: 0 0 50px 0;
}

#signup-modal #link-instruction {
    text-align: center;
}

#signup-result {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    display: none;
}

#footer-cta p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
