@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

header {
	padding: 30px 25px 0px;
}

img {
	with: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 7px;
	background-color: #DCDAD3;
}

a:link {
    color: #FCFBFB;
    text-decoration: none;
}
a:visited {
	color: #FCFBFB;
    text-decoration: none;
}
a:hover {
	color: #015070;
    text-decoration: none;
}
a:active {
	color: #015070;
    text-decoration: none;
}

body {
	margin-left: auto;
	margin-right: auto;
}

.style-logo-lotus {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 250px;
}


.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #BAB6B6;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: url("images/MeditationsOase.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	}

.hero2 {
	background-image: url("images/EntspanntesWeekend.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
	
.hero3 {
	background-image: url("images/MeditationsstudioZurich37.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	}

.hero4 {
	background-image: url("images/Schwingungsbild.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.hero5 {
	background-image: url("images/MeditationStadtZuerich.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}	

h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 350;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 350;
	margin-bottom: 24px;		
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 100px;
}

h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 35px;
}

h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 35px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h6 {
	font-size: 20px;
	text-transform: none;
	font-weight: 300;
}

p {
    font-size: 18px;
    font-weight: 350;
    margin-bottom: 35px;
    text-align: left;
}

blockquote {
	text-align: 
		left;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}


.info-box-one {
	background-color: #C0BDB0;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #86BEC1;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-text-image {
	background-color: #C0BDB0;
	color: #504C4C;
	padding: 30px 20px 60px;
	text-align: left;
	image-resolution: from-image;
}

.footer-text {
	font-size: 18px;
	margin: 15px 0px 15px 2px;
	margin-left: 2px;
	color: #FFFFFF;
	text-decoration: none;
}


.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}



/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 768px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
		
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}



/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}

	.style-logo-lotus {
		float: left;
	}
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth{
		width: 25%;
	}
}
