.nav-item {
    margin-left: 20px;
}

.elemento-name, #mainNav .navbar-brand {
    font-family: Orbitron,Helvetica,sans-serif;
}

.preview-note {
    padding: 0 5px;
    background-color: #ffe8a1;
    color: #000;
    border-radius: 2px;
}

.cta-content p {
    color: #fff;
}

img.screen-shot {
    width: 100%;
    margin-bottom: 1em;
}

.mission {
    font-size: 1.5em;
    margin-bottom: 2em;
}

.hard-quote {
    font-size: 1.1em;
    /*margin-bottom: 1em;*/
    font-style: italic;
    font-weight: bolder;
}

.hard-quote::before {
    content: '"'
}
.hard-quote::after {
    content: '"'
}

.btn-outline.dark {
    color: inherit;
    border-color: inherit;
}

#mc_embed_signup {
    font-family: inherit;
    font-size: inherit;
    max-width: 500px;
}

section.contact {
    text-align: inherit;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

a.privacy-policy {
    padding-left: 2em;
    line-height: 32px;
}

h2.section-heading {
    font-size: 40px;
    font-weight: bold;
}

.indent {
    margin-left: 5em;
}

.emphasis {
    font-style: italic;
}

.bg-primary a {
    color: #0b2e13;
}