body {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
}
p {
  font-size: 1.15rem;
}
h1 {
  font-family: 'Coiny', sans-serif;
    font-size: 2rem;
    color: #78459b;

}
h2 {
  font-family: 'Changa', sans-serif;
  font-size: 2rem;
  margin: 1rem 0;
  color: #ec1e79;
}
h3 {
  font-family: 'Coiny', sans-serif;
  font-size: 1.35rem;
  color: #ec1e79;
}
h4 {
  font-family: 'Coiny', sans-serif;
  font-size: 1.25rem;
  color: #78459b;
  margin:1rem 0 0 0;
}
h5 {
  font-family: 'Changa', sans-serif;
  font-size: 1.25rem;
  margin: 1rem 0;
  color: #ec1e79;
}

a {
  color: #ec1e79;
}

a:hover {
  color: #78459b;
  text-decoration: none;
}

.nav-link {
  font-family: 'Changa', sans-serif;
  font-size:2rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #ec1e79;
}
.navbar-light .navbar-nav .active .nav-link {
  color: #78459b;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #78459b;
}
.bg-light {
  background-color: #ffffff!important;
}




.buttons-bar {
  padding: 1rem 0;
}
.schedule {
  font-size:.9rem;
  padding:0 0 1rem 3rem;
}
.bottom-footer {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 7px;
}





.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;
}

.spacer-line {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #78459b;
}

.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;
}


/*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;
    }
  }