body {
  color: #363636; }
  body > img {
    margin-top: 20px;
    margin-left: 20px; }

.text-uppercase {
  text-transform: uppercase; }

.row.header {
  margin-top: 20px;
  margin-bottom: 20px; }
.row.content h1 {
  font-size: 32px; }

.btn-green {
  color: white;
  background-color: #8cb40a;
  border-color: #8cb40a;
  background-color: #8cb40a;
  background-image: -webkit-linear-gradient(top, #9fcc0b, #799c09);
  background-image: linear-gradient(to bottom, #9fcc0b, #799c09);
  font-weight: bold;
  text-shadow: 0 1px 0 #668407;
  border: 0;
  -webkit-transition: background-color 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease; }

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
  color: white;
  background-color: #668407;
  border-color: #5f7a07; }

.btn-green:hover {
  box-shadow: 0 0 20px #b2e40d inset; }

.btn-green:hover:active {
  background-image: 0;
  background-color: #668407;
  box-shadow: 0 0 20px #415305 inset, 0 0 20px gainsboro; }
