body {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
p {
  font-size: 1.15rem;
}
h1 {
  font-family: 'Lora', serif;
    font-size: 2rem;
    color: #609a2c;
    margin: 0 0 1rem 0;

}
h2 {
  font-family: 'Lora', serif;
  font-size: 2rem;
  margin: 1rem 0;
  color: #609a2c;
}
h3 {
  font-family: 'Lora', serif;
  font-size: 1.35rem;
  color: #609a2c;
}
h4 {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  color: #609a2c;
  margin:1rem 0 0 0;
}
h5 {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  margin: 1rem 0;
  color: #609a2c;
}

a {
  color: #609a2c;
}

a:hover {
  color: #609a2c;
  text-decoration: none;
}




.nav-link {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size:1.25rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #9fd272;
}
.navbar-light .navbar-nav .active .nav-link {
  color: #355f0f;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #355f0f;
}
.bg-light {
  background-color: #ffffff!important;
}

/* WCoS */
.home-h1 {
  font-family: 'Dancing Script', cursive;
  font-size:3rem;
}
.top-bar {
  background-color: #609a2c;
  color: #ffffff;
  padding: 7px;
}





.buttons-bar {
  padding: 1rem 0;
}
.schedule {
  font-size:.9rem;
  padding:0 0 1rem 3rem;
}
.bottom-footer {
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 7px;
}
/* responsive youtube */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  }
   
  .video-container iframe,
  .video-container object,
  .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
/* responsive google map */
.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;
    }
  }