/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.thumbnail
{
	display:inline-block;	
}

.navbar
{
	border-top:5px solid #00D0B8;
}

.jumbotron
{
	padding:40px 30px;
	/*border-top:1px solid #00D0B8;
	border-bottom:1px solid #00D0B8;*/
}
.navbar-fixed-top
{
	background-color: #fff;
	/*border-bottom:1px solid #00D0B8;*/
	background-color: #ECECEC;
}
.navbar-fixed-top a 
{
	color:#666;
}
a.navbar-brand
{
	color:#333;
}

.navbar-fixed-top a:hover, 
.navbar-fixed-top a:focus
{
	color:#000;
}
.navbar-nav li.active
{
background-color: #eee;
}
.navbar-toggle
{
	background-color: #666;
}
.navbar-toggle .icon-bar {
background-color:#ccc;
}
.jumbotron.homeballoon
{
	background:url(/simg/balloon.png) no-repeat right;
	background-position: right 20% top 15px;
	background-color: #ECECEC;
	padding: 40px 30px 60px;
}

.jumbotron.homeballoon .btn-primary{
	margin-top: 10px;
}

.jumbotron.homeballoon p {
	line-height: 2;
}

.jumbotron.uv
{
	background-color: #FEECEC;    
    margin: 0;
    margin-top: 20px;
    padding: 20px;
}

.jumbotron.uv p 
{
    font-size: 14px;
}