/* 1. General Layout */
.body-container {
	min-height: 850px;
}

.navbar-fixed-top-buffer {
	margin-top: 50px;
}

.jumbotron-brand-logo {
	widows: 24px;
	height: 24px;
}

.jumbotron-dark {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}

.jumbotron-dark a {
	color: white;
}

.jumbotron-dark .help-block {
	color: white;
}

/* Vertical Spacers */

.top-compress {
	margin-top: -20px;
}

.bottom-compress {
	margin-bottom: -20px;
}

.top-buffer {
	margin-top: 25px;
}

.top-buffer-2x {
	margin-top: 50px;
}

.top-buffer-3x {
	margin-top: 150px;
}

.bottom-buffer {
	margin-bottom: 25px
}

.bottom-buffer-2x {
	margin-bottom: 50px;
}	

.bottom-buffer-3x {
	margin-bottom: 150px;
}
/* Horizontal Spacers */

.side-buffer {
	padding-right: 10px;
	padding-left: 10px;
}

.side-buffer-2x {
	padding-right: 20px;
	padding-left: 20px;
}
.side-buffer-3x {
	padding-right: 30px;
	padding-left: 30px;
}
.indent {
	padding-left: 10px;
}
.indent-2x {
	padding-left: 20px;
}

