@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* @import url(http://fonts.googleapis.com/css?family=Michroma); */

* {
	font-family: 'Open Sans', sans-serif;
}

/*!
 * 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.
 */

body {
    margin-top: 20px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

img {
	margin:auto;
}

.navbar-fixed-top .navbar-brand {
	padding: 0 15px;
}

.navbar-fixed-top .nav {
	padding: 15px 0;
}

nav .collapse .nav li a:hover {
	color: #E8E8E8;
}

#bs-example-navbar-collapse-1 { /* right align nav */
	float: right;
	margin-right: -40px;
}

.page-scroll {
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 1.1em;
}

.list-group {
	font-weight: 600;
}

@media(max-width:768px) { /* left align nav when toggled */
	#bs-example-navbar-collapse-1 {
		float: none;
	}
	
	.page-scroll {
		font-family: 'Open Sans', sans-serif;
	}
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.slide-image {
    width: 100%;
}

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

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

.caption {
    /* height: 130px; */
    overflow: hidden;
	text-align: center;
	background:rgba(0,114,188,0.9);
	margin: -10px; /* blue caption height control */
}

.caption h4 {
    white-space: nowrap;
	color: white; /* blue caption font styles */
	font-weight: 300;
}

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

.thumbnail {
    position:relative;
    overflow:hidden;
}

.btn-group {
	margin: 25px 0 25px 0;
}

/* CSS for Thumbnail hover animation
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(0,114,188,0.5);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
} */