@charset "UTF-8";
/* living pixels  web site CSS document developed by Gardenia Gonzalez Gil */

/* global styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #272a31;
	background-color: #fff;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.hiddenup {
	position: absolute;
	top: -10000px;
}

.hiddenleft {
	text-indent: -10000px;
}

.wrapper {
	margin: 0px auto;
	max-width: 1250px;
}

/* header */

#headerBG {
	height: 380px;
	width: 100%;
	background-color: #272a31;
	transition: all .5s ease-in-out;
}

#mainHeader {
	height: 380px;
	margin: 0px auto;
	max-width: 1250px;
	background: url(../_images/lotus1.png) no-repeat 1rem 1rem;
	background-size: 44%;
	color: #fff;
	transition: all .5s ease-in-out;
}

#mainHeader h1 {
	text-align: right;
	font-size: 4rem;
	font-weight: 400;
	margin: 1rem 1rem 0 0;
	transition: all .5s ease-in-out;
}

#mainHeader p {
	text-align: right;
	font-size: 2.2rem;
	font-weight: 400;
	margin-right: 1rem;
	transition: all .5s ease-in-out;
}

/* main navigation */

#mainNav {
	margin-right: 1rem;
}

#mainNav ul {
	height: 200px;
    display: grid;
	grid-template-columns: 1fr repeat(2, 75px);
	align-content: center;
	text-align: center;
	grid-gap: 25px;
	transition: all .5s ease-in-out;
}

#mainNav ul li {
	height: 100px;
	overflow: hidden;
	position: relative;
}

#mainNav ul li#yogihome {
    background: url(../_images/yogi.png) no-repeat top center;
}

#mainNav ul li#iphonehome {
    background: url(../_images/iphone.png) no-repeat top center;
}

#mainNav ul li#iphonehome:hover {
    background: url(../_images/iphonewhite.png) no-repeat top center;
}

#mainNav ul li#yogicontact {
    background: url(../_images/yogi.png) no-repeat top center;
}

#mainNav ul li#yogicontact:hover {
    background: url(../_images/yogiwhite.png) no-repeat top center;
}

#mainNav ul li#iphone {
    background: url(../_images/iphone.png) no-repeat top center;
}

#mainNav ul li a {
	display: block;
	color: #fff;
	position: absolute;
	bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
	padding-top: 80px;
}

#mainNav li a.current:hover {
	cursor: default;
}

/* home content */

#classSchedule {
	max-width: 1250px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 5% 0 5% 4%;
}

#schedule {
	max-width: 50%;
}

#yogaPropsimg {
	background: url(../_images/yogaPropsColors.png) no-repeat 0 0;
	width: 50%;
	background-size: 100%;
	padding-top: 32%;
	height: 0;
}

#classSchedule h2 {
	font-size: 1.8rem;
	font-weight: 700;
}

#classSchedule h3 {
	font-size: 1.2rem;
	font-weight: 700;
	padding: .5rem 0;
}

#classSchedule h4 {
	font-size: 1rem;
	padding: .25rem 0;
	line-height: 2.2;
	font-weight: 700;
}

#classSchedule p {
	line-height: 2;
}

#classSchedule a{
	color:  #272a31;
	outline: none;
}

#classSchedule a:hover {
	color: #780084;
}

#reg {
	margin-top: 1rem;
}

#reg a {
	display: inline-block;
	border: 1px solid #A3AAD5;
	background-color: #A3AAD5;
	color: #fff;
	font-size: 1.3rem;
	padding: 14px 16px;
	border-radius: 10px;
	outline: none;
	transition:  all 0.4s ease-in-out;
}

#reg a:hover {
	color: #780084;
	background-color: #fff;
}

#description {
	height: auto;
	width: 100%;
	background-color: #272a31;
	color: #fff;
	padding: 1rem 0 4rem 0;
	border-bottom: 2px solid #fff;
}

#description h2 {
	text-align: center;
	line-height: 3;
	font-size: 1.8rem;
	font-weight: 400;
}

#accordion {
  	width: 90%;
  	overflow: hidden;
	height: 100%;
	margin: 0px auto;
}

.tab {
	display: block;
	background-color: #3e434e;
	width: 100%;
	height: 60px;
	border-bottom: #fff 1px solid;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin: 0;
	transition: all 0.5s ease-in-out 0.1s;
  }
  
  .tab:hover, .tab:active {
	height: 270px;
	background-color: #8e029b;
  }

  .tab h3 {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
}

  .dContent {
	background: #fff;
	color: #272a31;
	height: 210px;
	padding: 10px 20px;
	position: relative;
  }

.dContent p {
	padding: .2rem 0;
	line-height: 1.5;
}

#tabyin{
	display: block;
	background: url(../_images/fishpose.png) no-repeat 2% center;
	background-size: 12%;
	width: 100%;
	height: 60px;
	transition: all .5s ease-in-out;
}

#tabyang{
	display: block;
	background:  url(../_images/aMatsyendrasana.png) no-repeat 5% center;
	background-size: 4.5%;
	width: 100%;
	height: 60px;
	transition: all .5s ease-in-out;
}

#tabhatha{
	display: block;
	background:  url(../_images/navasana.png) no-repeat 4% center;
	background-size: 6%;
	width: 100%;
	height: 60px;
	transition: all .5s ease-in-out;
}

#tabvin{
	display: block;
	background:  url(../_images/ums.png) no-repeat 3% center;
	background-size: 7%;
	width: 100%;
	height: 60px;
	transition: all .5s ease-in-out;
}

#photoBG {
	background-color: #272a31;
	padding-bottom: 15%;
}

#photo {
	overflow: hidden;
	height: 0px;
	background: #272a31 url(../_images/gardenia.png) no-repeat top center;
	background-size: 100%;
	padding-bottom: 45%;
	border-bottom: 2px solid #fff;
}

#photo h1 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 400;
	padding-top: 41%;
	color: #59818D;
	transition: all .5s ease-in-out;
}

/* Thank you content */

#msg h1 {
	font-size: 2.5rem;
	font-weight: 600;
}
#msg h2 {
	font-size: 1.7rem;
	line-height: 1.8;
	padding-top: 20px;
	font-weight: 400;
}


/* footer */
#pageFooter {
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	line-height: 1.8;
	width: 100%;
}

p.footer {
	text-align: center;
	font-size: .9rem;
}

#pageFooter a {
	color: #272a31;
	text-decoration: none;
}

#pageFooter a:hover {
	text-decoration: none;
	color: #770c0c;
	cursor: pointer;
}

#copyhidden{
	background: rgba(53, 57, 66, 0.92);
	width: 100%;
	height: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: 0.5s;
	overflow: hidden;
}

#copyhidden div.close {
    position: absolute;
	top: 20px;
	right: 20px;
    cursor: pointer;
}

#copyright h3, #copyright p{
	padding-left: 3.5em;
	padding-right: 3.5em;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 300;
	color: #f5f5f6;
}

#copyright h3 {
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

/* media queries for phones and tablets */

@media (max-width:840px) {

	#headerBG, #mainHeader {
		height: 290px;
	}

	#mainNav ul {
		height: 170px;
	}

	#mainHeader h1 {
		font-size: 3rem;
	}

	#mainHeader p {
		font-size: 1.65rem;
	}

	.tab:hover {
		height: 300px;
	}
	
	.dContent {
		height: 240px;
	}

	#tabyin{
		background-size: 16%;
	}
	
	#tabyang{
		background-size: 6.5%;
	}
	
	#tabhatha{
		background-size: 8%;
	}
	
	#tabvin{
		background-size: 9.5%;
	}

	#photo h1 {
		font-size: 2rem;
		padding-top: 40%;
	}
}

@media(max-width:655px) {

	#yogaPropsimg {
		display: none;
	}

	#schedule {
		max-width: 100%;
	}

	.tab:hover {
		height: 335px;
	}
	
	.dContent {
		height: 275px;
	}

	#tabyin{
		background-size: 17.5%;
	}
	
	#tabyang{
		background-size: 8%;
	}
	
	#tabhatha{
		background-size: 10%;
	}
	
	#tabvin{
		background-size: 11%;
	}

	#photo h1 {
		font-size: 1.5rem;
	}
}

@media(max-width:460px){

	#headerBG, #mainHeader {
		height: 260px;
	}
	#mainHeader {
		background-size: 36%;
		background-position: 1rem 1.4rem;
	}

	#mainNav ul {
		height: 150px;
	}

	#mainHeader h1 {
		font-size: 2.4rem;
		margin-top: .5rem;
	}

	#mainHeader p {
		font-size: 1.3rem;
	}

	.tab:hover {
		height: 450px;
	}
	
	.dContent {
		height: 390px;
	}

	#tabyin{
		background-size: 21%;
	}
	
	#tabyang{
		background-size: 11%;
	}
	
	#tabhatha{
		background-size: 14%;
	}
	
	#tabvin{
		background-size: 15%;
	}

	#photo h1 {
		font-size: 1rem;
	}

	#copyright h3, #copyright p{
		padding-left: 20px;
		padding-right: 20px;
		font-size: .9rem;
	}

	#copyright h3 {padding-bottom: 20px;}
}

@media(max-width:400px){

	.tab:hover {
		height: 480px;
	}
	
	.dContent {
		height: 420px;
	}
}