﻿body {
  background-color: rgb(121,117,116);
  background: -moz-linear-gradient(left, rgb(121,117,116) 0%, rgb(186, 168, 148) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(121,117,116)), color-stop(100%,rgb(186, 168, 148))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgb(121,117,116) 0%,rgb(186, 168, 148) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgb(121,117,116) 0%,rgb(186, 168, 148) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgb(121,117,116) 0%,rgb(186, 168, 148) 100%); /* IE10+ */
  background: linear-gradient(to right, rgb(121,117,116) 0%,rgb(186, 168, 148) 100%); /* W3C */
}

.body-background {
  background-color: rgb(215, 207, 196);
}

.theme-color {
    color: rgb(45, 80, 22);
}

.theme-background-color,
.navbar-inverse {
    background-color: white;
    background: white;
}

.theme-background-color {
    background-color: white;
    color: black; /* So text is visible */
}

.theme-alt-color {
  color: rgb(186, 168, 148);
}

.theme-background-color {
  background-color: rgb(121,117,116);
  color: white;
}

.theme-background-alt-color {
  background-color: rgb(186, 168, 148);
  color: black;
}

.button-default {
  background-color: rgb(121,117,116);
  color: white !important;
}

.theme-background {
    background: #8CC63F;
}

.theme-footer {
    background-color: #9ACD32 !important
}