body{
	/*font-family: 'Roboto Condensed', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-weight:300;*/
	background:url(../img/main_bg.jpg);
	/*background:#e7e7e7;*/
	background-size:cover;
}
body.nobg{
	/*font-family: 'Roboto Condensed', sans-serif;*/
	background:none;
}

h1,h2,h3,h4,h5{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

h1{
	font-size:2em;
	padding-bottom:35px;
}
.doc-container{
	padding-bottom:200px;	
}
.navbar-brand{height:65px; vertical-align:middle; line-height:35px;}
.navbar-nav>li>a {line-height:35px;}
footer{
	position:static;
	bottom:0;
	left:0;
	right:0;
}
.title{
	font-weight:400;
	font-size:2em;
}
.centered{
	text-align:center;
}

.well {
    background-color: #ffffff;
}

.margin-top-neg20{
		margin-top:-20px;
	}

form{
		margin-bottom:30px;	
	}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
.jumbotron .h1, .jumbotron h1 {
    font-size: 2em;
	margin-top:0;
	line-height:1em;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: rgba(255,255,255,0.90);
	margin-top:0px;
}
.single-panel{
	margin-bottom: 30px;
    background-color: rgba(255,255,255,0.90);
	margin-top:0px;
}
.long{min-height:0px;}
@media (min-width: 768pm) {
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.margin-top-100{
		margin-top:100px;
	}
	
	.margin-top-50{
		margin-top:50px;
	}
	
	.margin-top-30{
		margin-top:30px;
	}
	
	.margin-top-10{
		margin-top:30px;
	}
	.jumbotron .h1, .jumbotron h1 {
		font-size: 3em;
		margin-top:0;
		line-height:1em;
	}

	.jumbotron {
		padding: 30px 15px;
		margin-bottom: 30px;
		color: inherit;
		background-color: rgba(255,255,255,0.90);
		margin-top:150px;
	}
	.single-panel{
		margin-bottom: 30px;
		background-color: rgba(255,255,255,0.90);
		margin-top:150px;
	}
	.long{min-height:700px;}
	
	.separated-left{
		border-left:1px solid #ccc;
	}
	.separated-right{
		border-right:1px solid #ccc;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }