::-webkit-scrollbar {
 width: 1vw;
}
html, body {
	font-size: 14px;
}
.page {
	font-size: 18px;
	height: 100%;
}
.content {
	height: 100%;
}
.content_inner {
	font-size: 1rem;
	height: 100%;
	max-width: 100%;
	padding: 50px 10%;
}
.content_inner .essence {
	font-size: 1rem;
}
footer#social{
	/*padding: 30px 0;*/
}
footer#social a {
	padding: 1rem;
	border-left: solid 1px #252525;
	display: inline-block;
}
footer#social a:first-child {
	border-left: none;
}