/** Shopify CDN: Minification failed

Line 68:1 Expected "}" to go with "{"

**/
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.block{display:block;}



.banner-image{
    margin-top:-60px;
	width:100%;
  position:relative;
  z-index:1
}



.white-bg{
  background-color: #fff; 
  margin-top:-60px; 
  padding:60px;
	position:relative;
  z-index:2;
}

.banner-image h1.section-header__title{
  	font-family: 'Kalam', cursive;
	font-weight:600;
  	text-transform: none ;
  	margin-top:30%;
  	color: #ed217c;
   text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  	padding-right:10%;
}
.hero__image{background-position:center;}

.featured-card__title {
    font-size: 1.5em;
}
.white-bg h1.section-header__title{text-align:center; margin-bottom:15px; color:#1f94d2;}
h1.section-header__title{color:#1f94d2;}
h4.subtitle{width:60%; margin:auto; text-align:center; margin-bottom:30px;}

@media only screen and (max-width : 1024px) {
	.white-bg{margin-top:0}

}
  
  @media only screen and (max-width : 750px) {
  .banner-image{
    margin-top:-30px;
}