/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
    height:100%;
}

.caption h4 {
     white-space:normal;
}

.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;
}
/*customizes*/

h1, h2, h3, h4, h5, h6{
    color:brown;
    text-transform:uppercase;
    text-align:center;
    white-space:normal;
}



.thumbnail {
    background-color:mintcream;
}
a.list-group-item{
    background-color:mintcream;
    color:brown;
}
.astrick {
	font-size: 50px;
	color: #CC0000;
	line-height: 1;
	text-align: center;
	padding: 0;
	margin: 10px 0;
}