/*
@import url('https://fonts.googleapis.com/css?family=Anton');
body {
  background: #29AB87;
  background-image: url("https://chrislanejones.com/wp-content/uploads/2017/03/bigstock-Beautiful-Waterfall-On-Guadelo-114611036-scaled-1.jpg");
}

h1 {
  font-family: 'Anton', sans-serif;
  color: #29AB87;
}
*/

.input-group {
  margin-top: 20px;
  margin-bottom: 10px;
}

.panel {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, .9)!important;
  border: solid 2px #ccc;
}

.panel-heading {
  /*background-color: #8AFFDF;*/
  background-color: #5684ab !important;
}

#accordion_search_bar {
  border: solid 2px #ccc;
  max-width: 80%;
}

.btn-default {
  border: solid 1.5px #ccc;
}

.fa-search {
  font-size: 1.3em;
  color: #5684ab;
}

.fa-paw, .fa-book-open {
  font-size: 1.4em;
  /*color: #6B7F7A;*/
  color: #ccc;
  margin-right: 10px;
}

.fa-book-open-reader {
  font-size: 1.4em;
  /*color: #6B7F7A;*/
  color: #fff;
}

.panel-title {
    color: #fff;
}

