@font-face {
	font-family: 'Monotype Corsiva Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Monotype Corsiva Regular'), url('MTCORSVA.woff') format('woff');
}
body, html {
	background-image: radial-gradient(circle, #d9ad7c, #ca885e);
	font-family: Papyrus,fantasy;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}
.button {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	padding: 0 .5em;
}
#cookies_query {
	background-color: rgba(156,65,38,0.7);
	box-shadow: 0px 0px 5px #000;
	color: #fff;
	display: none;
	font-size: 1.2em;
	padding: 1em 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 200;
}
.content_wrapper {
	position: relative;
}
.extra_text_wrapper {
	background-color: #aa0000;
	box-shadow: 0px 0px 5px #000;
	color: #fff;
	font-weight: bold;
	padding: .5em 4em;
	position: fixed;
	right: -5em;
	top: 7em;
	transform: rotate(45deg);
	z-index: 3;
}
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0;
}
.inner_content_wrapper {
	left: 22em;
	line-height: 1.4em;
	padding: 0 0 6em 0;
	position: absolute;
	top: 8em;
	width: 50em;
}
.inner_picture {
	width: 12em;
}
input {
	width: 100%;
}
.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: 4em;
	font-weight: regular;
	left: 0;
	padding: .3em .2em .3em .5em;
	position: fixed;
	top: 0;
	width: calc(100% - 0.7em);
	z-index: 1;
}
.nav_entry {
	color: #d5a575;
	cursor: pointer;
	display: block;
	padding: 1em;
	text-decoration: none;
	transition: all 0.5s ease;
}
.nav_entry:hover {
	color: #fff;
}
.nav_entry_clicked {
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 1em;
	text-decoration: none;
}
.navigation_small_button {
	display: none;
}
.navigation_wrapper_big {
	background-color: #9c4126;
	bottom: 0;
	box-shadow: 0px 0px 5px #000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 .5em;
	position: fixed;
	left: 0;
	width: calc(100% - 1em);
	z-index: 100;
}
.navigation_wrapper_small {
	display: none;
}
p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.send_button {
	background-color: #9c4126;
	border: 1px solid #d5a575;
	border-radius: .2em;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 auto;
	padding: .3em;
	text-align: center;
	width: 5em;
	transition: all 0.5s ease;
}
.send_button:hover {
	background-color: #d5a575;
	border: 1px solid #9c4126;
	color: #9c4126;
	cursor: pointer;
}
.side_pics_text {
	background-color: rgba(255,255,255,0.5);
	bottom: 6em;
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 1em;
	position: absolute;
	text-align: right;
}
.side_pics_wrapper {
	background-color: #b5663b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100% - 6em);
	position: fixed;
	top: 4em;
	width: 20em;
}
.sub_wrapper {
	display: none;
}
.subnav_entry {
	background-color: #9c4126;
	color: #eee;
	display: block;
	font-size: .8em;
	padding: 1em;
	text-decoration: none;
	transition: all 0.5s ease;
}
.subnav_entry:hover {
	background-color: #652613;
	color: #fff;
}
.subnav_entry_clicked {
	background-color: #652613;
	color: #fff;
	display: block;
	font-size: .8em;
	padding: 1em;
	text-decoration: none;
}
.sub_wrapper {
	position: absolute;
	bottom: 3.5em;
}
.table {
	display: table;
	width: 100%;
}
.table_inner {
	display: table;
	width: 70%;
}
.td {
	display: table-cell;
	padding: 0 .3em;
	vertical-align: top;
}
textarea {
	font-family: arial,verdana,sans-serif;
	font-size: .8em;
	height: 10em;
	resize: none;
	width: 100%;
}
.top_pics_wrapper {
	display: none;
}
.tr {
	display: table-row;
}