@font-face {
  font-family: "Phenomena-Bold";
  src: url("../fonts/phenomena/Phenomena-Bold.otf"); }

body {
  font-family: Phenomena-Bold, Helvetica, Verdana, Sans-Serif;
  font-size: 20px; }

.navbar {
  background: #AAB77B;
  border: 3px solid #98AA49; }
  .navbar div.navbar-header .navbar-brand {
    background-color: #91A95D;
    text-decoration: underline !important;
    border-right: 3px solid #98AA49;
    color: #fff; }
  .navbar ul.navbar-nav li.active {
    background-color: #91A95D;
    text-decoration: underline !important; }
  .navbar ul.navbar-nav li a {
    color: #fff !important; }
    .navbar ul.navbar-nav li a:hover {
      background-color: #91A95D;
      text-decoration: underline !important; }

.btn-themed {
  background-color: #91A95D;
  background-repeat: repeat-x;
  border-color: #98AA49;
  color: #fff; }

.carousel .carousel-inner {
  background-color: #AAB77B; }
  .carousel .carousel-inner .item {
    background-color: #AAB77B; }

.container .themed {
  background-color: #91A95D; }

.portfolio-wrapper {
  padding-top: 50px;
  overflow: hidden;
  position: relative !important;
  background: #AAB77B;
  border: 3px solid #98AA49;
  padding-left: 10px; }
  .portfolio-wrapper .col-md-4 {
    padding-bottom: 50px; }
  .portfolio-wrapper .portfolio-image {
    position: relative;
    max-width: 300px;
    max-height: 300px;
    width: 300px;
    height: 300px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.testimonial-image {
  max-height: 300px;
  max-width: 450px;
  height: 300px;
  width: 450px; }

.portfolio-active {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease; }

.wbs-theme {
  color: #DC3522; }

footer {
  padding-bottom: 25px; }

/*# sourceMappingURL=style.min.css.map */
