nav * {
	font-family: 'Roboto', sans-serif;
}
.jumbotron{
	text-align: center;
	margin-top: 50px;
	background-color: rgba(153, 0, 41, 0.89);
/*	background-image: url("../img/jumbotron_bg_0.jpg"); 
	background-size: cover;
	background-position: 50% 10%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	opacity: 0.6;
	z-index: -1;*/
}
.jumbotron h1, .jumbotron h2{
	color: #fff;
	text-align: left;
}
.jumbotron h1 {
	font-weight: 300;
}
.jumbotron h2 {
	font-size: 2.5em;
	font-weight: 100;
}
.price-li {
	border: 1px solid #777;
	border-left: 10px solid rgb(204,102,102);
	padding: 20px;
	margin-bottom: 20px;
}
.price-li h3 {
	margin-top: 0;
	margin-bottom: 12px;
}
.price-li .note {
	font-size: .9em;
	margin-bottom: 0;
}
#map {
	height: 300px;
	margin-top: 30px;
}
#main {
	margin-bottom: 50px;
}
th {
	text-align: center;
	font-weight: 400;
}
b {
	font-weight: 400;
}
body {
	background: #fff; 
}
li a p {
	display: inline-block;
	margin: 0;
	padding-left: 5px;
	font-size: 1.2em;
}
nav a{	
	color: #575757;
	text-align: center;
	display: inline-block;
	padding: 20px 25px;
}
.container {
	display: block;
}
.container p {
	font-size: 1.2em;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #575757;
}
.hx, h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	color: #575757;
	font-weight: 100;
	margin-bottom: 25px;
}
.modal-dialog {width:100%;max-width: 1000px;}
.thumbnail {max-height: 163px;}

@media screen and (max-width: 768px) { 
	.hideimg { display: none; }  
}
