html {
  font-size: 1rem;
}

body {
  background-color: #695437;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', sans-serif;
}

#hero {
  height: calc(100vh - 30vh);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header {
  display:flex;
  min-height:50px;
  padding:10px 0;
  background-color: rgba(45,28,0,.8);
  color:#d8be95;
}
.header .container {
  margin:auto;
}
.header a {
  color:inherit;
}

#googlemaps {
  height:28px;
  margin:auto;
  padding-right:5px;
}

#facebook {
  height:28px;
  margin:auto;
}

.right {
  text-align: right;
}

.aligner {
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo {
  max-width: 80%;
  margin-top:-23%;
}

#logo img {
  max-width:100%;
}

#logo p {
  padding: 5% 2% 0;
  text-align: center;
  font-size: 1.3rem;
  line-height:1.5rem;
  color:#fff;
  text-shadow: .1rem .1rem .1rem #000;
}

h2 {
  margin-bottom: 1rem;
  font-weight: 400;
  color:#333;
}

.border-thick {
  border: 10px solid #fff !important;
}

.figure-caption {
  text-align: center;
  color: #444;
  padding-top: .5rem;
  font-size: .8rem;
  line-height: 1.0rem;
}

.shopping.secondary .row.one .container {
  padding-bottom: 0;
}

.shopping.secondary .row.two .container {
  padding-top: 0;
}

.shopping.secondary .card-body {
  padding: 1.5rem 1rem;
}

.shopping .card {
  background-color: #e8d7bd;
}

.shopping .card-text {
    font-size: .8rem;
}
.card-title {
  color:#3f3f3f;
}

main .container {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.primary { background-color: #e8d7bd; }
.secondary { background-color: #c7ac82; }

footer {
  background-color: rgba(45,28,0,1);
  line-height:100px;
  color:#88785e;
}

main.photos img {
  display:block;
  margin:0 auto;
  max-height: 800px;
}


.testimonial {
  font-family: sans-serif;
  font-style: italic;
  /*color: #555;*/
  font-size: .8rem;
  line-height:1.3;
  position: relative;
  /*background: #f5eee3;*/
  background: #e8d7bd;
  border-radius: .4em;
  padding:1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin-bottom: 2rem;
}

.testimonial:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #e8d7bd;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.testimonial cite {
  font-size:.68rem;
  color: #555;
  display:block;
  font-style: normal;
  padding: .5rem 0 0 1rem;
}

.testimonial cite:before {
  content: '— ';
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html {
    font-size: 1.2rem;
  }
  .introduction .container,
  .proprietors .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .shopping.secondary .row.one .container {
    padding-bottom: 1.5rem;
  }
  .shopping.secondary .row.two .container {
    padding-top: 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #hero {
    height: calc(100vh - 15vh);
  }
  #logo {
    max-width: 50%;
    margin-top:-8%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
