.extra_text_wrapper {
	bottom: 1em;
	left: 0;
	padding: .5em;
	right: auto;
	text-align: center;
	top: auto;
	transform: rotate(0deg);
	width: calc(100% - 1em);
}
.inner_content_wrapper {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.inner_picture {
	display: none;
}
.mananda_logo {
	background-color: rgba(156,65,38,1);
	background-image: url(../img/Mandala.png);
	background-position: .2em .1em;
	background-repeat: no-repeat;
	background-size: 1.5em;
	box-shadow: 0px 0px 5px #000;
	font-family: Monotype Corsiva Regular;
	font-size: 3em;
	font-weight: regular;
	left: 0;
	padding: .3em .2em .3em .5em;
	position: fixed;
	top: 0;
	width: calc(100% - 0.7em);
}
.nav_entry {
	color: #9c4126;
}
.navigation_small_button {
	background-color: #d3a373;
	border-radius: .3em;
	box-shadow: 0px 0px 5px #000;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: .2em .5em;
	position: fixed;
	right: 1em;
	top: 1em;
	width: 1em;
	z-index: 2;
}
.navigation_wrapper_big {
	display: none;
}
.navigation_wrapper_small {
	background-color: #d3a373;
	box-shadow: 0px 0px 5px #000;
	display: none;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 80%;
	z-index: 10;
}
.side_pics_wrapper {
	display: none;
}
.sub_wrapper {
	position: relative;
	bottom: auto;
}
.table_inner {
	display: table;
	width: 100%;
}
.top_pics_wrapper {
	background-attachment: fixed;
	background-color: #b5663b;
	background-position: center 4em;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 20em;
	margin: 3em 0 0 0;
	width: 100%;
}