/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ background-color: #C6D5CD;
}

.lgptext {
  font-size: 130%;
}

.jumbotron {
    color: #FFFFFF; background-color: #2A303C; font-family: Copperplate Gothic Light, sans-serif; 
}

.hero-spacer {
    margin-top: 30px;
}

.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}

.headsecond {
         color: #2A303C;
}

.xmaspostage {
         text-align: center;
         color: #E90D0D;
         border: 2px solid #E90D0D;
}

.headIn {
           font-size: 130%;;
}

.address {
           list-style-type: none;
}      
           
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}


.ppmain {
    color: #118CFF;
    font-weight: bold;
    font-size: 22px;
}

/* Main carousel style */
.carousel {
    width: 700px;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    position:relative;
    bottom: -10px;
    left: 0;
    margin-left: 18px;
    width: 100%;
    margin-bottom: 180px;
}

/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 70px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 10px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 70px;
    left: 0;
    margin-top: 0;
    width: 100px; 
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7; 
}

.oversold {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #2A303C;
  color: white;
  font-size: 18px;
  padding: 12px 22px;
}