
/** NAVBAR **/
.navbar {
	border-top: 3px solid rgb(144, 238, 144);
}
.navbar-brand {
	color: rgba(147, 184, 118, 0.8) !important;
	font-family: "alex_brushregular";
	font-size: 20pt;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(147, 184, 118, 1) !important;
}
/** JUMBOTRON **/
.jumbotron {
	background: transparent;
	margin-bottom: 0rem;
}
/** SCHRIFTART **/
.navbar-nav {
	font-family: quicksandregular;
}
h1.title {
	color: #93b876;
	font-family: alex_brushregular;
	font-size: 40pt;
}
.h2, h2 {
	font-size: 20pt;
}
.h3, h3 {
	font-size: 15pt;
}
.title-slogan {
	font-family: quicksandlight;
	font-size: 15pt;
}
p {
	font-family: quicksandregular;
}
label {
	font-family: quicksandregular;
}
/** POST HOME SIDE **/
.post-panel {
	margin-top: 25px;
	width: 100%;
}
.post-title {
	font-family: quicksandlight;
	font-size: 26pt;
}
.postnotify {
	font-family: quicksandlight;
}
.post-heading {
	margin-bottom: 20px;
	border-bottom: 1px dotted #93b876;
}
a {
	color: #93b876;
}
a:hover {
	color: #93b876;
	text-decoration: underline;
}
.panel-body p {
	color: rgba(0,0,0,0.7);
}
@media (max-width: 575.98px) {
h1.title {
	font-size: 30pt;
}
}
