@charset "utf-8";
/* CSS Document */

.nav-link
{
font-weight: 501;
padding-right: 3rem !important;
padding-left: 3rem !important;	
}
.nav-link:hover
{
	color: white!important;
	background-color: #f793c5!important;
}
.hover1
{
	color: white!important;
	background-color: #f793c5!important;
}
.btn-outline-success
{
color: #f793c5!important;
	border-color: #f793c5!important;
	
}
.btn-outline-success:hover
{
	color: white!important;
	background-color: #f793c5!important;
}
.slide1
{
	position: fixed;
	margin-top: 120px;
}.para1
{
	color: #f793c5;
	position: absolute;
	bottom: 389px;
	font-weight: bold;
	font-size: 48px;
	text-align: justify;
}
.button1
{

	font-weight: bold!important;
	text-align: center!important;
	font-size: 25px!important;
}
.btn-success
{
position: absolute;
		bottom:270px!important;
	background-color: #f793c5!important;
	left:120px;
	border: 1px solid  #f793c5!important;
border-radius: 91px!important; 
}
.btn-success:hover
{
	background-color: black!important;
	border: 1px solid  black!important;
}
.about1
{
	color: #f793c5;
	position: absolute;
	bottom:288px;
	font-weight: bold;
	font-size: 48px;
	text-align: justify;
	margin-left: 297px;
}
.yoga
{
	font-size:48px;
	font-weight: bold;
	padding-left: 148px;
	padding-top:52px;
		font-family: 'Russo One', sans-serif;
	color:  #f793c5;
}
.section1
{
	margin-top: 49px;
	
}
.about
{
	padding: 12px;
	padding-top:39px;
	text-align:justify;
	text-decoration: none!important;

	
}
.owner
{
	margin-top:71px;

	margin-left: 120px;
}
.level{
	margin-top: 49px;
}
.class1
{
	font-size: 49px;
	font-weight: bold;
			font-family: 'Archivo Black', ;
	color:#f793c5!important;
}


// font stuff
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);


// colour stuff
@white: #ffffff;
@lightBG: #dce1df;
@salmon: #ff6666;

@teal: #0096a0;
@tealMid: #0ebac7;
@tealContrast: #33ffff;
@tealShade:	#007c85;

@darkGrey: #4f585e;

body {
  background: @lightBG;
  color: @darkGrey;
  font-family: 'Source Sans Pro', sans-serif;
  text-rendering: optimizeLegibility;
}

a.btn {
  background: @teal;
  border-radius: 4px;
	box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
  color: @white;
  display: inline-block;
  padding: 6px 30px 8px;
  position: relative;
  text-decoration: none;
	transition: all 0.1s 0s ease-out;
}

.no-touch a.btn:hover {
  background: lighten(@teal,2.5);
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out;
}

.no-touch a.btn:active,
a.btn:active {
  background: darken(@teal,2.5);
  box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
  transform: translate3d(0,1px,0);
  transition: all 0.025s 0s ease-out;
}

div.cards {
  margin: 80px auto;
  max-width: 960px;
  text-align: center;
}

div.card {
  background: @white;
  display: inline-block;
  margin: 8px;
  max-width: 300px;
  perspective: 1000;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  width: 300px;
  z-index: 1;

  img {
    max-width: 300px;
  }
  
  .card__image-holder {
    background: rgba(0,0,0,0.1);
    height: 0;
    padding-bottom: 75%;
  }

  div.card-title {
    background: @white;
    padding: 6px 15px 10px;
    position: relative;
    z-index: 0;
    
    a.toggle-info {
      border-radius: 32px;
      height: 32px;
      padding: 0;
      position: absolute;
      right: 15px;
      top: 10px;
      width: 32px;
      
      span {
        background: @white;
        display: block;
        height: 2px;
        position: absolute;
        top: 16px;
        transition: all 0.15s 0s ease-out;
        width: 12px;
      }
      
      span.left {
        right: 14px;
        transform: rotate(45deg);
      }
      span.right {
        left: 14px;
        transform: rotate(-45deg);
      }
    }
    
    h2 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -0.05em;
      margin: 0;
      padding: 0;
      
      small {
        display: block;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.025em;
      }
    }
  }

  div.card-description {
    padding: 0 15px 10px;
    position: relative;
    font-size: 14px;
	 
	  
  }

  div.card-actions {
  	box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
    padding: 10px 15px 20px;
    text-align: center;
  }
  
  div.card-flap {
    background: darken(@white,15);
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
	  
  }
  div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
  }
  div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
  }
  
}

div.cards.showing {
  div.card {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
  }
}

.no-touch  div.cards.showing {
  div.card:hover {
    opacity: 0.94;
    transform: scale(0.92);
  }
}

div.card.show {
  opacity: 1 !important;
  transform: scale(1) !important;

  div.card-title {
    a.toggle-info {
      background: @salmon !important;
      span {
        top: 15px;
      }
      span.left {
        right: 10px;
      }
      span.right {
        left: 10px;
      }
    }
  }
  div.card-flap {
    background: @white;
    transform: rotateX(0deg);
  }
  div.flap1 {
    transition: all 0.3s 0s ease-out;
  }
  div.flap2 {
    transition: all 0.3s 0.2s ease-out;
  }
}
/*footer*/
.footer1
{
	background-color: #333333;
	color: white;	
}
.address
{
	font-size:31px;
	font-weight: bold;
	padding-top: 23px;
}
.fas1
{
	padding-right:22px!important;
	
}
.icon1
{
	padding-top:8px;
}
.fa-map-marker-alt
{
	margin-top: 27px;
}
#reg
{
	
	font-size:  24px;
	
}
.phoine
{
	padding-left: 38px;
	
}
.fab{
	font-size: 40px!important;
	padding-left: 12px!important;
}
.fab:hover
{
	color: #f793c5!important;
}
.copy
{
	margin-top: 54px;
	margin-bottom: 72px;
}
.fa-envelope
{
	font-size: 38px!important;
	
}
.home1
{
	font-size: 17px;
font-weight: bold;
	color:white;
	text-decoration: none!important;
}
.about{

	line-height: 53px;
}
a:hover

{
	color:white!important;
}
.fa-chevron-right {
	margin-top: 45px;
}
.fa-chevron-right
{
	margin-right: 12px
}
.feb {
	font-weight: bold;
}


.log111
{
	margin-top:22px;
}

#mc_embed_signup { border: none; text-align: center; width: 100%; ;} /* Signup form container */

.mc-field-group { display: inline-block; } /* positions input field horizontally */

#mce-EMAIL { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1em; border: 2px solid #ABB0B2 ; color: #343434; background-color: #fff;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0; } /* Input Styles */

.clear { display: inline-block; } /* positions button horizontally in line with input */

.button { font-family: 'Helvetica Neue', Helvetica,  Arial, sans-serif; font-size: 1em; letter-spacing: .03em; color: #fff; background-color:#f793c5 ; border: 2px solid #f793c5 ; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0; } /* Button Styles */

:-webkit-input-placeholder { color: #ABB0B2 ; } /* WebKit browsers */ 
:-moz-placeholder { color: #ABB0B2 ; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #ABB0B2 ; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #ABB0B2 ; } /* Internet Explorer 10+ */

@media (max-width: 768px) { /* positions input field and button underneath each other with 100% width for tablet and mobile */
  
.mc-field-group { display: block; max-width: 100%; }
#mce-EMAIL { padding: .7em 0 .7em 1em; width: 96%; margin: 0; }
.clear { display: block; width: 100% }
.button { width: 100%; margin: .5em 0 0 0; }
  
}



.address1 {
		font-size:28px;
	font-weight: bold;
	padding-top: 23px;
}

.stay {
	font-size:28px;
	margin-top: 40px;
	margin-bottom: 46px;
	font-weight: bold;
}

.hoga1 {
	 font-family: 'Slabo 27px', serif;
}
