@charset "UTF-8";
/* CSS Document */

body{
	background-color:#defabc;
	padding:0px;
	margin:0px;
}

div.wrapper {width:1140px; margin:0 auto; display:flex;}

/*** HEADER STUFF ***/

div.header-content{
	display:flex;
	font-family: "Playball", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color:#9ed0e0;
	text-shadow: 1px 1px gray;
	/*border-bottom: 3px solid black;*/
	text-align:center;
	margin:0 auto;
	width:1140px;
}
div.header-content ul {
	margin:23px 0 0 0px;
	padding:0px;
}
div.header-content ul li {
	display:inline-block;
	margin-right:10px;
	padding-right:20px;
	font-size:20px;
	font-family: "Playfair Display", serif;
	
}
div.header-content ul li a {
	color:#FFFFFF; 
	text-decoration: none;
	transition:0.3s;
	background:rgba(158, 208, 224);
	padding:5px 10px 7px 10px;
	border-radius: 5px;
	text-shadow:2px 2px 5px #000;
	cursor: pointer;
}
div.header-content ul li a:hover {
	background:rgba(69,42,6,1.00);
}

div.header-content h1{
	margin:0px 0px;
	padding-bottom: -30px;
	padding-top: 10px;
	/*-webkit-text-stroke: 0.01px rgba(69,42,6,0.7); */
}
.header-content img{
	width: 60px;
	height: 60px;
	padding:5px 10px 2px 30px;
}

/*** SPLASH CTA STUFF ***/

div.splash-content{
	background:url("../willowimages/splashimg.jpg") top center no-repeat;
	width:1140px;
	margin:0 auto; 
	display:block;
	padding-bottom:120px;
}
div.splash-content h2{font-family: "Playfair Display", serif;
	color:#9ed0e0;
	text-align:center;
	text-shadow: 3px 3px 10px black;
	font-size: 70px; 
	/* -webkit-text-stroke: 1px grey*/;
	padding:50px;
	margin-bottom:240px;
}
a.viewClasses {
	display:block;
	width:160px;
	text-align:center;
	color:white; 
	font-size:24px; 
	background:rgba(158, 208, 224); 
	text-decoration: none; 
	padding:15px 25px; 
	border-radius: 40px;
	text-shadow:2px 2px 5px #000; 
	box-shadow:0 2px 10px black; 
	/*margin:900px 0 0 550px;*/
	margin:0 auto;
	cursor: pointer;
	transition:0.3s;
	
	
}
a.viewClasses:hover{
	background:rgba(69,42,6,1.00);
	cursor:pointer;
}

/*** WHY WILLOW? STUFF ***/

div.whyWillowContent{
	margin-top:20px;
	margin-bottom: 20px;
}

div.whyWillowContent h2{
	color:rgba(69,42,6,1.00);
	font-family: "Playfair Display", serif;
	font-size: 40px;
}
div.whyWillowContent p{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:rgba(69,42,6,1.00);
	margin-bottom:30px;
}

div.whyWillowContent img{
	width:500px;
	float:left;
	margin-right: 20px;
}

a.viewCommunity {
	width:180px;
	text-align:center;
	color:white; 
	font-size:20px;
	background:rgba(158, 208, 224); 
	text-decoration: none; 
	padding:10px 15px; 
	border-radius: 40px;
	text-shadow:2px 2px 5px #000; 
	box-shadow:0 2px 10px black; 
	/*margin:900px 0 0 550px;*/
	margin:5px 40px auto 180px;
	cursor: pointer;
	transition:0.3s;
	
	
}
a.viewCommunity:hover{
	background:rgba(69,42,6,1.00);
	cursor:pointer;
}

/*** IMAGE GALLERY STUFF ***/

.galleryimg{
	display:inline-block;
	justify-content: center;
	
}
.gallery-content{
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-tems: center;
}

.galleryimg img{
	width:320px;
	margin:10px;
	align-content: center;
	transition: ease 0.3s;
}
.galleryimg img:hover{
	width:350px;
	margin-bottom: 0px;
}

/**** Recently at Willow ****/

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(69,42,6,0.8);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(158,208,224,1.0);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: rgba(69,42,6,0.8);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




/*** Social Media Stuff ***/

h2.followus{
	display: block;
	font-family: "Playball", cursive;
	font-size: 60px;
	color: rgba(69,42,6,1.00);
	text-align: center;
	margin:15px;
	padding-top: 20px;
}

.social-container{
	display: flex;
	width: 400px;
	background:rgba(158,208,224,1.0);
	padding: 10px;
	border-radius: 15px;
	transition:0.3s
}

.social-container:hover{
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
	cursor:pointer;
		
}

.socialmedia-content {
	width:auto;
	margin:40px auto;
	display:grid;
	grid-template-columns: auto auto ;
	grid-gap: 20px;
	padding-bottom:20px;
}


.socialmedia-content a{
	text-decoration: none;
}


.social-container h3{
	display:inline-block;
	font-size: 30px;
	font-family: "Playfair Display", serif;
	padding-left:20px;
	color: rgba(69,42,6,1.00);
	
}

.social-container img{
	width:80px;
	height:80px;
	padding-top:10px;
}

/*** FOOTER Stuff ***/

.footer-wrapper{
	width:1140px; margin:0 auto; display:flex;
	background:rgba(158,208,224,1.0);
}

.footer-content{
	width:auto;
	margin: 0 auto;
	display:grid;
	grid-template-columns: auto auto auto;
	column-gap: 240px;
	padding-bottom:20px;
}

.footer-content h2{
	font-family: "Playfair Display", serif;
}

.footer-content a{
	margin:7px 0px;
	font-family:  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}


/***** TRAINERS CSS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX *****/


.trainer-splash{
	display: block;
	width:1140px;
	background:url("../willowimages/trainersplashimg.jpg") top center no-repeat;
	object-fit: cover;
	padding-bottom:300px;
}

.trainer-splash h2{
	font-family: "Playball", cursive;
	color: rgba(158,208,224,1.0);
	text-shadow: 3px 3px 10px black;
	font-size: 80px;
	margin:250px auto auto 550px;
}


/*** FOUNDER BIO ***/

.founderbio{
	background:rgba(158,208,224,1.0);
	width:1040px;
	margin:0 auto;
	margin-bottom:30px;
	border-radius: 20px;
	
	color:rgba(69,42,6,1.00);
}

.founderbio img{
	width: 30%;
	float:left;
	margin:30px 50px 30px 30px;
	border: 3px outset black;
	
}

.founderbio h3{
	font-family: "Playball", cursive;
	font-size: 45px;
	margin:25px auto 1px auto;
}

.founderbio h4{
	font-family: "Playfair Display", serif;
	font-size: 20px;
	margin-top:0px;
}

.founderbio p{
	width:1000px;
	font-family:  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

/*** OTHER BIOS ***/


.trainerbios{
	width:auto;
	margin:40px 50px;;
	display:grid;
	grid-template-columns: auto auto ;
	grid-gap: 20px;
	padding-bottom:20px;
	
	
}

.bio{
	display:inline-block;
	background:rgba(158,208,224,1.0);
	padding:20px;
	border-radius: 15px;
}

.bio img{
	float:left;
	width:30%;
	border-radius: 15px;
	margin-right: 15px;
}

.bio h2{
	font-family: "Playball", cursive;
	font-size: 30px;
	margin-top:0px;
	margin-bottom:5px;
}
.bio p{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

	
.commSplash{
	display: block;
	width:1140px;
	background: url("../willowimages/commSplash.jpg") top center no-repeat;
	object-fit: cover;
	padding-bottom:250px;
}

.commSplash h2{
	text-align: center;
	font-family: "Playball", cursive;
	color: rgba(158,208,224,1.0);
	text-shadow: 3px 3px 10px black;
	width:auto;
	font-size: 80px;
	margin:220px auto 0 auto;
}

.commSplash h3{
	font-family:  "Playfair Display", serif;
	color:rgba(158,208,224,1.0);
	font-size: 30px;
	margin:10px auto;
	text-align: center;
	text-shadow: 3px 3px 10px black;
	
}

.commSplash p{
	font-family:  "Playfair Display", serif;
	color:rgba(158,208,224,1.0);
	font-size: 20px;
	margin:10px auto;
	text-align: right;
	text-shadow: 3px 3px 10px black;
	width:440px;
}

/*** STAY UP TO DATE ***/

.stayUpToDate{
	display:flex;
	background: rgba(158,208,224,1.0);
	padding:15px;
	border-radius: 15px;
	margin-bottom: 15px;
	width:auto;
	margin:0 auto;
}
	
.fb-page{
	width:300px;
	margin-left:20px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-top: 10px;
}

.stayUpToDate h2{
	color:rgba(69,42,6,1.00);
	font-family: "Playball", cursive;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom:5px;
}

.event{
	padding:5px 10px;
	margin: 10px 0px;
	border-radius: 10px;
	width:600px;
}

.event h3{
	font-family: "Playball", cursive;
	font-size: 25px;
	margin:0px;
}

.event h4{
	margin:0px;
}

.event p{
	margin:0px 5px 5px 0px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	
}

#event1{
	background:url("../willowimages/starsbg.jpg") repeat;
	/***background:rgba(21,26,56,1.00);***/
	color:rgba(192,160,251,1.00);
	text-shadow: 3px 3px 7px black;
}

#event2{
	background: url("../willowimages/ghostdude.png") top right no-repeat rgba(242,144,15,1.00);
	color:black;
}

#event3{
	background: linear-gradient(30deg, rgba(245,229,110,1.00),rgba(186,113,38,1.00));	
}

#event4{
	background:url("../willowimages/confetti.png") top left repeat-x #defabc;
}


/*** ANECTDOTES ***/

h2.voices{
	font-family: "Playball", cursive;
	text-align: center;
	margin:20px 0px 5px 0px;
	font-size: 50px;
	color:rgba(69,42,6,1.00);
	
}

.anectdotes{
	width:1140px;
	margin: 20px auto;
}

.member{
	margin: 10px auto;
	width:990px;
	background: rgba(69,42,6,1.00);
	overflow:auto;
	border-radius: 15px;
}

.member img{
	float: left;
	width:200px;
	border-radius: 120px;
	margin:20px;
}

.member h2{
	font-family: "Playball", cursive;
	font-size: 40px;
	color:rgba(214,254,255,1.00);
}
.member p{
	font-family:  "Playfair Display", serif;
	font-size: 20px;
	color:rgba(214,254,255,1.00);
}

#right_align{
	text-align: right;
}
#right_align.member img{
	float:right;
}

/*** image scroll ***/

div.scroll-container {
  background-color: rgba(158,208,224,1.0);
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
	margin-bottom: 30px;
}

div.scroll-container img {
  padding: 10px;
}

/***** SCHEDULE & PRICING CSS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX *****/

.price-wrapper{
	width:1140px; margin:0 auto; display:flex;
	background: url("../willowimages/splashpricesimg.jpg") top center no-repeat;

}


.prices{
	width:840px;
	object-fit: cover;
	padding-bottom:170px;
	margin:  auto;
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 30px;
}

.prices h2{
	grid-column-start: 1;
	grid-column-end: 4;
	text-align: center;
	color:rgba(158,208,224,1.0);
	font-family: "Playball", cursive;
	font-size: 80px;
	text-shadow: 0px 0px 50px black;
	margin:50px 0px;
	
}

.priceInfo{
	background: rgba(158,208,224,1.0);
	width:200px;
	height:340px;
	text-align: center;
	margin:0 auto;
	font-family:  "Playfair Display", serif;
	border-radius: 15px;
	box-shadow: 0px 0px 50px black;
	color: rgba(69,42,6,1.00);
}

.priceInfo h3{
	font-size: 60px;
	margin:10px 0px 0px 0px;
	font-family: "Rokkitt", serif;
}

.priceInfo p{
	margin:5px 10px 10px 10px;
}


/*** SCHEDULE ***/

h2.scheduleHeader{
	font-size: 80px;
	font-family: "Playball", cursive;
	text-shadow: 0px 0px 50px black;
	color: rgba(69,42,6,1.00);
	text-align: center;
	margin:0px auto;
}

.schedule{
	margin:30px auto;
}

.schedule table, td, th{
	border:1px solid rgba(69,42,6,1.00);
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.schedule img{
	width:50%;
}

.schedule th{
	background: rgba(158,208,224,1.0);
	padding:5px;
}

.schedule th.logoTH{
	background: #defabc;
}

.schedule td{
	padding:5px;
}


/*** CTA TRAINER BUTTONS***/

h2.LearnMore{
	font-size: 60px;
	font-family: "Playball", cursive;
	text-shadow: 0px 0px 50px black;
	color: rgba(69,42,6,1.00);
	text-align: center;
	margin:0px auto;
}

.trainerctaButton{
	width:200px;
	position: relative;
	margin:20px;
	
}

.trainerctaButton img{
	width:100%;
	display: block;
	margin:auto;
	border-radius: 100px;
	
}
.hoverContent{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	background: rgba(158,208,224,0.6);
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 100px;
	opacity: 0;
	transition: 0.5s;
}

.hoverContent a{
	width:100%;
	height:100%;
	text-align: center;
	padding-top:70px;
	
	font-family: "Playball", cursive;
	font-size: 25px;
	text-decoration: none;
	color:rgba(69,42,6,1.00);
	text-shadow: 0px 0px 50px black;
	
}

.hoverContent:hover{
	opacity: 1;
}


/***** CONTACT CSS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX *****/
	


h2.contact{
	width:450px;
	text-align: center;
	font-size: 60px;
	font-family: "Playball", cursive;
	color: rgba(69,42,6,1.00);
	margin:15px auto 0px auto;
	background: rgba(158,208,224,1.0);
	padding-top:10px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}


.contactinfo{
	padding:20px;
	background:rgba(158,208,224,1.0);
	width:1040px;
	margin: 0 auto 30px auto;
	display: inline-block;
	border-radius: 30px;
}

.contactinfo iframe{
	float:left;
	margin:20px;
	
}
.contactinfo h3{
	font-family: "Playball", cursive;
	font-size: 30px;
	color: rgba(69,42,6,1.00);
}


.contactinfo p{
	font-size: 20px;
	font-family:  "Playfair Display", serif;
	color: rgba(69,42,6,1.00);
}






















