body {
	border-top: 20px solid #FFD25C;
	margin: 0;
	color: #222222;
	
	
}

body #people_bg {
	z-index: -1100;
	margin-top: 120px;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100vw + 120px);
}

body #people_softener {
	z-index: -1000;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100vw + 120px);
	min-height: calc(100vh + 100px);
	background: linear-gradient(#FFF, #BDBDBD);
	opacity: 0.33;
}

body #people_bg img {
	margin-top: -140px;
	margin-left: -20px;
}

body #change_crowd {
	display: block;
	//height: 120px;
	//width: 120px;
	
	background-position: top center;
	border: 2px solid #FFD25C;
	//margin: 20px;
	background-color: #000;
	background-repeat: no-repeat;
}

body #change_crowd:link img {
	opacity: 0.8;
	background-repeat: no-repeat;
	background-color:  #000;
	padding: 23px;
	
}

body #change_crowd:hover {
	//background-position: 30000px 30000px;
	background-repeat: no-repeat;
	background-color: black;
}

body #change_crowd:hover img {
	background-repeat: no-repeat;
}

body main.minimal #change_crowd {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

body main {
	margin-top: 20px;
	margin-left: 20px;
	width: 80vw;
	max-width: 420px;
	background: #BDBDBD;
	padding: 20px;
	position: relative;
}

body main h1 {
	margin-top: 0;
}

body main.minimal {
	position: absolute;
	top: -20000px;
}

body main #hide_info {
	text-decoration: none;
	font-size: 56px;
	padding: 0px 15px;
	margin: 0;
	color: #000;
	position: absolute;
	top: 2px;
	right: 2px;
}