/* LESS - http://lesscss.org style sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=12i0u0kaok74vtV7zouctf9iJcy */
/* Feel free to copy&paste color codes to your application */
/* MIXINS */
/* As hex codes */
/* Main Primary color */
/* As RGBa codes */
/* Main Primary color */
/* Generated by Paletton.com © 2002-2014 */
/* http://paletton.com */
body {
  color: #000000;
  background-color: #D8E1C1;
}
h1 {
  margin: 0.5em 0 0 0.75em;
  font-size: 3em;
  color: #657245;
  text-shadow: 3px 3px 5px #4E5E27;
}
h1 small {
  font-size: 55%;
  text-shadow: 2px 2px 3px #4E5E27;
}
@media only screen and (min-width: 768px) {
  h1 {
    margin-top: 1em;
    font-size: 4.25em;
    line-height: 0.75em;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    text-shadow: 1px 1px #4E5E27;
    color: #D8E1C1;
    margin-bottom: 40px;
  }
  h1 small {
    color: #D8E1C1;
  }
}
h3 {
  font-weight: bold;
}
#page-wrapper {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  #page-wrapper {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #page-wrapper {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #page-wrapper {
    width: 750px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #page-wrapper {
    width: 96%;
  }
}
@media only screen {
  #page-wrapper {
    background-color: #D8E1C1;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: linear-gradient(270deg, transparent, #D8E1C1 95%), linear-gradient(180deg, transparent, #D8E1C1 99%), url("../img/forest.jpeg");
  }
}
#banner {
  position: relative;
}
#banner .nav-tabs {
  margin: 0 auto;
}
#banner .title {
  font-family: "Goudy Old Style", SortsMillGoudyTTRegular, serif;
  text-shadow: 2px 2px 5px #899766;
}
#banner .subtitle {
  font-family: "Goudy Old Style", SortsMillGoudyTTRegular, serif;
  font-variant: small-caps;
  text-shadow: 2px 2px 5px #899766;
}
@media only screen and (min-width: 767px) {
  #banner {
    height: 200px;
    margin-top: 20px;
  }
  #banner .innerContainer {
    height: 100%;
    border-bottom-width: 0;
  }
  #banner .title {
    font-size: 3.6em;
  }
  #banner .subtitle {
    line-height: 1.2em;
    font-size: 1.8em;
    margin-left: 2em;
  }
  #banner .nav-tabs {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #banner .nav-tabs {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #banner .nav-tabs {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #banner .nav-tabs {
    margin-left: 12px;
  }
  #banner .title {
    font-size: 2.8em;
  }
  #banner .subtitle {
    line-height: 0.8em;
    font-size: 1.6em;
    margin-left: 5em;
    margin-right: 6em;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #banner .nav-tabs {
    width: 96%;
  }
  #banner .title {
    font-size: 2em;
  }
  #banner .subtitle {
    line-height: 1em;
    font-size: 1.4em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #banner .nav-tabs {
    width: 90%;
  }
  #banner .title {
    font-size: 1.9em;
  }
  #banner .subtitle {
    line-height: 1em;
    font-size: 1.1em;
    margin-left: 4em;
    margin-right: 4em;
    margin-bottom: 20px;
  }
}
#contactResults {
  margin: 0 0 50px 0;
  font-size: 18px;
}
#footer {
  margin-top: 20px;
}
.accordion {
  max-width: 45em;
}
.accordion-item {
  background-color: #657245;
}
.accordion-item .accordion-header button {
  background-color: #ABB88C;
}
.accordion-item .accordion-body {
  background-color: #D8E1C1;
}
.panel-default {
  background-color: #ABB88C;
}
.panel-default .panel-heading {
  padding-left: 1em;
  background-color: #ABB88C;
}
.panel-default .panel-body {
  background-color: #D8E1C1;
}
.tab-pane > .container {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .tab-pane > .container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top-width: 4px;
  }
}
.tab-pane > .container .innerContainer {
  height: 100%;
  padding: 15px;
}
.rates-panel {
  min-width: 205px;
}
.rates-panel .timeframe {
  display: inline-block;
  width: 11ex;
}
.rates-panel .cost {
  display: inline-block;
  width: 9ex;
  text-align: right;
}
.well {
  border-color: #4E5E27;
  border-radius: 10px;
  color: #000000;
}
.well a {
  color: #000000;
}
.wellTitle {
  font-size: larger;
}
.nav-tabs.nav-justified {
  width: 96%;
}
/* tab color */
.nav-tabs > li > button {
  background-color: #899766;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
/* active tab color */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs > li > button.active:hover,
.nav-tabs > li > button.active:focus {
  color: #000000;
  background-color: #657245;
}
/* hover tab color */
.nav-tabs > li > button:hover {
  color: #4E5E27;
  background-color: #ABB88C;
  border-color: #657245;
}
/*# sourceMappingURL=main.css.map */