
html {
	margin: 0 auto;
	padding: 0;
	min-width: 315px;
}

body {
	width: 315px;
	margin: 0 auto;
	padding: 0;
	min-width: 315px;
	max-width: 315px;
}

#header {
	display: none;
}

#wrapper {
	position: static;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content {
	float: none;
	margin: 160px auto 0 auto;
	padding: 0 0 0 8px;
	width: 100%;
	width: auto;
	position: static;
}

#navigation {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: static;
	clear: both;
	font-size: 18px;
}

#navigation::before {
	content: "Navigation:";
	display: block;
	margin: 1em 1em 0 1em;
	padding: 1em 0 1em 0;
	font-weight: bold;
	font-size: 20px;
}

h1 {
	position: absolute;
	top: 10px;
	left: 2px;
	right: 0;
	text-align: center !important;
}

#intro {
	height: auto;
}

#description {
	height: auto;
	min-height: 0;
}

.feature,
.new-hiring {
	height: auto;
}

#slideshow {
	display: none;
}

#about-karmarama {
	display: none;
}

#showreel {
	display: none;
}

.new-hiring {
	position: static;
}

#footer {
	display: none;
}

