html, body {
    height: 100%;
    font-family: 'Karla', sans-serif;
    background-color:#FFFFF0;
}

body {
    padding-top: 122.4px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top:10px;
}

.accordion-header {
    margin-top:0;
}


/*
h2, h3 {
    margin: 10px 0;
}
*/
/*navbar styles*/ 
.navbar {
    background-color: black;
}
.navbar-nav {
    font-size: 25px;
}

.nav-item > .btn-primary {
    color:white;
    margin-left:8px;
}

/*For overlapping cards. Doesn't work.*/
@media only screen and (min-width: 768px) {
    .overlap_row {
        perspective: 1000px;
        perspective-origin: center;
    }
}

.page-header {
    padding-bottom: 9px;
/*    margin: 40px 0 20px; */
    border-bottom: 1px solid #eee;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* For booking page */
.price {
    color: #EE4B2B;;
}

/*footer styles*/

@media (max-width:991px) {
  footer {
    margin-top:20px;
  }
}

.footer-contact > a {
    text-decoration:none;
    color:black;
}

.social {
  text-align:center;
}

.social > div > a{
  font-size:40px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:30px 0;
  color:#3d3d3d;
  opacity:0.75;
}

.social > a:hover {
  opacity:0.9;
}

.footer-contact > input, .footer-contact > textarea {
    margin:5px 0;
}

/* Reverb Store Styles */
 .reverb-embedded-listings {
    list-style-type: none !important;
    float: left;
  }
  .reverb-embedded-listing {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    box-shadow: 2px 2px 1px #f9f9f9;
    width: 200px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    font-family: "Arial", "Verdana", sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    list-style-type: none;
  }
  .reverb-embedded-listing a {
    text-decoration: none;
    color: #0080a5;
  }
  .reverb-embedded-listing-info {
    border-top: 1px solid #ddd;
    padding: 1em;
    height: 5em;
  }
  .reverb-embedded-listing-title {
    display: block;
    max-height: 38px;
    color: #6f6f6f;
    font-size: .8rem;
    font-weight: bold;
    overflow: hidden;
  }
  .reverb-embedded-listing-price {
    position: absolute;
    padding: 0.75rem;
    top: 0;
    right: 0;
    font-weight: bold;
    background-color: #D27900;
    color: white;
  }
  .reverb-embedded-listing img {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    width: 100%;
  }
  .reverb-embedded-listing img:hover { opacity: 0.85; }

/*Luke Stuff */

.spacer {
    height: 40px;
}