/*# sourceMappingURL=main.css.map */
header .navbar-brand {
  background: url("/themes/farming/logo.png") 15px 10px no-repeat;
  padding-left: 80px;
}

.course-progress-panel {
  border: solid 1px #ccf;
}
.farming {
	background-image: url("/themes/farming/home-graphic.jpg");
	background-size: cover;
}
.farming h1 {color: white; font-weight: bold;}
.farming p {color: white; font-weight: bold;}
.farming a {color: white; font-weight: bold;}

.dashboard .row .well {
	background-image: url("/themes/farming/dash-graphic.jpg");
	background-size: 50%;
	background-position: right;
	background-repeat: no-repeat;
}
.dashboard .row .well h1 {color: #000; font-weight: bold;}
.dashboard .row .well p {color: #444; }
