/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
    max-width:500px;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

/*custom below*/

.lead {
    padding-top: 20px;
}

.tshirt {
    height: 200px;
}

#carousel-example-generic {
    max-width: 500px;
    margin: 50px auto;
}

.caption h4, .caption-full h4 {
    white-space:normal;
}

.caption .pull-right h4, .caption-full .pull-right h4  {
    text-decoration: line-through;
    margin-bottom: 0px;
}

.caption a, .caption-full a {
    padding-right: 10px;
}

.caption .pull-right p, .caption-full .pull-right p {
    text-align: right;
    color: red;
}

.item-link {
  width: 150px;
  font-family: 'Questrial', "Source Sans Pro","Helvetica Neue";
  margin: 0 0 20px 0 ;
  color:rgb(22, 6, 17);
  text-transform: none;

}

h4 a {
  color: #333;
}

h4 a:hover, h4 a:active {
  color: black;
}

.addpadsides {
  padding: 0px 30px;
}

.item-descriptor{
  margin:20px 0;
  line-height: 1.8;
}

.t-shirt-learn-more{
  margin-top:20px;
}

.gift_shop_button {
  color: #222222;
}

.gift_shop_button:hover {
  text-decoration: none;
}

@media (min-width: 870px) {
  body {
    padding-top:70px;
  }

  .addpadsides {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .item-title {
    font-size: 32px;
  }

  .caption-full .pull-right p, .caption-full .pull-right h4{
      font-size: 24px;
  }

  .item-descriptor {
    font-size: 18px;
  }

}
