/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */
.language {
	background-color: #7798AF;
	font-weight: bold;
	font-size: 18px
	/*color: white;*/
}
.language a {
	color: inherit;
}
.language a:hover {
	text-decoration: none;
	color: white;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */
.header {
    display: table;
    position: relative;
	color: aliceblue;
    width: 100%;
    height: 100%;
	background: url(../img/Tao_yoga_sitting_1600x800.jpg) no-repeat center center scroll;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header.qigong {
	background: url(../img/qigong.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header.amanae {
	background: url(../img/Amanae_front_bare.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header.coaching {
	background: url(../img/inside-out-coaching.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*.header.clear-your-mind {
	background: url(../img/ClearYourMind.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/
.header.intensive {
	background: url(../img/forest-intensive-1600.jpg) no-repeat center center scroll;
	color: #49728E;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding-top: 50px;
}


/*@media (min-width: 768px) {
  .header.intensive {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}*/
@media screen and (orientation:portrait) and (max-width: 750px) { 
	.header.clear-your-mind {
		background: url(../img/ClearYourMind_square.jpg) no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
}
.header .btn{
	margin: 0px 10px;
}
.text-green {
	color: #7E7B2F;
}
.font-questrial {
	font-family: 'Questrial', sans-serif;
}
.shift-right {
	margin-left: 130px;
}
.shift-up {
	margin-top: 
}

.header-large h1 {
	margin-top: -50px;
    padding: 0;
    font-size: 6.5em;
    font-weight: 700;
}	
@media screen and (max-width: 1000px) {
	.header-large h1 {
		margin-top: -50px;
		padding: 0;
		font-size: 4.5em;
		font-weight: 700;
	}
	.shift-right {
		margin-left: 50px;
	}
}
@media screen and (max-width: 350px) {
	.header-large.coaching h1 {
		margin-top: -50px;
		padding: 0;
		font-size: 2.5em;
		font-weight: 700;
	}
}
.praktisch-blok {
	color: #000000;
}
.bg-not {
	background-color: #5E3D3D;
	color: #ffffff;
}
.bg-not p.lead {
	text-align: center;
}
.bg-not a {
	color: aliceblue;
	font-style: italic;
}
.bg-for-you {
	background-color: #2CAF3F;
	color: #ffffff;
}
.bg-for-you p.lead {
	text-align: center;
}
.bg-for-you a {
	color: aliceblue;
	font-style: italic;
}
.bg-primary2 {
	background-color: #5E3D3D;
}
.bg-primary2 h2, .bg-primary2 h3, .bg-primary2 p.lead, .bg-primary2 p{
	color: #ffffff;
}
.bg-primary2 p.lead {
	text-align: left;
}
.house-rules p.lead {
	color: black;
}

@media screen /*and (min-height: 901px)*/ and (min-width:801px) {
	.h1-amanae {
		font-size: 3.5em;
	}
}
@media screen and (max-height: 900px) {
	.img-amanae {
		max-height: 300px;		
	}
}
@media screen and (max-width: 800px) {
	.img-amanae {
		max-height: 300px;		
	}
}
@media screen and (max-width: 500px) {
	.img-amanae {
		max-height: 220px;		
	}
}
@media screen and (max-height: 600px) {
	.img-amanae {
		max-height: 200px;		
	}
}
@media screen and (max-width: 320px) {
	.img-amanae {
		max-height: 150px;		
	}
}
@media screen and (max-height: 320px) {
	.img-amanae {
		max-height: 120px;		
	}
}


.small-fa {
	font-size: 1em;
}

/* About */

.about {
    padding: 50px 0;
}

/* house-rules */
.house-rules {
    padding: 50px 0;	
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}
.services p {
	text-align: left;
	
}
.qigong-program {
	max-height: 200px;
	margin-bottom: 10px;
}
.profile-img {
	max-height: 80px;
	margin-bottom: 10px
}
.a-primary {
	color: inherit;
	text-decoration: underline;
}
.a-primary:hover, .a-primary:focus {
	text-decoration: underline;
	color: rgba(255,255,255,0.8);
}


/* Callout */

.callout {
    display: table;
    width: 600px;
    height: 300px;
	margin: 40px auto 0px auto;
    color: #fff;
    background: url(../img/breath.gif) no-repeat center center scroll;
	background-position: 0% 80%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media screen and (max-width: 600px) {
	.callout{
		width: 300px;
		height:100px;
		background: url(../img/breathing_small.gif) no-repeat center center scroll;	
	}
	.callout h1 {
		font-size: 0.5em;
	}
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

/*.img-portfolio:hover {
    opacity: 0.8;
}*/

.testimonial-name {
	font-size: 20px;
	
}
.testimonial-place {
	font-size: 20px;
	padding-bottom: 10px;
}
.testimonial-place:before {
    content: "\f041";
    font-family: FontAwesome;
	margin-right: 5px;
	color: #49728E;
 }
.testimonial-item {
    margin-bottom: 30px;
	border-color:#49728E;
	border-style:solid;
	border-width:1px;
	border-top-width:5px;
	border-bottom-width:5px;
	text-align: center;
    display: block;
    margin: 0 auto;
	margin-bottom: 40px;
}
.testimonial-item p {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.img-testimonial {
	height: 120px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.more {
	width: 80%;
	font-size:large;
	font-weight:bold;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:10px;
	border-top-style: solid;
	border-top-width:thin;
	border-top-color: #49728E;
}
.more > a {
	color:inherit;
}
.more > a:hover, .more > a:focus {
	color: #41AD48;
	cursor: pointer;
	text-decoration: none;
}
/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}
.call-to-action2 {
    padding: 30px 0;
}

.call-to-action2 .btn {
    margin: 10px;
}

.bullet-checkbox li {
	display: block;
	text-align: left;
}
.bullet-checkbox li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    /*float: left;*/
    margin-top: 1px;
    margin-left: -27px;
	margin-right: 10px;
}

.about .bullet-checkbox {
	font-size: 18px;
}

/* who-I-am */
.who-I-am {
    padding: 50px 0;
}

.explain {
	margin-left: 50px;
	margin-top: -5px;
	padding-top: 0px;
	font-style: italic;
}
@media screen and (max-width: 750px/*@screen-sm-min*/) { 
	.explain {
		margin-left: 30px;
	}
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

.show-more {
	margin-top: 40px;
	margin-bottom: -70px;
}

/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
.testimonial-item-small {
	padding-top: 10px;
	margin-bottom: 15px;
}
.img-testimonial-small {
	max-height: 75px;
}
.testimonial-name-small {
	color: grey;
	font-size: 15px;
	text-align: right;

}
