
html, body {
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	background: #0a0a1a;
	font-family:'Questrial','Noto Serif SC' ;
}

body {
    background-image: url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.filter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1920&q=80');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 0.7;
}

.landscape {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('');
	background-size: 1000px 250px;
	background-repeat: repeat-x;
	background-position: center bottom;
}
.content{
	-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
	text-align: center;
	color: #fff;
    position: relative;
    min-height: 100vh;
    padding: 50px 20px;
    box-sizing: border-box;
    z-index:9999
}
.content .title{
	margin: 15px 0;
    font-size: 2.5em;
    letter-spacing: 4px;
    color: #FFF;
}
.content .hr{
	width: 50%;
	margin: 20px auto;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 1);
	height: 1px;
}
.content .discription{
    font-size: 20px;
    margin: 20px;
}
.cover-navigation {
	margin: 30px;
}

nav {
    display: inline-block;
    position: relative;
}
.navigation {
    display: inline-block;
    position: relative;
    margin: 0;
    list-style-type: none;
}
.navigation__item {
    display: inline-block;
    line-height: 1em;
    padding: 1em 0;
}
.navigation__item a {
    position: relative;
    color: #FFF;
    opacity: .8;
	transition: all .3s;
	padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: .9em;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: none;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
.navigation__item a:hover {
    color: #FFF;
    background: #FF7F00;
    border-color: #FF7F00;
    opacity: 1;
    transition: all .3s;
}
ol, ul {
	list-style: none;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.icp{
	margin: 20px;
}
.icpnum{
	color: #fff;
	text-decoration: none;
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.nav01_fooder {
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 20px;
    color: #fff;
}

#hitokoto_text {
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.8);
}
