@import url(http://fonts.googleapis.com/css?family=Neuton:400,700,400italic|Ubuntu:300,400,700);

/*********************************************
//    MARGINS & PADDING
*********************************************/

.no-margin { margin-bottom:0px !important; }
.no-margin-top { margin-top:0px !important; }
.margin { margin-bottom:20px !important; }
.margin-top { margin-top:20px !important; }
.margin-left { margin-left:20px !important; }
.margin-right { margin-right:20px !important; }
.no-padding { padding-bottom:0px !important; }
.no-padding-top { padding-top:0px !important; }
.padding { padding-bottom:20px !important; }
.padding-top { padding-top:20px !important; }
.padding-left { padding-left:20px !important; }
.padding-right { padding-right:20px !important; }

.no-bold {
	font-weight: 400 !important;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: Ubuntu, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, sans-serif;
	color:#006837;
}

i {
	font-style: italic;
	font-family: Ubuntu, sans-serif;
}

.jumbotron, .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
	font-family: Neuton, serif;
}
.jumbotron i, .jumbotron h1 i, .jumbotron h2 i, .jumbotron h3 i, .jumbotron h4 i, .jumbotron h5 i, .jumbotron h6 i {
	font-style: italic;
	font-family: Neuton, sans-serif;
}
.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
	position: relative;
	z-index: 2;
	margin:0;
}
.jumbotron p {
	margin:0;
}
.jumbotron img {
	position: relative;
	z-index: 1;
	width: 180px;
	height: 180px;
}
.jumbotron h2 {
	font-size: 40px;
	line-height: 30px;
}
.jumbotron h3 {
	margin-bottom: 5px;
}
.jumbotron h4 {
	font-size: 22px;
}


.carousel-inner {
	height: 339px;
	background:#eee;
	border-radius: 6px;
}
.carousel-control.left {
	font-family: calibri, sans-serif;
	font-weight: 700;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.carousel-control.left .glyphicon-chevron-left {
	margin-left: -40px;
}
.carousel-control.right {
	font-family: calibri, sans-serif;
	font-weight: 700;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.carousel-control.right .glyphicon-chevron-right {
	margin-right: -40px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	width: auto;
	max-width: auto;
	height: auto;
	min-height: 100%;
	max-height: 100%;
	margin:0 auto;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	width: 100%;
	background: rgba(0,0,0,0.2);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


/*
 * Blog posts
 */

.blog-post {
}
.blog-post-title {
  margin-bottom: 5px;
  margin-top:5px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


.panel-body ~ .panel-body {
	border-top: 1px solid #ddd;
}

.pager {
	margin: 0px 0;
}
.pager li {
	margin-top: 20px;
	margin-bottom: 20px;
}