body {
  font-family: 'Delius', cursive;
  font-size: 1rem;
}
p {
  font-size: 1.15rem;
}
h1 {
    font-family: 'Delius', cursive;
    font-size: 1.5rem;

}
h2 {
  font-family: 'Amita', cursive;
  font-size: 2.5rem;
  margin: 1rem 0;
}
h3 {
  font-family: 'Amita', cursive;
  font-size: 1.5rem;
}

.top-bar {
  background-color:#161616;
  color: #ffffff;
  font-size: 1rem;
}
.top-title {
    background-image: url("../images/OutsideBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    color: #ffffff;
}
.top-title-a {
    font-family: 'Amita', cursive;
    font-size: 3rem;
    padding:1rem 0;
}
.tag-line-1{
  font-family: 'Amita', cursive;
  font-size: 1.35rem;
  padding:1rem 0;
}
.shoppe-1 {
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
}
.testimonials {
  background-color: #dd9933;
}
.testimonials h2 {
  color:#ffffff;
}
.testimonials-1 {
  background-color: #ffffff;
  margin:1rem 0;
  padding: 1.25rem;
}
.testimonials-2 {
  font-family: 'Homemade Apple', cursive;
  font-size: 1.5rem;
  margin-right:2rem;
}
.spacer-line {
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
}

.google-maps {
  position: relative;
  padding-bottom: 55%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.list-group-item {
  padding:.2rem 1rem .2rem 1rem;
}

/*media sizes*/
@media (min-width: 576px) {
    .tag-line-1 {
        font-size: 1.25rem;
    }
  }
  
  @media (min-width: 768px) {
    .tag-line-1 {
        font-size: 1.25rem;
    }
  }
  
  @media (min-width: 992px) {
    .tag-line-1 {
        font-size: 1.65rem;
    }
  }
  
  @media (min-width: 1200px) {
    .tag-line-1 {
        font-size: 2rem;
    }
  }