/*!
 * Start Bootstrap - Shop Item (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. */
}

.h1, .h2, .h3, h1, h2, h3 {
	color: #d8c398;
}

a, a:hover {
	    color: #ffab00;
}

.thumbnail img {
    margin-top: 14px;
	    border: 3px dotted #d8c398;
		
}

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

.thumbnail {
    padding: 0;
}

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

.navbar-inverse {
	background: #d8c398;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
	text-decoration: underline;
}

.navbar-brand > img {
	border: 1px solid #d8c398;
}

footer {    
    background: #d8c398 url('../i/mainbottom.jpg') left center repeat;
    height: 80px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background: #d8c398;
	border-color: #d8c398;
}

.lead {
	margin-top: 2em;
}

.f-left {
	float: left;
	margin-right: 8px;
}

.f-right {
	float: right;
	margin-left: 8px;
}

.f-center {
	display: block;margin: 8px auto;
}

.col-lg-12 {
	text-align: right;
	position: relative;
	top: 38px;
	right: 10px;
}