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

html {
    position: relative;
    min-height: 100%;
    /* background: #F0EFE7;
    margin: 0;
    padding: 0;
    font: 15px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4E443C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); */
}

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /* margin-bottom: 270px;   Margin bottom by footer height, can add more  */
}

.slide-image {
    width: 100%;
}

.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;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}
/* 
footer {
    margin: 50px 0;
} */

/* for footer */
/* .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;  /*Set the fixed height of the footer here */
    /* line-height: 60px; Vertically center the text there */
    /* background-color: #eeecec; */
/* }  */

/* For placeholders, like login */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Carousel */
/* @import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: normal;
    text-rendering: optimizelegibility;
  }
  
  h1 {
      color: #4E443C;
      font-size: 36px;
      font-weight: bold;
  }
  
  h2, h2 a {
      color: #F14E32;
  }
  
  h3, h3 a {
    color: #0388A6;
  }
  
  a {
    color: #0388A6;
  }
  
  pre {
    border:1px solid #000;
    overflow-x:auto;
    background: #222;
    color: #fff;
    text-shadow: none;
  }
  
  .wrapper {
      max-width: 620px;
      padding: 0 20px 40px 20px;
      margin: auto;
  } */