body {
  min-height: 100%;
  padding-top: 70px;
  position:relative;
  color: #805521;
  background-color: ##F9F7EB;
}

h1, h2, h3, h4, h5, .navbar li {
    color: #822343;
}

body, .navbar li {
    font-family: 'Montserrat', sans-serif;
}

p, li {
    font-family: 'Raleway', sans-serif;
}

.footer {
  bottom: 0;
  padding-top:15px;
  border-top: solid #E5DDB9 1px;
  background-color: rgb(229, 221, 185);
  font-size:18px;
}

.footer .container li a, .footer .container li {
    color:#777;
    vertical-align: middle;
}

.footer li.spaced {
  margin-left:5px;
  padding-left: 10px;
  border-left: 1px solid gray;
}

.banner {
    height: 100%;
}

#anchor-img {
    height:50px;
    width:50px;
}

#banner-img {
    /*height + both padding should add up to anchor height*/
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;

    width: 125px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-nav li a {
 line-height: 50px;     /*should match height of anchor-img to center the navbar tags vertically*/
 font-size:14px;
}

.navbar-toggle {        /*getting the toggle button to also match in height*/
    height: 50px;
    margin-top: 15px;
}

.body-container {
    margin-top: 50px;
}

#index-intro p, #index-intro-cont p {
    font-size: 18px;
    padding-bottom: 40px;
}

#index-toprow {
    padding-bottom: 15px;
    padding-top:20px;
}

.about-titlerow {
    margin-bottom: 30px;
}

.about-imgrow img {
    width:200px;
    height: 150px;
}

.about-descrow {
    margin-top:40px;
    margin-bottom:40px;
    padding-right: 20px;
    padding-left:20px;
}

#packages-container .package-title {
    margin-bottom: 20px;
}

#packages-container .package-block {
    margin-bottom: 30px;
}

#packages-container hr {
    margin-left: -15px;
    border-top-width: 3px;
}

.package-desc {
    margin-bottom: 30px;
}

.package-desc p {
    padding-top:20px;
}

.package-grid .firstrow {
    margin-bottom: 20px;
}

#packages-container #information-block ul {
    margin-bottom:25px;
}

.poi-circuit-elem {
    padding-right:15px;
    padding-left:15px;
    padding-top:30px;
    margin-bottom: 40px;
}

.poi-circuit {
    margin-bottom:60px;
}

.poi-circuit-elem h3{
    margin-top:0px;
}

.distance-blurb, .duration-blurb {
    font-size:17px;
}

.poi-circuit-elem-desc {
    margin-bottom: 20px;
}

.poi-circuit-elem-last {
    margin-bottom: 0px;
}

#kh-container, #contact-container {
    min-height:500px;
}

#location-container {
    margin-bottom:50px;
}

#kh-container p {
    font-size: 22px;
    margin-top:30px;
}

#kh-container .row {
    margin-bottom:40px;
}

#contact-body {
    position: relative;
}

#contact-body:after {
    content : "";
    background-image: url("../img/contact.jpg");
    background-size: cover;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#contact-container address {
    margin-top:15px;
    margin-bottom:20px;
    padding: 20px;
    border: 2px gray solid;
    border-radius: 15px;
    display:inline-block;
    background-color:rgba(255,255,255,0.5);
}

.no-lead .poi-circuit-elem-desc h3 {
    margin-bottom: 20px;
}

#location-container .directions h3, #location-container .directions h4, #location-container .directions p {
    padding-left:10px;
}

#location-container .directions #driving-directions-title {
    margin-bottom: 20px;
    background-color: #E5DDB9;
    padding-bottom:10px;
    padding-top:10px;
}

#location-container .directions .driving-directions-subtitle {
    padding-bottom: 5px;
}

#location-container .directions .driving-directions-subtitle-last {
    border-bottom: #BBBBBB solid 2px;
    padding-bottom: 10px;
}

#location-container .directions .direction-desc {
    font-weight: 400;
    padding-top: 20px;
}

#location-container .directions .direction-info {
    font-weight:bold;
    padding-bottom: 5px;
    border-bottom: #BBBBBB solid 1px;
}


.navbar-default, .panel-heading {
    background-image: none !important;
    background-color: #E5DDB9 !important;
}

.nav li a {
    padding-left:10px;
    padding-right: 10px;
}

.navbar-toggle {
    background-color: #F9F7EB;
}

.rates-table {
  margin-bottom: 30px;
}

.rates-table td.centeralign {
  text-align: center;
}

#packages-container #rates {
  position: relative;
  top: -70px;
}

.rates-block, #information-block {
  margin-bottom: 20px;
}

#information-block {
  margin-top: 15px;
}

#rates-header {
  margin-bottom: 20px;
}

.rates-subheader > h5 {
  font-size:16px;
}

.dropup:hover {
  cursor:pointer;
  cursor:hand;
}

.dropup .caret {
  margin-left:5px;
}

#copyright-tag {
  margin-top: 5px;
  float: right;
}

@media only screen and (max-width: 570px) {
  #copyright-tag {
    float: none;
    display:block;
    margin-top: 15px;
  }
}
