#homeCarousel {
  padding-right: 0;
  padding-left: 0;
}
.welcomeRow {
  background: #5d8662;
  color: #fff;
}
.welcomeRow.Mute{
  background: #030;
}
.descriptiveText {
  padding: 20px;
}
.signature {
  font-family: 'Amatic SC', cursive;
  font-size: 28px;
  margin-bottom: 25px;
}
.descriptiveText > p > a {
  color: #ed0;
}
.descriptiveText > p > a:hover {
  color: #0af;
}
li > h3 {
  display: inline;
}

.upcomingRow, .commentRow {
  color: #311;
}

.pricingRow {
  background-color: #c8ab5f;
  color: #fff;
}

.pricingRow.Mute {
  background-color: #e1b33f;
}

.pricingRow > div > .panel {
  color: #000;
}
.panel > div > .btn-big:hover {
    font-weight: bold;
}
.customerQuote {
    color: #040;
    font-weight: bold;
    font-style: italic;
}
.customerName {
    font-family: 'Amatic SC', cursive;
    font-size: 32px;
    text-align: right;
}
.fulldivimage {
  background-size:cover;
  min-height: 500px;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-control {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0 40px;
    font-size: 40px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-caption {
    font-size: 2em;
    background: #383;
    background: rgba(93,134,98,0.9);
    right: 0;
    left: 0;
    bottom: initial;
}
.carousel-caption.Mute {
  background: rgba(0,50,0,0.9);
}
.carousel-caption > p {
    margin: 0;
}