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

* {
	font-family: 'Josefin Sans', sans-serif;
	box-sizing:border-box;
	}



.navhead{
	
	display: flex;
	flex-direction: row;
	margin-top: 20px;

	}

.logo-image {
	display: flex;
	align-items: center; 
	flex-direction: row;
	max-width: 250px;
	}




/*.navlist {
	display: flex;
	justify-content:flex-end;
	align-content:center;
	}*/

.navbar {display: flex;
	justify-content:center;
	align-items: flex-end;
	height: 100%;
	
}

.navbar li {
	padding: 0vh 3vw;
	font-size: 20px;
	color: #437dc0;
}

.navbar li:hover {color: #eaaa63; 	
}


#login {width:90%;
	height: 53%;
font-size:21px;
display: flex;
justify-items: center;
align-items: center;
	color: #437dc0;
}

#login:hover {color: #ff9622;}

#submit_btnh {width: 90%;
	height: 53%;
	background: linear-gradient(#eaaa63,#ff9622);
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    padding: 20px 0px 20px 0px;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-box-shadow: 1px 1px 10px 0px #404A57;
    box-shadow: 1px 1px 10px 0px #404A57;
text-shadow: 1px 1px 3px #4A4A4A;}
    
#submit_btnh:hover {
	background: linear-gradient(#8ed5df,#437dc0);
    color: white;
text-shadow: 1px 1px 4px #4A4A4A;}


.container{max-width:1200px; margin:auto;background:#fff; }
.container-fluid{width:100%;}
.hero {background:rgba(30,223,247,1.00); height:300px; font-size:144px; color:#fff; text-align:center;}
img {max-width:100%; width:100%; height:auto;}

.cell {/*for presentation only*/
 
    font-size: .875rem;
    margin-bottom: .5rem;
    color: #666;
    background-clip: content-box;
	}

/*starting slideshow CSS*/

* {box-sizing:border-box;}

/* Slideshow container */
.slideshow-container {
  position:inherit;
  margin:auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.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;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.textss {
  color: black;
  font-size: 30px;
  padding: 18px 12px 10px 12px;
	margin-left: 4%;
  position:absolute;
	bottom: 60px;
  width: 35%;
  text-align:center;
background: linear-gradient(#8ed5df,#437dc0);
font-family: 'Josefin Sans', sans-serif;
	box-shadow: 1px 1px 10px 0px #404A57;
	border-radius: 20px;
	line-height: 45px;
 }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

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

@-webkit-keyframes fade {
  from {opacity: .7} 
  to {opacity: 1}
}

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

/*ending slideshow CSS*/

/*start gym trotter body css*/


.ss {color: white;
	text-shadow: 1px 2px 4px #4A4A4A;
}
.ss:hover {color: #eaaa63 ;
	text-shadow: 1px 1px 4px #4A4A4A;
	}

.box {display: flex;
justify-items: center;
align-items: center;}

#b1 {
	background-image: url("../img/photoshopped images/fitness_acroyoga_overlay.jpg");
	background-size:cover;
    background-repeat: no-repeat;
	height: 400px;
	width: 400px;
	margin: 0px 15px 30px 15px;
	padding: 0px;
		}

#b1:hover {background-image:url("../img/photoshopped images/fitness_acroyoga copy copy.jpg"); 
	
}


#b2 {
	background-image: url("../img/photoshopped images/fitness_pilates_over.jpg");;
	background-size:cover;
	background-repeat: no-repeat;
	height: 400px;
	width: 400px;
	margin: 0px 15px 30px 15px;
	padding: 0px;
	}


#b2:hover {	background-image: url("../img/photoshopped images/fitness_pilates copy.jpg");
}

#b3 {
	background-image: url("../img/photoshopped images/fitness_cycling_overlay.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	height: 400px;
	width: 400px;
	margin: 0px 0px 30px 15px;
	padding: 0px;
	}

#b3:hover {background-image: url("../img/photoshopped images/fitness_cycling copy copy.jpg");
	}

.box-paragraph {
	
	height: 400px;
	width: 400px;
	font-family: 'Josefin Sans', sans-serif, bold;  
	font-size: 50px;
    color: white;
	padding: 30% 5% 30% 0%;
	text-shadow: 1px 2px 4px #4A4A4A;
	
	}
.box-paragraph:hover {
	color: #eaaa63;
	width: 400px;
	height: 400px;
	justify-items: center;
	align-items: center; 
	text-shadow: 1px 2px 4px #4A4A4A;
}

#snowflake {text-align: center;
	margin-left: 5%;
	}


li {
	font-size: 20px;
	color: #437dc0;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	float: left;
	width: 100%;
	}



hr {background-color: #eaaa63;
	width: 70px;
	height: 5px;
	}

p {font-family: 'Josefin Sans', sans-serif;
font-size: 17px;
	
}

h1 {font-family: 'Josefin Sans', sans-serif;
}

h2 {font-family: 'Josefin Sans', sans-serif;}

h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	color: black;
	}

.about {width:100%;
	height:500px;
align-content: center;
justify-content: center;
	
	}


.why {width:100%;
	height:500px;
align-content: center;
justify-content: center;
	}


.left1 {
	
	align-items: center;
	justify-items:center;
	padding-left: 50px;
	text-align: center;
	padding-top: 50px;
	
}

.left2 {
	align-items: center;
	justify-items:center;
	padding-left: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
	}

.right {

	padding-top: 50px;
	text-align: center;
	}

#climber {
	background-image: url(../img/fitness_climbing.jpeg);
	height: 500px;
	display: flex;
	background-size: cover;
	background-repeat:no-repeat;
	}

#bell {
	background-image: url(../img/fitness_kettlebell.jpg);
	height: 500px;
	display: flex;
	background-size: cover;
	background-repeat:no-repeat;
	}


.gym {display: flex;
align-content: center;
justify-content:center;
	
}


.locations {margin-top: 0%;
}

.map {
	
	background-image: url(../img/fitness_map.jpg);
	display: flex;
align-items: center;
justify-content: center;
	height: 350px;
}




#submit_btn {width: 17%;
	height: 17%;
  background: linear-gradient(#eaaa63,#ff9622);
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    padding: 20px 0px 20px 0px;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-box-shadow: 1px 1px 10px 0 #404A57;
    box-shadow: 1px 1px 10px 0 #404A57;
}
    
#submit_btn:hover {
	background: linear-gradient(#8ed5df,#437dc0);
    color: white;}

#submit_btn1 {width: 45%;
	height: 13%;
   background: linear-gradient(#eaaa63,#ff9622);
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    padding: 20px 0px 20px 0px;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-box-shadow: 1px 1px 10px 0 #404A57;
    box-shadow: 1px 1px 10px 0 #404A57;}
    
#submit_btn1:hover {
	background: linear-gradient(#8ed5df,#437dc0);
    color: white;}



.testimonial {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	
}

.test1 {
	color: #437dc0;
	font-size: 20px;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 33.333%;
	
}
.test2 {
	color: #437dc0;
	font-size: 20px;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 33.333%;
}

.test3 {
	color: #437dc0;
	font-size: 20px;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 33.333%;
}



/*end gym trotter body css*/

/*abi css*/

.background_pricing {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
  background-color: #437dc0;
  background-image:url(../img/kayaking.jpg)
}
.background::after {
  /*<!--content: '';  */
  background: #60a9ff;
  background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
  background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
  background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 25px;
  }
}

.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 960px;
  width: 100%;
}

.panel {
  /*background-color: #fff; 
  border-radius: 10px;
  padding: 15px 25px; */
  position: relative;
  width: 100%;
  z-index: 10;
}
/*Pricing section*/

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
	background: rgba(0,0,0,0.7)
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: capitalize;
}

.pricing-plan {
background-color: #F5F2F2; 
  border-bottom: 1px solid #e1f1ff;
  padding: 20px;
}

.blue{
	/*background-color: #67C9C5; */
}
.twelve,plan{
	width: 100%;
}
.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #EAAA63;
    flex-basis: 100%;
    /*padding: 25px 50px; */
  }

  .pricing-plan:last-child {
    border-right: 1px solid #EAAA63;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  /*color: #EAAA63;*/
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 30px;	
}

.pricing-features {
  color: #437DC0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #437DC0;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  color: #fff;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  background-color: #eaaa63;	
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #437dc0;
  color:white;	
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}

/*Signup section*/
.cell signupsection {
 
    padding: 1rem;
    line-height: 2;
    font-size: .875rem;
    margin-bottom: .5rem;
    color: #666;
    background-clip: content-box;
}
.twelve, signupsection{
	width:100%;
}

/*Footer section*/

footer ul
{
margin:0;
padding: 0;
background: #262626;	
}
footer ul li
{
	
 list-style: none;
float: left;
margin: 0px;
width:80px;
height: 80px;
line-height: 80px;
text-align: center;
/*background: #fff;*/
border-radius: 50%;
position:relative;
overflow:hidden;
color: #262626;
font-size: 40px;	
z-index: 1;
transition: .5s ease-in-out;	
}
footer ul li:before
{
content: '';
width:100%;
height: 100%;	
position: absolute;
top:0;
left:-100%;
background: #ccc;
z-index: -1;
border-radius: 50%;
transform: scale(0);
transition: .3s ease-in-out;	
}
footer ul li:hover:before
{
left:0;
transform:scale(.9);
}
ul li:nth-child(1):before
{
background: #EAAA63;	
}
ul li:nth-child(2):before
{
background: #EAAA63;	
}
ul li:nth-child(3):before
{
background: #EAAA63;	
}
ul li:nth-child(4):before
{
background: #EAAA63;	
}
ul li .fa
{
transition: .3s ease-in-out;
}
ul li:hover .fa
{
color:#fff;	
}
footer img
{
	width:140px;
	height:auto;
	float:left;
}
footer
{
	background: linear-gradient(#8ed5df ,#437dc0 );
	
}


h3
{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

.footertext {text-align: left}
.footerlink{text-align: left;}

#googleplay {margin-right: 50px}

.footer {
	margin-top: 30px;
}

/*Input fields for the signup section*/
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/* Style for button
   button {
    background-color: #eaaa63;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
} */
/*Extra style for cancel button*/
/*.cancelbtn {
    padding: 14px 20px;
    background-color: #67c9c5;
} */
/* Cancel and signup buttons*/
.cancelbtn,.signupbtn {
    float: left;
    width: 50%;
}
/* Adding padding to container elements*/
.signupsection {
    padding: 16px;
	width:75%;
	height:75%;
    margin: auto;
}
/* Clear floats*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* Changed style for cancel and signup button on extra smaller screen */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
}
hr
{background-color: #eaaa63 ;
    width: 70px;
    height: 5px;
    }



/* end abi css */ 



@media only screen and (max-width: 900px) {
	
	.logo-image {max-width: 100%;}
	
	#submit_btnh {height: 0%;}
	#submit_btn {height: 0%;}
	
	.navbar li{
		flex-direction: row;
	width:100%;
	margin: 0px;
	text-align: center;
	}
	.slideshow-container {display: none;}
	
	#snowflake {max-width: 80%;}
	#classprice {max-width: 80%;}
	#bell {display: none;}
	#climber {display: none;}
	
	.hero {background:rgba(30,223,247,1.00); height:200px; font-size:25px;}
}

/* pricing section*/
#box1 {
	background-image: url("../img/photoshopped images/fitness_acroyoga_overlay.jpg");
	background-size:cover;
    background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	margin: 0px 15px 30px 15px;
	padding: 0px;
		}

#box1:hover {background-image:url("../img/photoshopped images/fitness_acroyoga copy copy.jpg"); 
	
}
#box2 {
	background-image: url("../img/photoshopped images/fitness_acroyoga_overlay.jpg");
	background-size:cover;
    background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	margin: 0px 15px 30px 15px;
	padding: 0px;
		}

#box2:hover {background-image:url("../img/photoshopped images/fitness_acroyoga copy copy.jpg"); 
	
}
#box3 {
	background-image: url("../img/photoshopped images/fitness_acroyoga_overlay.jpg");
	background-size:cover;
    background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	margin: 0px 15px 30px 15px;
	padding: 0px;
		}

#box3:hover {background-image:url("../img/photoshopped images/fitness_acroyoga copy copy.jpg"); 
	
}
#box4 {
	background-image: url("../img/photoshopped images/fitness_acroyoga_overlay.jpg");
	background-size:cover;
    background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	margin: 0px 15px 30px 15px;
	padding: 0px;
		}

#box4:hover {background-image:url("../img/photoshopped images/fitness_acroyoga copy copy.jpg"); 
	
}
#classprice {text-align: center;
	margin-left: 2%;
	}
.price-paragraph {
	
	height: 300px;
	width: 300px;
	font-family: 'Josefin Sans', sans-serif, bold;  
	font-size: 30px;
    color: white;
	padding: 25px;
	text-shadow: 1px 2px 4px #4A4A4A;
	margin-bottom: 50px;
	
	}
.price-paragraph:hover {
	color: #eaaa63;
	width: 300px;
	height: 300px;
	justify-items: center;
	align-items: center; 
	text-shadow: 1px 2px 4px #4A4A4A;
}
@media (min-width: 900px) {
  #classprice {
    flex-direction: row;
  }
}
.classprice {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	
}

/*Style for price-button*/
.price-button {width: 90%;
	height: 53%;
	background: linear-gradient(#eaaa63,#ff9622);
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-box-shadow: 1px 1px 10px 0px #404A57;
    box-shadow: 1px 1px 10px 0px #404A57;
text-shadow: 1px 1px 3px #4A4A4A;}
    
.price-button:hover {
	background: linear-gradient(#8ed5df,#437dc0);
    color: white;
text-shadow: 1px 1px 4px #4A4A4A;}

