/* -------------------------------- 

Primary style

-------------------------------- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

font-family: 'Pontano Sans', sans-serif;

 @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
 
 
 
 
 

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	height: 100%;
	font-size:medium;
	background-color: #333;
	
} 

#logo  {  
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
}
	

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  opacity: 0.4;
  font-size:large;
}

#footer {
	color: #FFF;
}
#footer {
	text-align: center;
}
