.navbar-brand {
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 50px;

}



.fixed-top {
	position: relative;
}

.bg-dark {
	background: #5F6920 !important;
}
.form-signin {
	letter-spacing: 1px;
}

.form-signin label {
	color: #768221;
	font-size: 14px;
}

a {
	transition: .3s;
}

.form-signin strong {
	font-size: 40px;
	font-weight: 300;
	padding-right: 10px;
	color: #C16058;
}

.form-signin p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #4179B5;
	font-size: 18px;
	font-weight: 300;
}

.navbar {
	max-width: 1140px;
	margin: 0 auto;
}

header {
	background: #5F6920 !important;
	border-bottom: 1px solid #ccc;
}

footer {
	border-top: 1px solid #ccc;
	font-size: 14px;
	margin-top: 40px;
}

button {
	background: #C16058 !important;
	border: 1px solid #C16058 !important;
	transition: .5s;
}

button:hover {
	background: #4179B5 !important;
	transition: .8s;
	border: 1px solid #4179B5 !important;
}

.bad {
	background: #5F6920;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 14px;
}

.pagetitle {
	font-size: 40px;
	font-weight: 300;
	padding-right: 10px;
	color: #C16058;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.highlight {
	font-size: 22px;
	margin-left: 30px;
	padding: 20px 0;
	color: #768221;
	font-weight: 200;
}

.container {
	letter-spacing: 1px;
	color: #666;

}

.container em {
	color: #768221;
	font-size: 22px;
}

.container img {
	float: right;
	max-height: 180px;
	margin-top: 10px;
	padding-bottom: 10px;
}

main {
	padding-bottom:  40px !important;
}