/*** CUSTOM STYLESHEET **/
/*
Business:; Beads Etc. Reno 
Date: Fall 2015
Bootstrap Framework
Original Concept for theme & Template:http://kakusei.cz - Designové předměty
Version: 1.0;
*/

/*** Color Guide ***/
/*

Red		#a42102 - rgb(164, 33, 2)
Orange	#da7701 - rgb(218, 119, 1)
Yellow	#fdc700 - rgb(253, 199, 0)	
D. blue	#101829 - rgb(16, 24, 41)
Gray	#a8a8a8 - rgb(168, 168, 168)

*/

a:hover,
a:focus {
	color: #da7701;
}

.btn-primary:hover {
	color: #fff;
	background: #da7701;
	border-color: #da7701;
}

/* Grayed Text */
.muted {
	color: #656565;
}

/* Navigation Styling */
.navbar ul.nav > li:hover {
	background: #a42102;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.navbar ul.nav > li > a:hover {
	color: #fff;
}

#footer li a:hover {
	color: #4fbfa8;
	text-decoration: none;
}

.link-footer a:hover {
	color: #da7701;
}

/*
HOME PAGE
*/
.navbar-brand {
	padding-top: 2px;
}

.navbar-brand > .logo-sml {
	padding-top: 10px;
}

.jumbotron {
	background: url('../img/beads/banner3.jpg') no-repeat;
	background-position: top center;
	position: relative; /* Option for .layer for overlay */
	background-size: cover;
	color: #fff;
	margin-top: 0;
}

.jumbotron h1, 
.jumbotron p {
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	padding: 8px 5px;
}

.jumbotron h1 {
	margin-top: 0;
}

/* FOOTER */
#footer li a:hover {
	color: #a42102;
}

/*
.layer {
	background: rgba(248, 247, 216, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
.post {
	background: #fff;
	padding: 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/* Inspired section - override display: block; */
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: inline-block;
}

/**
ABOUT PAGE
**/

.nav-pills > li > a:hover {
	background: #a42102;
	border-radius: 4px;
	color: #fff;
}

#blog-post {
	padding-left: 0;
	padding-right: 0;
}

.no-pad {
	padding-left: 0;
	padding-right: 0;
}

.no-pad {
	padding-left: 2px;
	padding-right: 0;
}

@media (max-width: 991px) {
	.small-banner {
		display: hidden;
	}
}

@media (min-width: 768px) {
	.col-sm-9 {
		float: none;
	}
}

/**
FAQ PAGE
**/
.post > .image {
	
}

/*
CONTACT PAGE
*/
#contact a:hover {
	color: #da7701;
}