body {
  padding-top: 50px;
  padding-bottom: 40px;
}

body .prose {
  font-family: georgia serif;

}

body .prose h1 {
  font-size: 5em;
  font-weight: bold;
  font-family: georgia serif;
}

.prose li h3{
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}


.prose li{
  font-size: 3em;
}

.inline {
  display: inline;
}

.footer {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  bottom:0;
}

.container .text-muted {
  margin: 20px 0;
}


.social-links {
        text-align:center
}

.about-body {
        font-size:12px;
        text-align:justify;
        color:#565a5c;
        margin-bottom:30px
}

.nav a{
    font-size: 18px;
}

.navbar-text a{
    font-size: 18px;
}

.navbar {
    margin-bottom: 0px;
}
.navbar-nav{
    margin-top: 3px;
}

.visionai-logo {
    height: 20px;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


.email {
    background-color: cornsilk;
}

body {
    padding-bottom: 40px;
}
.jumbotron {
    background-size: 75%;
    background-position-y: 50%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    padding-top: 2em;
    height: 500px;
    text-align: left;
    margin: 10px;
}
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
.featurette-divider {
    margin: 80px 0;
}
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
.carousel {
    height: 500px;
    margin-bottom: 60px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
