body {
    /* padding-top: 9.5rem; */
    padding-top: 155px;
    padding-bottom: 3rem;
    /*
    background-image: url('/images/pattern.png');
    background-repeat: repeat;
    */
}

.bg-primary {
    background-color: #556b2f !important;
}

.navbar-nav > li{
  padding-right:30px;
}

p#counter {
  opacity: 0.5;
  font-size: smaller;
}

p.conversation {
}
p.conversation2 {
    margin-top: -.5em;
}
p.break {
    font-style: italic;
    text-align: center;
}
.jname {
    font-weight: bold;
    color:#718e3e;
}
.tname {
    font-weight: bold;
    color:#2f2f6a;
}

.jumbotron-detail-apple-pie {
    background: url('../images/products/applepie.jpg') no-repeat fixed;
}
.jumbotron-other {
    background: url('../images/carousel3.jpg') no-repeat fixed;
}
.jumbotron {
    height: 30vh;
    background-size: cover;
}

.carousel {
    clear: top;
    margin-bottom: 4rem;
  }
  
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }

  .carousel-item {
    height: 32rem;
    max-width: 110vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .welcome-carousel-image1{
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.1);
    background-image:url('../images/carousel1.jpg');
  }

  .welcome-carousel-image2{
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.1);
    background-image:url('../images/carousel2.jpg');
  }

  .welcome-carousel-image3{
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.1);
    background-image:url('../images/carousel3.jpg');
  }
  
  .welcome-carousel-image4{
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.1);
    background-image:url('../images/carousel4.jpg');
  }
