html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Cabin, sans-serif;
}

#page {
	min-height: 100%;
	position: relative;
}

#content {
	padding-bottom: 120px;
}

nav.navbar {
	background-color: #101518;
}

.navbar {
	background: inherit;
	border: 0;
}

.navbar-right {
	margin-right: 50px;
}

.navbar .navbar-brand {
	font-size: 40px;
	color: white;
}

.navbar .navbar-brand > img {
	display: inline;
}

.navbar a:hover {
	color: white !important;
}

.navbar-nav a {
	color: #ccc !important;
}

.navbar-nav a:visited {
	color: #ccc !important;
}

.navbar-nav a:hover {
	color: white !important;
}

#front-page.jumbotron {
	background-color: #1c4125;
	color: white;
}

.jumbotron {
	background: inherit;
}

.jumbotron h2 {
	font-family: Inconsolata, sans-serif;
}

#splash small {
	color: white !important;
}

.btn-transparent {
	background: inherit;
	color: white;
	border-width: 2;
	border-color: white;
	font-size: 21px;
}

.btn-success {
	color: white;
}

.btn-info {
	color: white;
}

.text-normal {
	font-size: 14px;
}

.text-biggish {
	font-size: 18px;
}

.text-large {
	font-size: 22px;
}

.text-huge {
	font-size: 36px;
}

.text-normal {
	font-size: 14px;
}

@media (min-width: 992px) {
	.narrow {
		margin-left: 120px;
		margin-right: 120px;
	}
}

.thumbnail img {
	text-align: center;
	height: 80px;
}

footer {
	height: 70px;
	padding-top: 20px;
	margin-top: 50px;
	background-color: black;
	color: #ccc;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cell-borderless {
	border: 0 !important;
}

.glyphicon-ok {
	color: #00cc00;
}

.glyphicon-remove {
	color: #ff0000;
}

table#pricing-table {
	border: 0;
}

div.callout {
	background-color: #bbffbb;
}

.table > thead:first-child > tr:first-child th.top-line {
	border-top: 2px solid #ddd;
	color: #ffffff;
	background-color: #1c4125;
}

table#pricing-table > thead > tr:first-child > th {
	text-align: center;
	font-size: 150%;
}

table#pricing-table > tbody > tr > td {
	text-align: center;
}

th.price {
	padding: 0px !important;
}

th.price span.price {
	margin: 0px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

th.price p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

h1.faq-question {
	font-weight: normal;
	font-size: 22px;
	background-color: #d9edf7;
	border: 1px solid #7ccef7;
	padding: 5px;
}

@media (min-width: 768px) {
	.faq-answer {
		margin-left: 20px;
	}
}
@media (min-width: 992px) {
	.faq-answer {
		margin-right: 20px;
	}
}

.faq-answer {
	font-size: 22px;
}
