@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;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #1e2126;
	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;
	transition: all .3s ease-in-out;
}

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

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

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

#pageFooter a {
	color: #16284C;
	text-decoration: none;
}

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

#copyhidden{
	background: rgba(33,62,117,0.9);
	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;
}

/* contact content */

#fwrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0px 5px 150px 5px;
	background: url(../_images/transcriptionS.png) no-repeat;
	background-position: 100px 0px;
}

#formwrap  {
	margin: 0 auto;
	max-width: 460px;
}

#fwrappertitle{
	margin-top: 30px;
	margin-left: 10px;
}

#fwrappertitle h1{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 8px;
}

form {
	width:100%;
	padding: 5px;
}

.image {
    margin-top:30px;
	padding-left: 6px;
}

.g-recaptcha {
	margin-top: 30px;
}

input, textarea {
	width: 100%;
	background:#f5f5f6;
	padding: 10px;
	border-radius: 6px;
}

textarea {
	height: 213px;
}

input:invalid, textarea:invalid {
	border: 1px solid #97a1b4;
}

input:focus, textarea:focus {
    border: 1px solid #97d6eb;
}

input:valid, textarea:valid {
	border: 1px solid rgb(154, 211, 70);
}

#fsubmit {
    width: 180px;
    height: 44px;
	margin-top: 1.5rem;
	font-size: 1.3rem;
	color: #fff;
	cursor:pointer;
	border: 1px solid #A3AAD5;
	background-color: #A3AAD5;
	border-radius: 10px;
	transition: all 0.4s ease-in-out;
}

#fsubmit:hover {
	color: #780084;
	background-color: #fff;
}

.feedbackalert {
	border: 2px solid #770c0c;;
	width: 100%;
	background:#f5f5f6;
	padding: 10px;
	border-radius: 6px;
	margin: 10px 0px 50px 0px;
	font-weight: 600;
	color: #770c0c;
}

/* thank you content */

#thxcontent {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1200 px;
	padding: 0px 5px 400px 5px;
	display: flex;
	justify-content: center;
	background: url(../_images/translationS.png) no-repeat;
	background-position: 130px 0px;
}

#msg {
	margin: 60px auto;
	padding-left: 20px;
	padding-right: 10px;
}

#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;
}

/* 404 content */

#error {
	margin: 60px auto;
	max-width: 460px;
	padding-left: 15px;
	padding-right: 10px;
}

#error h1 {
	font-size: 1.8rem;
	font-weight: 600;
}

#error p{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 20px;
}

/* media queries for devices */

@media (max-width:1000px) {
	#fwrapper, #thxcontent {
		background-position: left top;
	}
}

@media (max-width:710px) {
	#fwrapper, #thxcontent {background: transparent;}

	#msg, #error {
		font-size: 1.1rem;
		margin: 20px auto;
	}
}

/* media queries for phones */

@media (max-width:840px) {

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

	#mainNav ul {
		height: 170px;
	}

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

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

@media(max-width:655px) {

	#yogaPropsimg {
		display: none;
	}

	#schedule {
		max-width: 100%;
	}
}

@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;
	}

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

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

}

@media(max-width:620px){

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

	.grid {grid-template-columns: 1fr;}
}
