body {
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#homescreen {
	background-color: #0582ae;
	color:#fff;
	text-align: center;
	padding:40px;
}

.full {
	position: relative;
}

.abs {
	position:absolute;
}

.large {
	font-size:1.3em;
	padding:12px;
	position: absolute;
	left:0;
	bottom:0;
}

.panel {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	text-align:center;
	padding:40px;
	color:#fff;
}

.panel .title, #logo {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	letter-spacing:0.2em;
	font-size: 2.6em;
	padding: 30px; 
}

#logo {
	background: url(logo.png) no-repeat;
	width:400px;
	height: 70px;
	margin: 0 auto;
	padding:0;
	padding-top: 410px;
}


.panel .mantras  {
	padding: 30px;
}

.panel .mantras .mantra {
	display: inline-block;
	padding:20px;
	cursor:pointer;
	width: 150px;
	position: relative;
	margin-bottom: 0;
}

.panel .mantras .mantra:hover {
	text-shadow:rgba(0,0,0,0.5) 0px 1px 0px;
	-moz-transition: all ease-out 0.07s;
    -webkit-transition: all ease-out 0.07s;
    -o-transition: all ease-out 0.07s;
	transition: all ease-out 0.07s;
	top:-4px;
	/*margin-bottom: 10px;*/
}

.panel .mantras .mantra strong {
	font-size: 26px;
}



/* mantra view */

#mantrablock .big-mantra {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 3em;
	letter-spacing:0.15em;
	font-weight: 500;
	padding: 30px; 	
}

#mantrablock .description {
	font-style: italic;
	font-size: 1.9em;
	font-weight: 100;
}

/* progressbar */

#progressbar {
	bottom:10px;
	left:0;
	position: absolute;
	font-size: 0px;
	height:4px;
	background-color:#FFF;
	cursor:pointer;

	-moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
	transition: width 0.3s;
}

#previous {
	position: absolute;
	left:0;
	top:0;
	cursor:w-resize;
}

#previous:hover {
	background-color: rgba(255,255,255,0.1);
}



/* colors */

.panel.muladhara {
	background-color: #e3281c;
}

.panel.swadhishthana {
	background-color: #d0a500;
}

.panel.nabhi {
	background-color: #8b9800;
}

.panel.void {
	background-color: #04b55b;
}

.panel.heart {
	background-color: #9d0300;
}

.panel.vishuddi {
	background-color: #0581ad;
}

.panel.agnya {
	background-color: #f6f6f4;
	color: #60c9ff;
}

.panel.sahasrara {
	background-color: #fcfcfc;
}

.panel.ida {
	background-color: #3c5f7a;
}

.panel.pingala {
	background-color: #e8bd00;
}

