/*
 * Style tweaks -- where ChineseHideout deviates from bootstrap
 * --------------------------------------------------
 */

.jumbotron {
	padding:12px 30px;
	margin-bottom:30px;
	color:inherit;
	background: #efeedf;
}
.jumbotron h1,.jumbotron .h1 {
	color:inherit
}
.jumbotron p {
	margin-bottom:15px;
	font-size:21px;
	font-weight:200;
}
.container .jumbotron {
	border-radius:6px;
}
.jumbotron .container {
	max-width:90%;
}
@media screen and (min-width:768px) {
	.jumbotron{padding-top:12px;padding-bottom:36px;background: #efeedf url(../images/bg-med.png) 10px 20px no-repeat;overflow: hidden;}
	.container .jumbotron{padding-left:80px;padding-right:60px}
	.jumbotron h1,.jumbotron .h1{font-size:48px}
}

.processing {
	background: url('../images/progress.gif') center center no-repeat;
	background-size: 20px 20px;
}

.clickable {
	cursor: pointer;
}
