/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
	font-size: 1.3em;
}
h1, .h1 {
	font-size: 24px;
}
h2, .h2 {
	font-size: 20px;
}
.jumbotron {
	padding: 0;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron h2,
.jumbotron .h2 {
  padding-top:0; 
	margin-top: 0;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
	  padding: 20px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 42px;
  }
  .jumbotron h2,
  .jumbotron .h2 {
    font-size: 28px;
  }
	.jumbotron p {
		font-size: 21px;
	}	
}
@media only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
table.no-table-xs,  table.no-table-xs thead,  table.no-table-xs tbody,  table.no-table-xs th,  table.no-table-xs td,  table.no-table-xs tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
table.no-table-xs thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.no-table-xs tr {
	border: 1px solid #ccc;
}
table.no-table-xs td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 30% !important;
	white-space: normal  !important;
	text-align: left;
}
table.no-table-xs td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 25%;
	padding-right: 10px;
	white-space: pre;
	text-align: left;
	font-weight: bold;
}
/*
	Label the data
	*/
table.no-table-xs td:before {
	content: attr(data-title);
}
}
@media print {
  a[href]:after {
    content: none;
  }
}
.two_columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
.two_columns .row, .indent .row {
	text-indent:-10px;
	margin-left:10px
}